/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Blog/media/images/thumbs-up.svg");
}
/* 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: myriad-pro-condensed, Segoe UI, Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --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: 700;
  line-height: 1.625 !important;
  --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);
}

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

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

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

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

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover, .btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 72 / var(--tw-bg-opacity));
}

.btn-secondary {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 203 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.btn-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

input.btn-toggle {
  position: relative;
  display: inline-flex;
  height: 20px;
  width: 50px;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

input.btn-toggle[disabled] {
  display: none;
}

input.btn-toggle::after {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 14px;
  width: 14px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

input.btn-toggle:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  background-image: none;
}

input.btn-toggle:checked::after {
  transform: translateX(1.7rem);
}

input.btn-toggle:checked:hover,
            input.btn-toggle:checked:focus {
  box-shadow: none !important;
  border: none;
  outline: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

input.btn-toggle:checked:active {
  box-shadow: none !important;
  border: none;
  outline: none;
  --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);
}

input.btn-toggle:focus {
  box-shadow: none !important;
  border: none;
  outline: none;
  --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);
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --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: 700;
  line-height: 1.625 !important;
  --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);
}

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

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

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

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

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

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.actions-toolbar .primary button:hover,.actions-toolbar .primary button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 72 / var(--tw-bg-opacity));
}

#category-view-container {
  /*@apply mx-auto flex px-0 py-4 flex-col items-center;*/
}

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

.catalog-category-view div[data-content-type="row"] {
  padding: 0px;
}

.catalog-category-view.page-products .category-view category_children {
  display: block;
}

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

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .block-title.title,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .promo-overlay,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .msrp-tooltip,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .not-available-price,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .not-available,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-item-info,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .product-item-name,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .rating-summary,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-sur,
        .catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .catalog-category-view.page-products .category-view category_children.upsell .upsell-price .special-price {
  margin-left: 10px;
}

.catalog-category-view .category-view h2 {
  margin-top: 25px;
  margin-bottom: 1.25rem;
  font-size: 26px;
  line-height: 1;
}

.catalog-category-view .category-view h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.catalog-category-view .category-view category_children {
  display: none;
}

.catalog-category-view .category-view strong a {
  font-size: 16px;
}

.catalog-category-view .category-view a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.catalog-category-view .category-description {
  max-width: 100%;
}

.catalog-category-view .category-description ul {
  margin-bottom: 25px;
  padding-left: 18px;
}

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

.products-grid ~ .toolbar-products {
  display: flex;
  justify-content: space-between;
}

.products-grid ~ .toolbar-products .pages {
  display: block !important;
}

@media (min-width: 768px) {
  .products-grid ~ .toolbar-products .toolbar-amount {
    display: block !important;
  }
}

.products-grid ~ .toolbar-products .limiter {
  display: none;
}

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

.cms-sitemap-html .sitelist {
  margin-bottom: 25px;
  list-style-type: disc;
  padding-left: 18px;
}

.cms-sitemap-html h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.cms-sitemap-html .sitemap-list ul {
  padding-left: 18px;
  list-style: circle;
}

.cms-sitemap-html .sitemap-list ul ul {
  list-style: square;
}

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

.catalog-product-view .price-excluding-tax.upsell .block-title.title,
        .catalog-product-view .price-excluding-tax.upsell .promo-overlay,
        .catalog-product-view .price-excluding-tax.upsell .msrp-tooltip,
        .catalog-product-view .price-excluding-tax.upsell .not-available-price,
        .catalog-product-view .price-excluding-tax.upsell .not-available,
        .catalog-product-view .price-excluding-tax.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .price-excluding-tax.upsell .product-item-info,
        .catalog-product-view .price-excluding-tax.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .price-excluding-tax.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .price-excluding-tax.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .price-excluding-tax.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .price-excluding-tax.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .price-excluding-tax.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .price-excluding-tax.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .price-excluding-tax.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .price-excluding-tax.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .price-excluding-tax.upsell .product-item-name,
        .catalog-product-view .price-excluding-tax.upsell .rating-summary,
        .catalog-product-view .price-excluding-tax.upsell .upsell-sur,
        .catalog-product-view .price-excluding-tax.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .price-excluding-tax.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .price-excluding-tax.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .price-excluding-tax.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

.checkout-cart-index .table-wrapper .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.checkout-cart-index .firecheckout-sm-callout li {
  text-indent: 0;
  padding-left: 23px;
  position: relative;
  margin: 0;
}

.checkout-cart-index .firecheckout-sm-callout li:before {
  content: '';
  background: url('../../frontend/SolverMedia/Wagner/nl_NL/svg/check-green.svg') no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.checkout-cart-index .crosssell .special-price .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

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

.form-create-account input[type="text"], .form-address-edit input[type="text"] {
  -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-create-account input[type="text"]:focus, .form-address-edit input[type="text"]: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-create-account input[type="text"]::-moz-placeholder, .form-address-edit input[type="text"]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account input[type="text"]::placeholder, .form-address-edit input[type="text"]::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account input[type="text"]::-webkit-datetime-edit-fields-wrapper, .form-address-edit input[type="text"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-create-account input[type="text"]::-webkit-date-and-time-value, .form-address-edit input[type="text"]::-webkit-date-and-time-value {
  min-height: 1.5em;
}

.form-create-account input[type="text"]::-webkit-datetime-edit,.form-create-account input[type="text"]::-webkit-datetime-edit-year-field,.form-create-account input[type="text"]::-webkit-datetime-edit-month-field,.form-create-account input[type="text"]::-webkit-datetime-edit-day-field,.form-create-account input[type="text"]::-webkit-datetime-edit-hour-field,.form-create-account input[type="text"]::-webkit-datetime-edit-minute-field,.form-create-account input[type="text"]::-webkit-datetime-edit-second-field,.form-create-account input[type="text"]::-webkit-datetime-edit-millisecond-field,.form-create-account input[type="text"]::-webkit-datetime-edit-meridiem-field, .form-address-edit input[type="text"]::-webkit-datetime-edit, .form-address-edit input[type="text"]::-webkit-datetime-edit-year-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-month-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-day-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-hour-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-minute-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-second-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-millisecond-field, .form-address-edit input[type="text"]::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-create-account input[type="text"], .form-address-edit input[type="text"] {
  width: 100%;
  max-width: 300px;
  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-create-account input[type="text"]:focus, .form-address-edit input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.form-create-account select, .form-address-edit 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;
}

.form-create-account select:focus, .form-address-edit 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;
}

.form-create-account select::-moz-placeholder, .form-address-edit select::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account select::placeholder, .form-address-edit select::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account select::-webkit-datetime-edit-fields-wrapper, .form-address-edit select::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-create-account select::-webkit-date-and-time-value, .form-address-edit select::-webkit-date-and-time-value {
  min-height: 1.5em;
}

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

.form-create-account select, .form-address-edit select {
  width: 100%;
  max-width: 300px;
  padding-right: 1.75rem;
  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-create-account select:focus, .form-address-edit select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 1024px) {
  .form-address-edit {
    display: flex;
    flex-wrap: wrap;
  }
}

.form-address-edit .actions-toolbar {
  width: 100%;
}

@media (min-width: 1024px) {
  .form-address-edit .actions-toolbar {
    order: 2;
  }
}

.form-address-edit .control {
  display: flex;
  flex-wrap: wrap;
}

.form-address-edit .street .control, .form-address-edit .region .control {
  flex-direction: column;
}

.form-address-edit .region select {
  margin-bottom: 1rem;
}

.form-address-edit .street > .label {
  display: none;
}

.form-address-edit .nested {
  margin-top: 1.75rem;
}

@media (min-width: 1024px) {
  .form-address-edit .fieldset {
    width: 50%;
  }

  .form-address-edit .fieldset ~ fieldset {
    margin-top: 0px;
  }

  .form-address-edit .fieldset:first-child {
    order: 1;
  }
}

.form-address-edit .field:not(.choice) {
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
  width: 100%;
}

.form-address-edit .field:not(.choice) .field {
  margin-bottom: 0px;
}

.form-create-account input[type="password"],
    .form-create-account input[type="email"] {
  -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-create-account input[type="password"]:focus,
    .form-create-account input[type="email"]: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-create-account input[type="password"]::-moz-placeholder, .form-create-account input[type="email"]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account input[type="password"]::placeholder,
    .form-create-account input[type="email"]::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-create-account input[type="password"]::-webkit-datetime-edit-fields-wrapper,
    .form-create-account input[type="email"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-create-account input[type="password"]::-webkit-date-and-time-value,
    .form-create-account input[type="email"]::-webkit-date-and-time-value {
  min-height: 1.5em;
}

.form-create-account input[type="password"]::-webkit-datetime-edit,.form-create-account input[type="password"]::-webkit-datetime-edit-year-field,.form-create-account input[type="password"]::-webkit-datetime-edit-month-field,.form-create-account input[type="password"]::-webkit-datetime-edit-day-field,.form-create-account input[type="password"]::-webkit-datetime-edit-hour-field,.form-create-account input[type="password"]::-webkit-datetime-edit-minute-field,.form-create-account input[type="password"]::-webkit-datetime-edit-second-field,.form-create-account input[type="password"]::-webkit-datetime-edit-millisecond-field,.form-create-account input[type="password"]::-webkit-datetime-edit-meridiem-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit,
    .form-create-account input[type="email"]::-webkit-datetime-edit-year-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-month-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-day-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-hour-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-minute-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-second-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-millisecond-field,
    .form-create-account input[type="email"]::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-create-account input[type="password"],
    .form-create-account input[type="email"] {
  width: 100%;
  max-width: 300px;
  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-create-account input[type="password"]:focus,
    .form-create-account input[type="email"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.form-create-account .password-strength-meter {
  display: none;
}

.form-create-account .switch-field {
  margin-bottom: 1rem;
  display: flex;
  gap: 2rem;
}

.form-create-account .switch-field .switch {
  display: flex;
  align-items: center;
}

.form-create-account .switch-field input,
        .form-create-account .switch-field label {
  cursor: pointer;
}

.form-create-account .switch-field input[disabled],
        .form-create-account .switch-field label[disabled] {
  display: none;
}

.form-create-account .switch-field input {
  accent-color: black;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-create-account .switch-field label {
  margin-bottom: 0px;
  margin-left: 0.5rem;
}

.form-create-account .h-captcha {
  margin-bottom: 1rem;
}

.form-create-account .actions-toolbar {
  display: flex;
  max-width: 300px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.5rem;
}

.form-create-account .field {
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
}

/**
 * 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-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

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

.smcontact-index-guaranteeform #guarantee-form h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.smcontact-index-guaranteeform #guarantee-form .field.required label:after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.smcontact-index-guaranteeform #guarantee-form .field {
  margin-top: 15px;
}

.smcontact-index-guaranteeform #guarantee-form .field label {
  font-weight: 700;
}

.smcontact-index-guaranteeform #guarantee-form .field input,
            .smcontact-index-guaranteeform #guarantee-form .field textarea {
  width: 100%;
}

.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: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

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

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

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

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

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

@media (max-width: 1023px) {
  .page.messages .messages
    section#messages {
    max-width: 100% !important;
  }
}

.mpblog-post-index .page.messages .messages
    section#messages,
.mpblog-post-view .page.messages .messages
    section#messages {
  margin-top: 0px;
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

.catalog-product-view .product-item .price-container.upsell .block-title.title,
        .catalog-product-view .product-item .price-container.upsell .promo-overlay,
        .catalog-product-view .product-item .price-container.upsell .msrp-tooltip,
        .catalog-product-view .product-item .price-container.upsell .not-available-price,
        .catalog-product-view .product-item .price-container.upsell .not-available,
        .catalog-product-view .product-item .price-container.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .product-item .price-container.upsell .product-item-info,
        .catalog-product-view .product-item .price-container.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .product-item .price-container.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .product-item .price-container.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .product-item .price-container.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .product-item .price-container.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .product-item .price-container.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .product-item .price-container.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .product-item .price-container.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .product-item .price-container.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .product-item .price-container.upsell .product-item-name,
        .catalog-product-view .product-item .price-container.upsell .rating-summary,
        .catalog-product-view .product-item .price-container.upsell .upsell-sur,
        .catalog-product-view .product-item .price-container.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .product-item .price-container.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .product-item .price-container.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .product-item .price-container.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.catalog-category-view .special-price .price, .crosssell .special-price .price {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .block-title.title,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .promo-overlay,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .msrp-tooltip,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .not-available-price,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .not-available,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .reviews-actions,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .block-title.title,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .promo-overlay,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .msrp-tooltip,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .not-available-price,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .not-available,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-item-info,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell li.fronter,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-item-info,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .current-product .product-item-info,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-head,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-head,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .current-product-title,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-image-wrapper img,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .c2a,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-item-name,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-label.label-price,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .product-item-name,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .rating-summary,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-sur,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-surround,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .product-item-name,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .rating-summary,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-sur,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-price .price-box,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-price .msrp-label,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container.upsell .upsell-price .special-price,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .block-title.title,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .promo-overlay,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .msrp-tooltip,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .not-available-price,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .not-available,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .reviews-actions,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .block-title.title,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .promo-overlay,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .msrp-tooltip,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .not-available-price,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .not-available,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-item-info,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell li.fronter,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-item-info,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .current-product .product-item-info,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-head,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-head,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .current-product-title,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-image-wrapper img,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .c2a,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-item-name,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-label.label-price,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .product-item-name,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .rating-summary,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-sur,
        .catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-surround,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .product-item-name,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .rating-summary,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-sur,
        .catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-price .price-box,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-price .msrp-label,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .page-product-bundle .price-final_price .price-from .price-container .price-label.upsell .upsell-price .special-price,.catalog-product-view  .page-product-bundle .price-final_price .price-to .price-container .price-label.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.pf-cms-content {
  margin-top: 1rem;
}

.pf-cms-content [data-content-type="row"] .pagebuilder-column-group {
  border: 4px solid #f0f2f4;
  margin-bottom: 0;
  padding: 11px;
}

.pf-cms-content .pf-cms-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.pf-cms-content .pf-cms-header > div {
  line-height: 1.2;
}

.pf-cms-content .pf-cms-header > div:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  z-index: 1;
}

.pf-cms-content .pf-cms-header > div:not(:first-child) {
  font-size: 18px;
}

.pf-cms-content table tr td:first-child {
  padding-right: 10px;
  text-align: center;
  width: 70px;
}

.pf-cms-content table tr:not(:first-child) td {
  padding-top: 12px;
}

.pf-cms-content table img {
  display: inline-block;
}

.pf-cms-content table p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.pf-cms-content table a {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 1024px) {
  .pf-cms-content [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column:first-child {
    padding-right: 12px;
  }

  .pf-cms-content .pf-cms-header > div:first-child {
    flex-basis: 114%;
    width: 114%;
  }
}

@media (max-width: 1024px) {
  .pf-cms-content [data-content-type="row"] .pagebuilder-column-line {
    flex-direction: column-reverse;
  }

  .pf-cms-content [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }

  .pf-cms-content [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column:last-child {
    margin-bottom: 12px;
  }

  .pf-cms-content figure {
    display: flex;
    justify-content: center;
  }
}

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

.wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}

.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.snap {
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.container {
  max-width: 1280px;
}

@media (max-width: 1023px) {
  .container {
    max-width: 100% !important;
  }
}

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

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

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

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

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

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

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

@media (max-width: 1023px) {
  .columns {
    max-width: 100% !important;
  }
}

.mpblog-post-index .columns,
.mpblog-post-view .columns {
  margin-top: 0px;
}

@media (max-width: 1023px) {
  .columns {
    max-width: 100% !important;
  }
}

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

.page-layout-2columns-left.catalog-category-view .columns, .page-layout-2columns-right.catalog-category-view .columns, .page-layout-3columns.catalog-category-view .columns {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .special-price {
  margin-left: 10px;
}

.page-layout-2columns-left.catalog-category-view .sidebar-main,
        .page-layout-2columns-left.catalog-category-view .sidebar-additional,
        .page-layout-2columns-right.catalog-category-view .sidebar-main,
        .page-layout-2columns-right.catalog-category-view .sidebar-additional,
        .page-layout-3columns.catalog-category-view .sidebar-main,
        .page-layout-3columns.catalog-category-view .sidebar-additional {
  display: none;
}

@media (min-width: 640px) {
  .page-layout-2columns-left.catalog-category-view .columns, .page-layout-2columns-right.catalog-category-view .columns, .page-layout-3columns.catalog-category-view .columns {
    display: block;
  }

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

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .reviews-actions {
    display: none;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell li.fronter {
    border-width: 3px;
    border-color: transparent;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product .product-item-info {
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(22 150 211 / var(--tw-border-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
    position: relative;
    height: 325px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2.5rem;
  }

  @media (min-width: 1024px) {
    .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
      height: 360px;
    }
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product-title {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(45 41 38 / var(--tw-bg-opacity));
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-image-wrapper img {
    height: auto;
    width: auto;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .c2a {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name {
    font-size: 18px;
    display: block;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-label.label-price {
    margin-right: 10px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-surround {
    padding-left: 7px;
    padding-right: 7px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .price-box {
    position: relative;
    display: flex;
    align-items: center;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .msrp-label {
    position: absolute;
    top: -18px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .special-price {
    margin-left: 10px;
  }

  .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.catalog-category-view .columns, .page-layout-2columns-right.catalog-category-view .columns, .page-layout-3columns.catalog-category-view .columns {
    display: block;
  }

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

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .reviews-actions,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .block-title.title,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .promo-overlay,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .msrp-tooltip,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available-price,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .not-available,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .reviews-actions {
    display: none;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell li.fronter,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-info,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell li.fronter {
    border-width: 3px;
    border-color: transparent;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product .product-item-info,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product .product-item-info {
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(22 150 211 / var(--tw-border-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
    position: relative;
    height: 325px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2.5rem;
  }

  @media (min-width: 1024px) {
    .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-head,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-head {
      height: 360px;
    }
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .current-product-title,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .current-product-title {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(45 41 38 / var(--tw-bg-opacity));
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-image-wrapper img,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-image-wrapper img {
    height: auto;
    width: auto;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .c2a,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .c2a {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name {
    font-size: 18px;
    display: block;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-label.label-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-label.label-price {
    margin-right: 10px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-surround,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .product-item-name,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .rating-summary,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-sur,
        .catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-surround {
    padding-left: 7px;
    padding-right: 7px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .price-box,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .price-box {
    position: relative;
    display: flex;
    align-items: center;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .msrp-label,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .msrp-label {
    position: absolute;
    top: -18px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-2columns-right.catalog-category-view .columns.upsell .upsell-price .special-price,.catalog-product-view  .page-layout-3columns.catalog-category-view .columns.upsell .upsell-price .special-price {
    margin-left: 10px;
  }

  .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.catalog-category-view .columns, .page-layout-2columns-right.catalog-category-view .columns, .page-layout-3columns.catalog-category-view .columns {
    display: grid;
  }

  .page-layout-2columns-left.catalog-category-view .sidebar-main,
            .page-layout-2columns-left.catalog-category-view .sidebar-additional,
            .page-layout-2columns-right.catalog-category-view .sidebar-main,
            .page-layout-2columns-right.catalog-category-view .sidebar-additional,
            .page-layout-3columns.catalog-category-view .sidebar-main,
            .page-layout-3columns.catalog-category-view .sidebar-additional {
    display: block;
  }

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

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .block-title.title,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .promo-overlay,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .msrp-tooltip,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .not-available-price,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .not-available,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .reviews-actions,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .block-title.title,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .promo-overlay,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .msrp-tooltip,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .not-available-price,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .not-available,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .reviews-actions,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .block-title.title,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .promo-overlay,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .msrp-tooltip,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .not-available-price,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .not-available,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .reviews-actions,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .block-title.title,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .promo-overlay,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .msrp-tooltip,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .not-available-price,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .not-available,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .reviews-actions,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .block-title.title,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .promo-overlay,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .msrp-tooltip,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .not-available-price,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .not-available,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .reviews-actions,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .block-title.title,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .promo-overlay,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .msrp-tooltip,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .not-available-price,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .not-available,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .reviews-actions {
    display: none;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-item-info,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell li.fronter,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-item-info,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell li.fronter,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-item-info,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell li.fronter,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-item-info,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell li.fronter,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-item-info,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell li.fronter,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-item-info,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell li.fronter {
    border-width: 3px;
    border-color: transparent;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .current-product .product-item-info,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .current-product .product-item-info,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .current-product .product-item-info,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .current-product .product-item-info,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .current-product .product-item-info,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .current-product .product-item-info {
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(22 150 211 / var(--tw-border-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-head,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-head {
    position: relative;
    height: 325px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2.5rem;
  }

  @media (min-width: 1024px) {
    .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-head,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-head,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-head {
      height: 360px;
    }
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .current-product-title,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .current-product-title,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .current-product-title,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .current-product-title,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .current-product-title,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .current-product-title {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(45 41 38 / var(--tw-bg-opacity));
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-image-wrapper img,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-image-wrapper img,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-image-wrapper img,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-image-wrapper img,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-image-wrapper img,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-image-wrapper img {
    height: auto;
    width: auto;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .c2a,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .c2a,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .c2a,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .c2a,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .c2a,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .c2a {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-item-name,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-item-name,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-item-name,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-item-name,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-item-name,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-item-name {
    font-size: 18px;
    display: block;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-label.label-price,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-label.label-price,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-label.label-price,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-label.label-price,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-label.label-price,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-label.label-price {
    margin-right: 10px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .product-item-name,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .rating-summary,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-sur,
        .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-surround,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .product-item-name,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .rating-summary,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-sur,
        .catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-surround,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .product-item-name,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .rating-summary,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-sur,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-surround,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .product-item-name,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .rating-summary,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-sur,
        .catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-surround,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .product-item-name,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .rating-summary,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-sur,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-surround,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .product-item-name,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .rating-summary,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-sur,
        .catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-surround {
    padding-left: 7px;
    padding-right: 7px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-price .price-box,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-price .price-box,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-price .price-box,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-price .price-box,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-price .price-box,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-price .price-box {
    position: relative;
    display: flex;
    align-items: center;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-price .msrp-label,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-price .msrp-label,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-price .msrp-label,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-price .msrp-label,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-price .msrp-label,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-price .msrp-label {
    position: absolute;
    top: -18px;
  }

  .catalog-product-view .page-layout-2columns-left.catalog-category-view .sidebar-main.upsell .upsell-price .special-price,.catalog-product-view 
            .page-layout-2columns-left.catalog-category-view .sidebar-additional.upsell .upsell-price .special-price,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-main.upsell .upsell-price .special-price,.catalog-product-view 
            .page-layout-2columns-right.catalog-category-view .sidebar-additional.upsell .upsell-price .special-price,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-main.upsell .upsell-price .special-price,.catalog-product-view 
            .page-layout-3columns.catalog-category-view .sidebar-additional.upsell .upsell-price .special-price {
    margin-left: 10px;
  }

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

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

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

.search_landing-page-view .mst-search__result-tabs {
  display: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

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

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

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.page-footer-end,
.page-footer-before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.capitalize-first::first-letter {
  text-transform: uppercase;
}

.column.main {
  position: relative;
}

.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.625;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@font-face {
  font-family: 'myriad-pro-condensed';

  src: url('../../frontend/SolverMedia/Wagner/nl_NL/fonts/MyriadPro-Cond.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'myriad-pro-condensed';

  src: url('../../frontend/SolverMedia/Wagner/nl_NL/fonts/MyriadPro-BoldCond.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

p {
  margin-bottom: 0.625rem;
}

.prose {
  max-width: 100%;
}

/**
 * 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: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

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

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

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

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

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

@media (max-width: 1023px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100% !important;
  }
}

.mpblog-post-index [data-content-type='row'][data-appearance='contained'],
.mpblog-post-view [data-content-type='row'][data-appearance='contained'] {
  margin-top: 0px;
}

[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: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

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

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

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

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

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

@media (max-width: 1023px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100% !important;
  }
}

.mpblog-post-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.mpblog-post-view [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-top: 0px;
}

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

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

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .block-title.title,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .promo-overlay,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .msrp-tooltip,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .not-available-price,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .not-available,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .reviews-actions {
  display: none;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-item-info,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .product-item-name,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .rating-summary,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-sur,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .block-title.title,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .promo-overlay,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .msrp-tooltip,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .not-available-price,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .not-available,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .reviews-actions {
  display: none;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-item-info,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .product-item-name,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .rating-summary,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-sur,
        .catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.upsell .upsell-price .special-price {
  margin-left: 10px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title[disabled] {
  display: none;
}

[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.5rem;
  --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: 700;
  line-height: 1.625 !important;
  --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);
}

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

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

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

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

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

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 72 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --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: 700;
  line-height: 1.625 !important;
  --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);
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

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

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

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

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 203 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

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

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

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

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: transparent;
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

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

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

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

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

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

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

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

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.glider-slide {
  width: 100% !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  margin: auto;
  width: auto;
  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;
}

.catalog-product-view .glider-dot.upsell .block-title.title,
        .catalog-product-view .glider-dot.upsell .promo-overlay,
        .catalog-product-view .glider-dot.upsell .msrp-tooltip,
        .catalog-product-view .glider-dot.upsell .not-available-price,
        .catalog-product-view .glider-dot.upsell .not-available,
        .catalog-product-view .glider-dot.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .glider-dot.upsell .product-item-info,
        .catalog-product-view .glider-dot.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .glider-dot.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .glider-dot.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .glider-dot.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .glider-dot.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .glider-dot.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .glider-dot.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .glider-dot.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .glider-dot.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .glider-dot.upsell .product-item-name,
        .catalog-product-view .glider-dot.upsell .rating-summary,
        .catalog-product-view .glider-dot.upsell .upsell-sur,
        .catalog-product-view .glider-dot.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .glider-dot.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .glider-dot.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .glider-dot.upsell .upsell-price .special-price {
  margin-left: 10px;
}

.glider-dot[disabled] {
  display: none;
}

.glider-dot.active {
  opacity: 1;
}

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

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

@media (max-width: 1023px) {
  .homepage.hp-main div[data-content-type="row"] {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .homepage.hp-main div[data-content-type="row"] > div {
    padding: 0px !important;
  }

  .homepage.hp-main .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0px !important;
  }

  .homepage.hp-main .pagebuilder-slider.glider-contain,
.homepage.hp-main .pagebuilder-slide-wrapper,
.homepage.hp-main .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: unset !important;
  }
}

.homepage.hp-main .carousel-nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 1023px) {
  .homepage.hp-main .carousel-nav {
    position: relative;
    bottom: 0px;
    padding: 0px;
  }
}

.homepage.hp-main {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1023px) {
  .homepage.hp-main {
    display: block;
    width: 100%;
  }
}

.sidebar.hp-sidebar.hp-sidebar-left {
  float: left;
  width: 20%;
  padding-right: 1.25rem;
}

@media (max-width: 1023px) {
  .sidebar.hp-sidebar.hp-sidebar-left {
    display: none;
  }
}

.sidebar.hp-sidebar.hp-sidebar-right {
  float: right;
  width: 20%;
  padding-left: 1.25rem;
}

@media (max-width: 1023px) {
  .sidebar.hp-sidebar.hp-sidebar-right {
    display: none;
  }
}

@media (min-width: 1024px) {
  .page-wrapper > .wraptastic.header-usps {
    display: none;
  }
}

@media (max-width: 1023px) {
  .page-wrapper > .wraptastic.header-usps {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .page-wrapper > .wraptastic.header-usps ul {
    margin: 0px;
    display: flex;
    list-style-type: none;
    overflow-x: hidden;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .page-wrapper > .wraptastic.header-usps li {
    display: flex;
    width: 100vw;
    flex-shrink: 0;
    white-space: normal;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    animation: slide_animation 20s infinite;
    scroll-snap-align: start;
  }

  @keyframes slide_animation {
    0%, 20%, 100% {
      transform: translateX(0px);
    }

    25%, 45% {
      transform: translateX(-100vw);
    }

    50%, 70% {
      transform: translateX(-200vw);
    }

    75%, 95% {
      transform: translateX(-300vw);
    }
  }
}

.bestsellers-slider .product-image-photo {
  max-height: 240px;
}

.bestsellers-slider .rating-summary-container {
  margin-bottom: 0.75rem;
  min-height: 24px;
}

.bestsellers-slider .add-to-compare {
  display: none;
}

.bestsellers-slider .product-info {
  text-align: center;
}

.bestsellers-slider .product-info button {
  margin: auto;
}

.bestsellers-slider div[data-content-type="row"],
.bestsellers-slider div[data-element="inner"] {
  padding: 0px;
}

.mpblog-post-view.sidebar.sidebar-additional,
.mpblog-post-index .sidebar.sidebar-additional {
  display: none;
}

.mpblog-post-index .container,
.mpblog-post-view .container {
  margin-top: 0px;
}

.mpblog-post-view h2 {
  margin-top: 25px;
  margin-bottom: 1.25rem;
  font-size: 30px;
  line-height: 1.1;
}

.mpblog-post-view h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.mpblog-post-view .post-view ul {
  list-style-type: disc;
  padding-left: 18px;
}

.faqtab ul {
  margin-bottom: 25px;
  list-style-type: disc;
  padding-left: 18px;
}

.catalog-product-view .container-page-title {
  margin: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 236 / var(--tw-bg-opacity));
  padding: 15px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .catalog-product-view .container-page-title {
    margin-bottom: 1.25rem;
    background-color: transparent;
  }
}

.catalog-product-view .product-tabs .rating-result {
  width: 120px;
  position: relative;
}

.catalog-product-view .product-tabs .rating-result:before {
  content: '';
  background: url('../../frontend/SolverMedia/Wagner/nl_NL/svg/star-gray.svg');
  background-size: 24px 24px;
  width: 120px;
  display: block;
  height: 24px;
  position: absolute;
  z-index: 1;
}

.catalog-product-view .product-tabs .rating-result-second {
  display: block;
  overflow: hidden;
}

.catalog-product-view .product-tabs .rating-result-second:before {
  content: '';
  background: url('../../frontend/SolverMedia/Wagner/nl_NL/svg/star-yellow.svg');
  background-size: 24px 24px;
  width: 120px;
  display: block;
  height: 24px;
  position: relative;
  z-index: 2;
}

.catalog-product-view .review-item:nth-child(n+3) {
  display: none;
}

.catalog-product-view .review-item.show-reviews {
  display: block;
}

.catalog-product-view .video-wrapper .video-container {
  margin-right: 1%;
  margin-bottom: 1%;
  width: 32%;
}

@media (max-width: 1023px) {
  .catalog-product-view .video-wrapper .video-container {
    margin-right: 0px;
    width: 100%;
  }
}

.catalog-product-view .video-wrapper .video-container:nth-child(3n+3) {
  margin-right: 0;
}

.catalog-product-view .video-wrapper .youtube {
  width: 100%;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

.catalog-product-view .video-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-product-view .video-wrapper .play-button {
  width: 90px;
  height: 60px;
  background-color: #2d2926;
  box-shadow: 0 3px 0 0 #2d2926;
  z-index: 1;
  opacity: .8;
  border-radius: 3px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.catalog-product-view .video-wrapper .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.catalog-product-view .video-wrapper img {
  position: absolute;
  top: -17%;
  right: 0;
}

.catalog-product-view .block.upsell .block-title.title,
        .catalog-product-view .block.upsell .promo-overlay,
        .catalog-product-view .block.upsell .msrp-tooltip,
        .catalog-product-view .block.upsell .not-available-price,
        .catalog-product-view .block.upsell .not-available,
        .catalog-product-view .block.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .block.upsell .product-item-info,
        .catalog-product-view .block.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .block.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .block.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .block.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .block.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .block.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .block.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .block.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .block.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .block.upsell .product-item-name,
        .catalog-product-view .block.upsell .rating-summary,
        .catalog-product-view .block.upsell .upsell-sur,
        .catalog-product-view .block.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .block.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .block.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .block.upsell .upsell-price .special-price {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .catalog-product-view .simplebundle:nth-child(-n+2) {
    border-top-width: 2px;
  }
}

#search:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 41 38 / var(--tw-border-opacity)) !important;
}

.minisearch #search::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  background: url(../../frontend/SolverMedia/Wagner/nl_NL/svg/x-circle.svg) center / contain;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .search-container {
    position: relative;
  }
}

/* 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-x-4 {
  left: 1rem;
  right: 1rem;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[1px\] {
  bottom: 1px;
}

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

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-0\.5 {
  right: 0.125rem;
}

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

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

.z-\[1\] {
  z-index: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

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

.\!m-\[-1px\] {
  margin: -1px !important;
}

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

.-m-3 {
  margin: -0.75rem;
}

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-\[-0\.5px\] {
  margin: -0.5px;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.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-\[-1px\] {
  margin-bottom: -1px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[5\%\] {
  margin-bottom: 5%;
}

.mb-auto {
  margin-bottom: auto;
}

.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-5 {
  margin-left: 1.25rem;
}

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

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

.ml-\[-120px\] {
  margin-left: -120px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[var\(--gallery-ratio\)\] {
  aspect-ratio: var(--gallery-ratio);
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-80 {
  max-height: 20rem;
}

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

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

.max-h-\[min\(1024px\2c \(100\%_-_2rem\)\)\] {
  max-height: min(1024px,(100% - 2rem));
}

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

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

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

.min-h-a11y {
  min-height: 44px;
}

.\!w-\[100px\] {
  width: 100px !important;
}

.\!w-auto {
  width: auto !important;
}

.w-0 {
  width: 0px;
}

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

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

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

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-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-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[var\(--gallery-width\)\] {
  width: var(--gallery-width);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

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

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

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

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

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

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

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

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

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

.max-w-\[min\(1280px\2c \(100\%_-_2rem\)\)\] {
  max-width: min(1280px,(100% - 2rem));
}

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

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

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

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.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-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-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-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\/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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-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-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-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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 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-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.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-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-\[3px\] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

.border-b-\[4px\] {
  border-bottom-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

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

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

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

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

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

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

.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-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / 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-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-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-wg-black-100 {
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
}

.border-wg-black-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-wg-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(122 137 153 / var(--tw-border-opacity));
}

.border-wg-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.border-wg-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-wg-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(234 235 236 / var(--tw-border-opacity));
}

.border-wg-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}

.border-wg-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(212 217 220 / var(--tw-border-opacity));
}

.border-wg-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-wg-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-wg-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

.border-wg-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 218 72 / var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-wg-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 235 236 / var(--tw-border-opacity));
}

.border-b-wg-gray-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 217 220 / var(--tw-border-opacity));
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-wg-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 235 236 / var(--tw-border-opacity));
}

.border-t-wg-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 217 220 / var(--tw-border-opacity));
}

.border-t-wg-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 218 72 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 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-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.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-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-wg-black-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}

.bg-wg-black-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 87 94 / var(--tw-bg-opacity));
}

.bg-wg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 122 / var(--tw-bg-opacity));
}

.bg-wg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-wg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 236 / var(--tw-bg-opacity));
}

.bg-wg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 233 / var(--tw-bg-opacity));
}

.bg-wg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
}

.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-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.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-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[30px\] {
  padding: 30px;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[3px\] {
  padding-bottom: 3px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[var\(--thumb-size\)\] {
  padding-bottom: var(--thumb-size);
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[7px\] {
  padding-top: 7px;
}

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

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

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.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-\[0px\] {
  font-size: 0px;
}

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 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-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary\/50 {
  color: rgb(31 41 55 / 0.5);
}

.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-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-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-wg-black-100 {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}

.text-wg-black-200 {
  --tw-text-opacity: 1;
  color: rgb(67 87 94 / var(--tw-text-opacity));
}

.text-wg-black-text {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.text-wg-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(122 137 153 / var(--tw-text-opacity));
}

.text-wg-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(0 106 122 / var(--tw-text-opacity));
}

.text-wg-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-wg-green-100 {
  --tw-text-opacity: 1;
  color: rgb(4 106 56 / var(--tw-text-opacity));
}

.text-wg-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(235 103 25 / var(--tw-text-opacity));
}

.text-wg-red-200 {
  --tw-text-opacity: 1;
  color: rgb(198 25 25 / var(--tw-text-opacity));
}

.text-wg-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(255 203 0 / 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));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.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-\[inset_0_10px_10px_-10px_rgba\(0\2c 0\2c 0\2c \.3\)\] {
  --tw-shadow: inset 0 10px 10px -10px rgba(0,0,0,.3);
  --tw-shadow-colored: inset 0 10px 10px -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);
}

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

.outline-0 {
  outline-width: 0px;
}

.-outline-offset-2 {
  outline-offset: -2px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-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-primary\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

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

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

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

.page-footer{
}

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

.catalog-product-view .promo-overlay .banner:not(.cashback)::before {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ffcb00 50%, #ffcb00 100%);
}

.catalog-product-view .promo-overlay .promoblob {
  background-image: linear-gradient(0deg, #2d2926, #2d2926);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 10px;
  transform: rotate(20deg);
  position: absolute;
  top: 30px;
  right: 0;
}

.catalog-product-view .promo-overlay .promoblob::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  border-radius: 10px;
  background-image: linear-gradient(-130deg, #2d2926, #2d2926);
  transform: rotate(135deg);
  z-index: -1;
}

.catalog-product-view .category-description ol {
  padding-left: 12px;
  margin-left: 8px;
  margin-bottom: 4px;
}

.catalog-product-view .category-description ul {
  list-style: initial;
}

.catalog-product-view .category-description ol {
  list-style-type: decimal;
}

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

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
}

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

.catalog-product-view .order-links.upsell .block-title.title,
        .catalog-product-view .order-links.upsell .promo-overlay,
        .catalog-product-view .order-links.upsell .msrp-tooltip,
        .catalog-product-view .order-links.upsell .not-available-price,
        .catalog-product-view .order-links.upsell .not-available,
        .catalog-product-view .order-links.upsell .reviews-actions {
  display: none;
}

.catalog-product-view .order-links.upsell .product-item-info,
        .catalog-product-view .order-links.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view .order-links.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view .order-links.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .order-links.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view .order-links.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view .order-links.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view .order-links.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .order-links.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view .order-links.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view .order-links.upsell .product-item-name,
        .catalog-product-view .order-links.upsell .rating-summary,
        .catalog-product-view .order-links.upsell .upsell-sur,
        .catalog-product-view .order-links.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view .order-links.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view .order-links.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view .order-links.upsell .upsell-price .special-price {
  margin-left: 10px;
}

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

.order-links li[disabled] {
  display: none;
}

.order-links li {
  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;
}

.catalog-product-view form label.upsell .block-title.title,
        .catalog-product-view form label.upsell .promo-overlay,
        .catalog-product-view form label.upsell .msrp-tooltip,
        .catalog-product-view form label.upsell .not-available-price,
        .catalog-product-view form label.upsell .not-available,
        .catalog-product-view form label.upsell .reviews-actions,.catalog-product-view  fieldset label.upsell .block-title.title,
        .catalog-product-view  fieldset label.upsell .promo-overlay,
        .catalog-product-view  fieldset label.upsell .msrp-tooltip,
        .catalog-product-view  fieldset label.upsell .not-available-price,
        .catalog-product-view  fieldset label.upsell .not-available,
        .catalog-product-view  fieldset label.upsell .reviews-actions {
  display: none;
}

.catalog-product-view form label.upsell .product-item-info,
        .catalog-product-view form label.upsell li.fronter,.catalog-product-view  fieldset label.upsell .product-item-info,
        .catalog-product-view  fieldset label.upsell li.fronter {
  border-width: 3px;
  border-color: transparent;
}

.catalog-product-view form label.upsell .current-product .product-item-info,.catalog-product-view  fieldset label.upsell .current-product .product-item-info {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(22 150 211 / var(--tw-border-opacity));
}

.catalog-product-view form label.upsell .product-head,.catalog-product-view  fieldset label.upsell .product-head {
  position: relative;
  height: 325px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .catalog-product-view form label.upsell .product-head,.catalog-product-view  fieldset label.upsell .product-head {
    height: 360px;
  }
}

.catalog-product-view form label.upsell .current-product-title,.catalog-product-view  fieldset label.upsell .current-product-title {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-product-view form label.upsell .product-image-wrapper img,.catalog-product-view  fieldset label.upsell .product-image-wrapper img {
  height: auto;
  width: auto;
}

.catalog-product-view form label.upsell .c2a,.catalog-product-view  fieldset label.upsell .c2a {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view form label.upsell .product-item-name,.catalog-product-view  fieldset label.upsell .product-item-name {
  font-size: 18px;
  display: block;
}

.catalog-product-view form label.upsell .upsell-label.label-price,.catalog-product-view  fieldset label.upsell .upsell-label.label-price {
  margin-right: 10px;
}

.catalog-product-view form label.upsell .product-item-name,
        .catalog-product-view form label.upsell .rating-summary,
        .catalog-product-view form label.upsell .upsell-sur,
        .catalog-product-view form label.upsell .upsell-surround,.catalog-product-view  fieldset label.upsell .product-item-name,
        .catalog-product-view  fieldset label.upsell .rating-summary,
        .catalog-product-view  fieldset label.upsell .upsell-sur,
        .catalog-product-view  fieldset label.upsell .upsell-surround {
  padding-left: 7px;
  padding-right: 7px;
}

.catalog-product-view form label.upsell .upsell-price .price-box,.catalog-product-view  fieldset label.upsell .upsell-price .price-box {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-product-view form label.upsell .upsell-price .msrp-label,.catalog-product-view  fieldset label.upsell .upsell-price .msrp-label {
  position: absolute;
  top: -18px;
}

.catalog-product-view form label.upsell .upsell-price .special-price,.catalog-product-view  fieldset label.upsell .upsell-price .special-price {
  margin-left: 10px;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

.cms-home .page-main {
  padding-top: 0px;
}

.cms-home .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1536px) {
  .cms-home .columns {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1023px) {
  .homepage.hp-main .hp-text [data-content-type="row"] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.homepage.hp-main .pagebuilder-slider {
  padding: 0px;
}

.homepage.hp-main .pagebuilder-slider .pagebuilder-overlay {
  padding: 0px !important;
}

.homepage.hp-main .pagebuilder-slider img {
  height: auto !important;
  width: 100% !important;
}

.free-gift-button a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

/* Fix for Tailwind before v3.4 */

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cursor-pointer[disabled] {
  display: none;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.swiper-pagination-horizontal {
  text-align: center;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

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

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

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

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:origin-bottom-right::before {
  content: var(--tw-content);
  transform-origin: bottom right;
}

.before\:skew-x-\[27deg\]::before {
  content: var(--tw-content);
  --tw-skew-x: 27deg;
  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));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:bg-wg-gray-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 236 / var(--tw-bg-opacity));
}

.before\:bg-wg-yellow-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-\[-2px\]::after {
  content: var(--tw-content);
  left: -2px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-3::after {
  content: var(--tw-content);
  top: 0.75rem;
}

.after\:top-3\.5::after {
  content: var(--tw-content);
  top: 0.875rem;
}

.after\:top-\[40\%\]::after {
  content: var(--tw-content);
  top: 40%;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:h-3\/6::after {
  content: var(--tw-content);
  height: 50%;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rotate-\[-5deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-b-\[1px\]::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-wg-red-100::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.after\:border-b-red-600::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.after\:bg-wg-black-100::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}

.after\:bg-wg-black-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(67 87 94 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.even\:bg-wg-gray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / 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\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.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-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 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-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 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-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-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-\[rgba\(0\2c _0\2c _0\2c _0\.24\)_0px_3px_8px\]:hover {
  --tw-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  --tw-shadow-colored: 0px 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/30:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:before\:bg-wg-yellow-200:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 72 / var(--tw-bg-opacity));
}

.hover\:before\:opacity-\[\.4\]:hover::before {
  content: var(--tw-content);
  opacity: .4;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

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

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:\!border-wg-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(194 194 194 / var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-wg-black-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-wg-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 0 / var(--tw-border-opacity));
}

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

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:\!shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-primary\/30:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / 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-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.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\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 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\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group\/tooltip:hover .group-hover\/tooltip\:block {
  display: block;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:focus .group-focus\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.group.is-footer .group-\[\.is-footer\]\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.group.is-footer .group-\[\.is-footer\]\:inline {
  display: inline;
}

.group.is-footer .group-\[\.is-footer\]\:w-\[80\%\] {
  width: 80%;
}

.group.is-footer .group-\[\.is-footer\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group.is-footer .group-\[\.is-footer\]\:py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.group.is-footer .group-\[\.is-footer\]\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:right-0 {
    right: 0px;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

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

  .sm\:w-48 {
    width: 12rem;
  }

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

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-r-wg-gray-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 235 236 / var(--tw-border-opacity));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

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

@media (min-width: 768px) {
  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[85\%\] {
    max-height: 85%;
  }

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

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

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

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

  .md\:flex-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-end {
    justify-content: flex-end;
  }

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-\[2px\] {
    border-left-width: 2px;
  }

  .md\:border-r-\[2px\] {
    border-right-width: 2px;
  }

  .md\:border-wg-gray-1100 {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity));
  }

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

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

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .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-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

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

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-first {
    order: -9999;
  }

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

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

  .lg\:float-right {
    float: right;
  }

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

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

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

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:\!w-\[70px\] {
    width: 70px !important;
  }

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

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

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .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\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-\[var\(--thumb-size\)\] {
    padding-left: var(--thumb-size);
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1280px) {
  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

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

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

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

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

  .xl\:flex {
    display: flex;
  }

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

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

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

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

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

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .md-max\:\!float-none {
    float: none !important;
  }

  .md-max\:ml-0 {
    margin-left: 0px;
  }

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

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

  .md-max\:block {
    display: block;
  }

  .md-max\:flex {
    display: flex;
  }

  .md-max\:hidden {
    display: none;
  }

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

@media (max-width: 1023px) {
  .lg-max\:m-0 {
    margin: 0px;
  }

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

  .lg-max\:ml-\[15px\] {
    margin-left: 15px;
  }

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

  .lg-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg-max\:block {
    display: block;
  }

  .lg-max\:flex {
    display: flex;
  }

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

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

  .lg-max\:grid-flow-row {
    grid-auto-flow: row;
  }

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

  .lg-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

  .lg-max\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .lg-max\:border-b-\[2px\] {
    border-bottom-width: 2px;
  }

  .lg-max\:border-r-0 {
    border-right-width: 0px;
  }

  .lg-max\:border-wg-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(122 137 153 / var(--tw-border-opacity));
  }

  .lg-max\:border-wg-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

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

  .lg-max\:p-1 {
    padding: 0.25rem;
  }

  .lg-max\:p-\[5px\] {
    padding: 5px;
  }

  .lg-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg-max\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg-max\:text-left {
    text-align: left;
  }

  .lg-max\:text-center {
    text-align: center;
  }

  .lg-max\:text-\[20px\] {
    font-size: 20px;
  }

  .lg-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg-max\:last\:border-b-\[2px\]:last-child {
    border-bottom-width: 2px;
  }

  .group.is-footer .group-\[\.is-footer\]\:lg-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group.is-header .group-\[\.is-header\]\:lg-max\:hidden {
    display: none;
  }

  .group.is-footer .group-\[\.is-footer\]\:lg-max\:flex-col {
    flex-direction: column;
  }

  .group.is-footer .group-\[\.is-footer\]\:lg-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license sliderConfig is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductAlerts
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/** product view css */
.clearfix {
    clear: both;
}

.mp-productalerts-product-detail {
    float: left;
    height: 30px;
}

.mp-productalerts-product-detail .mp-productalerts-link-container {
    padding-top: 2px;
    float: left;
}

/** product listing css */
.mp-stock-alert-container {
    display: none;
}

#mp-productalerts-message {
    margin-top: 10px;
}

/** popup css */
.mp-productalerts-popup {
    padding: 20px 45px 40px 45px;
    border-radius: 7px;
    max-width: 35%;
    position: relative;
    background: rgb(255, 255, 255);
    margin: 0 auto;
}

@media screen and (max-width: 993px) {
    .mp-productalerts-popup {
        max-width: 70%;
    }
}

@media screen and (max-width: 680px) {
    .mp-productalerts-popup {
        max-width: 100%;
    }
}

.mp-productalerts-popup header {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: .4em;
    font-size: 2rem;
    padding: 5px 0 7px 15px;
    font-weight: 600;
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
}

.mp-productalerts-popup hr {
    margin-top: 35px;
}

.mp-productalerts-popup h2 {
    font-weight: 600;
}

.mp-productalerts-popup p {
    margin-top: 20px;
}

.mp-productalerts-popup-form-container {
    width: 90%;
    margin: auto;
}

.mp-productalerts-popup-form-container button {
    width: 100%;
    margin-top: 25px;
}

/** customer dashboard css */
.subscribers-history {
    margin-bottom: 45px !important;
}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/SolverMedia/Wagner/nl_NL/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}._block-content-loading .fotorama__arr{opacity:0}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}@media all and (min-width:768px){.fotorama__stage__frame .fotorama__img{top:49.5%}}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/SolverMedia/Wagner/nl_NL/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

#swatch-visual-options-panel{
    overflow: visible;
}

.swatch_sub-menu_container {
    position: absolute;
    z-index: 9999;
    width: 140px;
    display: none;
}

.swatch-visual-options-container .admin__control-table-wrapper {
    overflow: inherit;
}

.swatch_row {
    padding: 5px;
    background-color: #fbfaf6;
    position: relative;
    height: 30px;
    overflow: hidden;
    border: 1px solid #000;
}

.position-relative {
    position: relative;
}

.swatch_row_name {
    position: absolute;
    background-color: #fbfaf6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swatch_row_name p {
    padding-top: 10px;
}

.swatch_window {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.swatch_window {
    border: 1px solid #c6c5c3 !important;
    cursor: pointer;
    overflow: visible !important;
    position: relative;
    width: 25px !important;
    height: 24px !important;
}

.swatch_window:after {
    position: absolute;
    content: '\2193';
    top: -5px;
    font-size: 19px;
    color: #808080;
    right: -22px;
    width: 16px;
    height: 32px;
    background: #fff;
    border-radius: 0 3px 3px 0;
    border: 1px solid rgb(173, 173, 173);
    text-align: center;
    z-index: 8;
}

.swatch_window:before {
    position: absolute;
    content: '';
    top: -4px;
    font-size: 19px;
    color: #808080;
    left: -4px;
    width: 27px;
    height: 26px;
    background: transparent;
    border-radius: 3px 0 0 3px;
    border: 3px solid rgb(255, 255, 255);
    z-index: 1;
    outline: 1px solid rgb(173, 173, 173);
}

.swatch_sub-menu_container {
    border: 1px solid rgb(173, 173, 173) !important;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.swatch_sub-menu_container .swatch_row {
    border: 0 !important;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3 !important;
}
.swatch_sub-menu_container .swatch_row:first-child {
    border-radius: 5px 0 0 0;
}

.swatch_sub-menu_container .swatch_row:last-child {
    border-bottom: 0 !important;
    border-radius: 0 0 5px 5px;
}

.swatch_sub-menu_container .swatch_row .swatch_row_name p {
    padding-left: 12px;
}

.swatch_sub-menu_container .swatch_row .swatch_row_name {
    background: #fff !important;
}

.swatch_sub-menu_container .swatch_row:hover .swatch_row_name {
    background: #fbfaf6 !important;
}

.swatch_sub-menu_container {
    margin-left: -94px;
    top: 37px;
}

.swatch_sub-menu_container:after {
    width: 16px;
    background: #fff;
    height: 3px;
    top: -3px;
    right: 0;
    content: '';
    position: absolute;
}

.swatches-visual-col {
    box-sizing: content-box;
    position: relative;
}

.col-swatch {
    width: 50px;
}

.col-swatch-min-width {
    min-width: 65px;
}

.data-table .col-swatch-min-width input[type="text"] {
    padding: inherit;
}

.swatches-visual-col.unavailable:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #f00;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 5;
    left: 3px;
    top: 20px;
}

.modal-slide .swatches-visual-col.unavailable:after {
    left: -4px;
    top: 25px;
}

.colorpicker {
    z-index: 9999;
}

.attribute-popup-actions {
    z-index: 15;
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/SolverMedia/Wagner/nl_NL/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.simplebundle-plus { float: left;padding: 0 5px; font-weight: bold;font-size: 20px; }
.simplebundle-pic {position: relative; z-index: 999; }
.simplebundle-selection-item:hover .simplebundle-pic {z-index: 1001; }
.simplebundle-selection {float: left;width: 68%; position: relative; }
.simplebundle-selection .simplebundle-selection-item {float: left; }
.simplebundle-selection .simplebundle-selection-item:hover .extra-infos {display:block;}
.simplebundle-selection .extra-infos {border:#ddd 1px solid;text-align:justify;display:none; position: absolute;left: 0;width:100%;background-color: white;min-height: 130px;z-index: 1000; padding:20px 10px 0 10px;margin-top:-1px;}
.simplebundle-selection .extra-infos strong {text-align: center;}
.simplebundle-pic-qty {z-index: 2;background-color: #f18200;text-align: center;font-weight: bold;color: white;width: 30px;height: 30px;border-radius: 16px;padding: 0px;padding-top: 2px;position: absolute;right: 30%;top: 80%;border: white 2px solid;}
.simplebundle-infos {float: right;padding: 10px;background-color: white;margin: 0px 0px 10px 0px;width:180px;}
.sbundle-description {clear: both;background-color: white;padding: 15px;font-style: italic;margin-bottom: 20px;}
.simplebundle-percent {font-weight: bold;
                       color: #cd5033;}
.simplebundle{border-bottom: 2px solid #ddd;margin-bottom: 15px;list-style:none;}
.sb-popup > ul {min-height:250px; max-height:500px; overflow-y: scroll;}
#sb_popup .availability {display:none;}
.sb-popup .product-right {float:right;width:50%;}
.sb-popup .product-options {position:initial;}
.sb-popup .product-options, #sb_popup .product-options dd, #sb_popup .product-options dt {margin:0;padding:0;background:none;border:0;clear: both;}
.sb-popup .product-options p.required {top:0;}
.sb-popup .product-options dt {float:left;}
.sb-popup .product-options-bottom {display:none;}
.sb-popup .product-left {text-align: left;max-width: 50%;display: inline-block;float: left;}
.sb-popup .clear{clear:both;}
.sb-product {text-align: left;padding:20px;background-color:#ddd;}
.sb-product-even {background-color:#eee;}
#sb_popup #products-header-notice {text-align: center;font-weight: bold;}
#sb_popup .products-header-price {float:right;}
#sb_popup .popup-error {font-size:1.2em;color:red;}
#product-list-simple-bundles .simplebundle-selection {width:100%;}
#product-list-simple-bundles .simplebundle-pic-qty {z-index: 2;width:10px;height:14px;  font-size: 0.8em;padding-top: 1px;padding: 0px 3px;}
#product-list-simple-bundles .simplebundle-plus {padding: 12px 1px 0px 1px;font-size:16px;margin-bottom: 14px;}
#product-list-simple-bundles .simplebundle-selection .simplebundle-selection-item{margin-bottom: 10px;}
#product-list-simple-bundles .simplebundle-price {float: right;font-size:11px;}


@media only screen and (max-width: 1024px){
    .sb-popup-container {
        left: -50%;
        width: 100%;

    }
    .sb-popup {
        width: 90%;
        padding: 5%;
        margin: 0 auto;
    }
    .product-right,
    .product-left {
        width: 100% !important;
        clear: both !important;
        float: none !important;
    }
    .sb-popup .product-options p.required {
        right: 0;
    }
    .sb-popup > ul {
        max-height: 600px;
        overflow: scroll;
    }
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.treeselect-input{width:100%;box-sizing:border-box;border:1px solid #d7dde4;border-radius:4px;display:flex;align-items:center;flex-wrap:wrap;padding:2px 40px 2px 4px;position:relative;min-height:37px;background-color:#fff;cursor:text}.treeselect-input--unsearchable{cursor:default}.treeselect-input--unsearchable .treeselect-input__edit{caret-color:transparent;cursor:default}.treeselect-input--unsearchable .treeselect-input__edit:focus{position:absolute;z-index:-1;left:0;min-width:0;width:0}.treeselect-input--value-not-selected .treeselect-input__edit,.treeselect-input--value-not-selected.treeselect-input--unsearchable .treeselect-input__edit:focus{z-index:auto;position:static;width:100%;max-width:100%}.treeselect-input--value-not-selected .treeselect-input__tags{gap:0}[dir=rtl] .treeselect-input{padding-right:4px;padding-left:40px}[dir=rtl] .treeselect-input__operators{right:unset;left:2px}.treeselect-input__tags{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;max-width:100%;width:100%;box-sizing:border-box}.treeselect-input__tags-element{display:inline-flex;align-items:center;background-color:#d7dde4;cursor:pointer;padding:2px 5px;border-radius:2px;font-size:14px;max-width:100%;box-sizing:border-box}.treeselect-input__tags-element:hover{background-color:#c5c7cb}.treeselect-input__tags-element:hover .treeselect-input__tags-cross svg{stroke:#eb4c42}.treeselect-input__tags-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.treeselect-input__tags-cross{display:flex;margin-left:2px}.treeselect-input__tags-cross svg{width:12px;height:12px}.treeselect-input__tags-count{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.treeselect-input__edit{flex:1;border:none;font-size:14px;text-overflow:ellipsis;width:100%;max-width:calc(100% - 45px);padding:0;position:absolute;z-index:-1;min-width:0}.treeselect-input__edit:focus{outline:none;min-width:30px;max-width:100%;z-index:auto;position:static}.treeselect-input__operators{display:flex;max-width:40px;position:absolute;right:2px}.treeselect-input__clear{display:flex;cursor:pointer}.treeselect-input__clear svg{stroke:#c5c7cb;width:17px;min-width:17px;height:20px}.treeselect-input__clear:hover svg{stroke:#838790}.treeselect-input__arrow{display:flex;cursor:pointer}.treeselect-input__arrow svg{stroke:#c5c7cb;width:20px;min-width:20px;height:20px}.treeselect-input__arrow:hover svg{stroke:#838790}.treeselect-list{width:100%;box-sizing:border-box;border:1px solid #d7dde4;overflow-y:auto;background-color:#fff;max-height:300px}.treeselect-list__group-container{box-sizing:border-box}.treeselect-list__item{display:flex;align-items:center;box-sizing:border-box;cursor:pointer;height:30px}.treeselect-list__item:focus{outline:none}.treeselect-list__item--focused{background-color:azure!important}.treeselect-list__item--hidden{display:none}.treeselect-list__item-icon{display:flex;align-items:center;cursor:pointer;height:20px;width:20px;min-width:20px}.treeselect-list__item-icon svg{pointer-events:none;width:100%;height:100%;stroke:#c5c7cb}.treeselect-list__item-icon *{pointer-events:none}.treeselect-list__item-icon:hover svg{stroke:#838790}.treeselect-list__item-checkbox-container{width:20px;height:20px;min-width:20px;border:1px solid #d7dde4;border-radius:3px;position:relative;background-color:#fff;pointer-events:none;box-sizing:border-box}.treeselect-list__item-checkbox-container svg{position:absolute;height:100%;width:100%}.treeselect-list__item-checkbox{margin:0;width:0;height:0;pointer-events:none;position:absolute;z-index:-1}.treeselect-list__item-checkbox-icon{position:absolute;height:100%;width:100%;left:0;top:0;text-align:left}.treeselect-list__item-label{width:100%;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;font-size:14px;padding-left:5px;pointer-events:none;text-align:left}.treeselect-list__item-label-counter{margin-left:3px;color:#838790;font-size:13px}.treeselect-list__empty{display:flex;align-items:center;height:30px;padding-left:4px}.treeselect-list__empty--hidden{display:none}.treeselect-list__empty-icon{display:flex;align-items:center}.treeselect-list__empty-text{font-size:14px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap}.treeselect-list__slot{position:sticky;box-sizing:border-box;width:100%;max-width:100%;bottom:0;background-color:#fff}.treeselect-list.treeselect-list--single-select .treeselect-list__item-checkbox-container,.treeselect-list.treeselect-list--disabled-branch-node .treeselect-list__item--group .treeselect-list__item-checkbox-container{display:none}.treeselect-list__item--checked{background-color:#e9f1f1}.treeselect-list.treeselect-list--single-select .treeselect-list__item--checked{background-color:transparent}.treeselect-list.treeselect-list--single-select .treeselect-list__item--single-selected{background-color:#e9f1f1}.treeselect-list__item .treeselect-list__item-checkbox-container svg{stroke:transparent}.treeselect-list__item--checked .treeselect-list__item-checkbox-container svg,.treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container svg{stroke:#fff}.treeselect-list__item--checked .treeselect-list__item-checkbox-container,.treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container{background-color:#52c67e}.treeselect-list__item--disabled .treeselect-list__item-checkbox-container{background-color:#e9f1f1}.treeselect-list__item--disabled .treeselect-list__item-label{color:#c5c7cb}[dir=rtl] .treeselect-list__item-checkbox-icon{text-align:right}[dir=rtl] .treeselect-list__item-label{text-align:right;padding-right:5px;padding-left:unset}[dir=rtl] .treeselect-list__item--closed .treeselect-list__item-icon{transform:rotate(180deg)}[dir=rtl] .treeselect-list__empty{padding-right:4px;padding-left:unset}[dir=rtl] .treeselect-list__empty-text{padding-right:5px;padding-left:unset}.treeselect{width:100%;position:relative;box-sizing:border-box}.treeselect--disabled{pointer-events:none}.treeselect-list{position:absolute;left:0;border-radius:4px;box-sizing:border-box;z-index:1000}.treeselect .treeselect-list{position:absolute}.treeselect .treeselect-list--static{position:static}.treeselect-input--focused{border-color:#101010}.treeselect-input--opened.treeselect-input--top{border-top-color:transparent;border-top-left-radius:0;border-top-right-radius:0}.treeselect-input--opened.treeselect-input--bottom{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.treeselect-list--focused{border-color:#101010}.treeselect-list--top,.treeselect-list--top-to-body{border-bottom-color:#d7dde4;border-bottom-left-radius:0;border-bottom-right-radius:0}.treeselect-list--bottom,.treeselect-list--bottom-to-body{border-top-color:#d7dde4;border-top-left-radius:0;border-top-right-radius:0}.treeselect-list--top{left:0;bottom:100%}.treeselect-list--bottom{left:0;top:100%}