/* 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: Sen, Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.catalog-category-view .container.swatch-attribute-options.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-category-view .container.flex.flex-col.swatch-attribute-options.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.swatch-attribute-options{
  justify-content:center;
}

body.mobile-search-open #search-content .swatch-attribute-options.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .swatch-attribute-options.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

.catalog-category-view .container.swatch-option.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.swatch-option{
  justify-content:center;
}

body.mobile-search-open #search-content .swatch-option.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .swatch-option.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

.swatch-option {
  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: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .btn{
  justify-content:start
}

.catalog-category-view .container.btn.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.btn{
  justify-content:center;
}

body.mobile-search-open #search-content .btn.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .btn.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.justify-between.btn.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.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: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .actions-toolbar .primary button{
  justify-content:start
}

.catalog-category-view .container.actions-toolbar .primary button.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.actions-toolbar .primary button{
  justify-content:center;
}

body.mobile-search-open #search-content .actions-toolbar .primary button.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .actions-toolbar .primary button.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.justify-between.actions-toolbar .primary button.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#cart-drawer .actions-toolbar .primary button{
  background-color:#4ec097;
  border-color:#4ec097;
  text-align:center;
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options #category-view-container{
  justify-content:start
}

.catalog-category-view .container#category-view-container.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-category-view .container.flex#category-view-container.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price#category-view-container{
  justify-content:center;
}

body.mobile-search-open #search-content #category-view-container.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary #category-view-container.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.justify-between#category-view-container.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

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

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

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg {
  right: -2rem;
}

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

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

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

.cms-index-index .price-excluding-tax.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .price-excluding-tax.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .price-excluding-tax.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .price-excluding-tax.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .price-excluding-tax.blog__sidebar-recent{
}

.price-excluding-tax.blog__sidebar-recent{
  margin-top:20px;
}

.price-excluding-tax.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.price-excluding-tax.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.price-excluding-tax.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.price-excluding-tax.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.price-excluding-tax.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

.catalog-category-view .container.price-container.price-tier_price.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.price-container.price-tier_price{
  justify-content:center;
}

body.mobile-search-open #search-content .price-container.price-tier_price.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .price-container.price-tier_price.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

/* Keep file for backwards compatibility */

#customer-login-container {
  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;
}

.block.blog__sidebar-recent #customer-login-container{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

.navigation.page.messages:hover{
  z-index:999;
}

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

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

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

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

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

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

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

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

.breadcrumbs .page.messages .messages
    section#messages{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.breadcrumbs .page.messages .messages
    section#messages ol{
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #f4f4f2;
}

.breadcrumbs .page.messages .messages
    section#messages ol li{
  font-size:12px
}

.breadcrumbs .page.messages .messages
    section#messages ol li a{
  text-decoration:underline
}

.breadcrumbs .page.messages .messages
    section#messages ol li a:hover{
  text-decoration:none
}

.breadcrumbs .page.messages .messages
    section#messages ol li span{
  color:#a3a3a3
}

.catalog-category-view .page.messages .messages
    section#messages.flex.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.checkout-cart-index .page.messages .messages
    section#messages.text-3xl{
  margin-top:20px;
  padding:0px 20px
}

body.mobile-search-open #header > .page.messages .messages
    section#messages{
  position:relative;
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line{
    flex-direction:column;
  }

  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column{
    width:100%;
    border:0px;
    border-bottom:1px solid #f4f4f2;
  }

  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column:last-child{
    border-bottom:0px;
  }

  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.page.messages .messages
    section#messages.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

.products.mode-list .product-item .product-item-info .product-item-details .message.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .message.relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .message{
  justify-content:start
}

.products.mode-list .product-item .product-item-info .product-item-details .message.relative .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-category-view .container.message.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.message{
  justify-content:center;
}

body.mobile-search-open #search-content .message.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .message.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.justify-between.message.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.message.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

.cms-index-index .product-item .price-container.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .product-item .price-container.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .product-item .price-container.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .product-item .price-container.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .product-item .price-container.blog__sidebar-recent{
}

.product-item .price-container.blog__sidebar-recent{
  margin-top:20px;
}

.product-item .price-container.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-item .price-container.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-item .price-container.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-item .price-container.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-item .price-container.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

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

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black + svg {
  right: -2rem;
}

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

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

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

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

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

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent .block-content,
.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent .block-content .items,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent .block-content .items .item,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent{
}

.page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent, .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent{
  margin-top:20px;
}

.page-product-bundle .price-final_price .price-from .price-container.blog__sidebar-recent .grid-cols-1, .page-product-bundle .price-final_price .price-to .price-container.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

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

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent .block-content,
.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent .block-content .items,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent .block-content .items .item,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent,.cms-index-index  .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent{
}

.page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent, .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent{
  margin-top:20px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label.blog__sidebar-recent .grid-cols-1, .page-product-bundle .price-final_price .price-to .price-container .price-label.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container .price-label.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container .price-label.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container .price-label.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container .price-label.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container .price-label.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container .price-label.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.page-product-bundle .price-final_price .price-from .price-container .price-label.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget .page-product-bundle .price-final_price .price-to .price-container .price-label.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg {
  right: -2rem;
}

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

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

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

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

.catalog-category-view .container.backdrop.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.backdrop{
  justify-content:center;
}

body.mobile-search-open #search-content .backdrop.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .backdrop.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

body {
  overflow-y: scroll;
}

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

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

.breadcrumbs .columns{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.breadcrumbs .columns ol{
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #f4f4f2;
}

.breadcrumbs .columns ol li{
  font-size:12px
}

.breadcrumbs .columns ol li a{
  text-decoration:underline
}

.breadcrumbs .columns ol li a:hover{
  text-decoration:none
}

.breadcrumbs .columns ol li span{
  color:#a3a3a3
}

.catalog-category-view .columns.flex.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.checkout-cart-index .columns.text-3xl{
  margin-top:20px;
  padding:0px 20px
}

body.mobile-search-open #header > .columns{
  position:relative;
}

.block.blog__sidebar-recent .columns{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.columns.usp .pagebuilder-column-line{
    flex-direction:column;
  }

  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column{
    width:100%;
    border:0px;
    border-bottom:1px solid #f4f4f2;
  }

  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column:last-child{
    border-bottom:0px;
  }

  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.columns.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:center;
  }
}

.columns {
  grid-template-rows: auto minmax(0, 1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .page-with-filter .columns .sidebar-main {
    order: 1;
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

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

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

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

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

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

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

.input {
  margin-right: 0.5rem;
  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 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color:#4ec097;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Sen';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(../fonts/sen/Sen-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Sen-Bold';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(../fonts/sen/Sen-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Vegaicons';

  src: url(../fonts/vegaicons/vegatheme-icons-magic.woff) format('woff');
}

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

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

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

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

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

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

.breadcrumbs [data-content-type='row'][data-appearance='contained']{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] ol{
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #f4f4f2;
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] ol li{
  font-size:12px
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] ol li a{
  text-decoration:underline
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] ol li a:hover{
  text-decoration:none
}

.breadcrumbs [data-content-type='row'][data-appearance='contained'] ol li span{
  color:#a3a3a3
}

.catalog-category-view [data-content-type='row'][data-appearance='contained'].flex.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.checkout-cart-index [data-content-type='row'][data-appearance='contained'].text-3xl{
  margin-top:20px;
  padding:0px 20px
}

body.mobile-search-open #header > [data-content-type='row'][data-appearance='contained']{
  position:relative;
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line{
    flex-direction:column;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column{
    width:100%;
    border:0px;
    border-bottom:1px solid #f4f4f2;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column:last-child{
    border-bottom:0px;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='contained'].usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

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

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

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

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

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner ol{
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #f4f4f2;
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner ol li{
  font-size:12px
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner ol li a{
  text-decoration:underline
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner ol li a:hover{
  text-decoration:none
}

.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner ol li span{
  color:#a3a3a3
}

.catalog-category-view [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.checkout-cart-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.text-3xl{
  margin-top:20px;
  padding:0px 20px
}

body.mobile-search-open #header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  position:relative;
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line{
    flex-direction:column;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column{
    width:100%;
    border:0px;
    border-bottom:1px solid #f4f4f2;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column:last-child{
    border-bottom:0px;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:center;
  }
}

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

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

.catalog-category-view .container.flex.flex-col[data-content-type='column-group'].my-6.font-bold,.catalog-category-view .container.flex.flex-col [data-content-type='column-line'].my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

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

.cms-index-index [data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index [data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent{
}

[data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent{
  margin-top:20px;
}

[data-content-type='tabs'] .tabs-navigation.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation.filter {
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='tabs'] .tabs-navigation li.tab-header.mb-6{
  margin-bottom:0px
}

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

.navigation[data-content-type='tabs'] .tabs-navigation li.tab-header.active:hover{
  z-index:999;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  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;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent{
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.mb-6{
  margin-bottom:0px
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent{
  margin-top:20px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.filter {
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span + svg {
  right: -2rem;
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-content{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-content .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='tabs'] .tabs-content .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='tabs'] .tabs-content.mb-6{
  margin-bottom:0px
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

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

/* Heading */

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

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='buttons'] [data-content-type='button-item'].relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='buttons'] [data-content-type='button-item'].relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='buttons'] [data-content-type='button-item'].relative .swatch-attribute-options .items-center{
  justify-content:start
}

[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: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options a.pagebuilder-button-primary,.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options  button.pagebuilder-button-primary,.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options  div.pagebuilder-button-primary{
  justify-content:start
}

.catalog-category-view a.container.pagebuilder-button-primary.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view  button.container.pagebuilder-button-primary.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view  div.container.pagebuilder-button-primary.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary a.final-price.pagebuilder-button-primary,.catalog-product-view .product-type-bundle .bundle-summary  button.final-price.pagebuilder-button-primary,.catalog-product-view .product-type-bundle .bundle-summary  div.final-price.pagebuilder-button-primary{
  justify-content:center;
}

body.mobile-search-open #search-content a.pagebuilder-button-primary.transform.transition,body.mobile-search-open #search-content  button.pagebuilder-button-primary.transform.transition,body.mobile-search-open #search-content  div.pagebuilder-button-primary.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary a.pagebuilder-button-primary.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  button.pagebuilder-button-primary.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  div.pagebuilder-button-primary.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary a.flex.justify-between.pagebuilder-button-primary.border-t,.checkout-cart-index .cart-summary  button.flex.justify-between.pagebuilder-button-primary.border-t,.checkout-cart-index .cart-summary  div.flex.justify-between.pagebuilder-button-primary.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#cart-drawer a.pagebuilder-button-primary,#cart-drawer  button.pagebuilder-button-primary,#cart-drawer  div.pagebuilder-button-primary{
  background-color:#4ec097;
  border-color:#4ec097;
  text-align:center;
}

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: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options a.pagebuilder-button-secondary,.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options  button.pagebuilder-button-secondary,.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options  div.pagebuilder-button-secondary{
  justify-content:start
}

.catalog-category-view a.container.pagebuilder-button-secondary.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view  button.container.pagebuilder-button-secondary.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view  div.container.pagebuilder-button-secondary.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary a.final-price.pagebuilder-button-secondary,.catalog-product-view .product-type-bundle .bundle-summary  button.final-price.pagebuilder-button-secondary,.catalog-product-view .product-type-bundle .bundle-summary  div.final-price.pagebuilder-button-secondary{
  justify-content:center;
}

body.mobile-search-open #search-content a.pagebuilder-button-secondary.transform.transition,body.mobile-search-open #search-content  button.pagebuilder-button-secondary.transform.transition,body.mobile-search-open #search-content  div.pagebuilder-button-secondary.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary a.pagebuilder-button-secondary.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  button.pagebuilder-button-secondary.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  div.pagebuilder-button-secondary.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary a.flex.justify-between.pagebuilder-button-secondary.border-t,.checkout-cart-index .cart-summary  button.flex.justify-between.pagebuilder-button-secondary.border-t,.checkout-cart-index .cart-summary  div.flex.justify-between.pagebuilder-button-secondary.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

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

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

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

#cart-drawer a.pagebuilder-button-secondary,#cart-drawer  button.pagebuilder-button-secondary,#cart-drawer  div.pagebuilder-button-secondary{
  background-color:#4ec097;
  border-color:#4ec097;
  text-align:center;
}

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

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action[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;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='video'] .pagebuilder-video-container{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='video'] .pagebuilder-video-container .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='video'] .pagebuilder-video-container .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='video'] .pagebuilder-video-container.mb-6{
  margin-bottom:0px
}

[data-content-type='video'] .pagebuilder-video-container {
  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%;
}

.catalog-category-view [data-content-type='video'] iframe.pointer-events-none.select-none img,.catalog-category-view 
    [data-content-type='video'] video.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.mb-6{
  margin-bottom:0px
}

body.mobile-search-open #search-content .flex.transform[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  max-width:100%;
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  justify-content:start
}

.catalog-category-view .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  justify-content:center;
}

body.mobile-search-open #search-content [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .flex.justify-between[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

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

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  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;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slider']{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slider'] .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slider'] .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='slider'].mb-6{
  margin-bottom:0px
}

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

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

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

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

.catalog-category-view [data-content-type='slider'] .carousel-nav.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='slider'] .carousel-nav.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='slider'] .carousel-nav.relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details [data-content-type='slider'] .carousel-nav.relative .swatch-attribute-options .items-center{
  justify-content:start
}

[data-content-type='slider'] .carousel-nav {
  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;
}

.catalog-category-view [data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: -15000vw;
}

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

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

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

.navigation[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay:hover{
  z-index:999;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.mb-6{
  margin-bottom:0px
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  justify-content:start
}

.catalog-category-view .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  justify-content:center;
}

body.mobile-search-open #search-content [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .flex.justify-between[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

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

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

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

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

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

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

/* Map */

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

/**
 * Add Content
 */

/* Block */

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

/* Dynamic Block */

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.glider-contain{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.glider-contain .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.glider-contain .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .glider-contain.mb-6{
  margin-bottom:0px
}

.glider {
  overflow-y: hidden;
}

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

.catalog-category-view .absolute.pointer-events-none.glider.draggable img{
  height:70px;
  width:70px;
}

.glider.draggable {
  cursor: grab;
}

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

.catalog-category-view .absolute.pointer-events-none.glider.draggable .glider-slide img img{
  height:70px;
  width:70px;
}

.catalog-category-view .absolute.glider.draggable .glider-slide img.select-none img{
  height:70px;
  width:70px;
}

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

.catalog-category-view .container.glider .glider-track.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.glider .glider-track{
  justify-content:center;
}

body.mobile-search-open #search-content .glider .glider-track.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .glider .glider-track.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

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

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

.catalog-category-view .absolute.pointer-events-none.glider-slide img{
  height:70px;
  width:70px;
}

.glider-slide {
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.cms-index-index .glider-dot.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .glider-dot.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .glider-dot.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .glider-dot.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .glider-dot.blog__sidebar-recent{
}

.glider-dot.blog__sidebar-recent{
  margin-top:20px;
}

.glider-dot.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.glider-dot.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.glider-dot.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.glider-dot.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.glider-dot.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .glider-dot.filter {
}

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

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

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

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action[data-show-arrows='false'] .glider-prev,.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action
    [data-show-arrows='false'] .glider-next{
  display:none;
}

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

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action[data-show-dots='false'] .glider-dots{
  display:none;
}

/* purgecss end ignore */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

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

.\!left-4 {
  left: 1rem !important;
}

.\!right-4 {
  right: 1rem !important;
}

.-bottom-14 {
  bottom: -3.5rem;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

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

.left-36 {
  left: 9rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-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-\[10px\] {
  margin: 10px;
}

.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-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.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-\[10px\] {
  margin-left: 10px;
}

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

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

.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-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-4 {
  margin-top: 1rem;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.hidden {
  display: none;
}

.\!h-10 {
  height: 2.5rem !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.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-\[50px\] {
  height: 50px;
}

.h-am-latter {
  height: 32px;
}

.h-am-popup-content {
  height: 415px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-8 {
  max-height: 2rem;
}

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

.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-\[40px\] {
  min-height: 40px;
}

.min-h-a11y {
  min-height: 44px;
}

.\!w-10 {
  width: 2.5rem !important;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

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

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

.w-am-latter {
  width: 32px;
}

.w-am-popup-content {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

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

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

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

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

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

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

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

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

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1620px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.basis-\[30\%\] {
  flex-basis: 30%;
}

.basis-auto {
  flex-basis: auto;
}

.table-auto {
  table-layout: auto;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/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-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));
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.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-x-scroll {
  overflow-x: scroll;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.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-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

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

.border-\[\#565450\] {
  --tw-border-opacity: 1;
  border-color: rgb(86 84 80 / var(--tw-border-opacity));
}

.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-\[\#f4f4f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 242 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#565450\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 84 80 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 242 / var(--tw-bg-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 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-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / 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\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / 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-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-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-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[35px\] {
  padding: 35px;
}

.p-\[5px\] {
  padding: 5px;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-full {
  padding-top: 100%;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-\[vegaicons\] {
  font-family: vegaicons;
}

.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-\[13px\] {
  font-size: 13px;
}

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

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

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

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#565450\] {
  --tw-text-opacity: 1;
  color: rgb(86 84 80 / var(--tw-text-opacity));
}

.text-\[\#8a837f\] {
  --tw-text-opacity: 1;
  color: rgb(138 131 127 / var(--tw-text-opacity));
}

.text-amsb_graystarts {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

.text-amsb_yellowstars {
  --tw-text-opacity: 1;
  color: rgb(246 224 94 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-cornflower-100 {
  --tw-text-opacity: 1;
  color: rgb(131 146 167 / 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-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-red {
  --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-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / 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;
}

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

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

.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-150 {
  transition-duration: 150ms;
}

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

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

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

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

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

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

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

/* Header */

body{
  background-color:#fff;
}

.top-links a:hover{
  text-decoration:underline;
}

.icon-phone::before{
  content:'\e041';
  font-style:normal;
}

.icon-arrow-right-thin::before{
  color:#565450;
  content:'\e004';
  font-family:'Vegaicons';
}

#menu-cart-icon::before{
  font-size:25px;
  color:#565450;
  content:'\e01c';
  font-family:'Vegaicons';
}

#customer-menu::before{
  font-size:25px;
  color:#565450;
  content:'\e00c';
  font-family:'Vegaicons';
}

.icon-checkmark::before{
  font-size:13px;
  font-style:normal;
  content:'\e01a';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  background:#f4f4f2;
  color:#565450;
  text-align:center;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.icon-calendar::before{
  font-size:13px;
  font-style:normal;
  content:'\e016';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  background:#f4f4f2;
  color:#565450;
  text-align:center;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.icon-delivery::before{
  font-size:13px;
  font-style:normal;
  content:'\e039';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  background:#f4f4f2;
  color:#565450;
  text-align:center;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.icon-collapse{
  margin:0px!important;
  margin-right:10px!important
}

.icon-collapse::before{
  transform:rotate(-90deg);
  font-size:13px;
  font-style:normal;
  content:'\e000';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  color:#565450;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0px!important
}

.icon-flag::before{
  font-size:13px;
  font-style:normal;
  content:'\e027';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  background:#f4f4f2;
  color:#565450;
  text-align:center;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.icon-star::before{
  font-size:13px;
  font-style:normal;
  content:'\e010';
  font-family:'Vegaicons';
  height:30px;
  width:30px;
  line-height:30px;
  background:#f4f4f2;
  color:#565450;
  text-align:center;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

#search:focus{
  border:2px solid #565450;
  box-shadow:0 0 5px 1px #999999;
}

.action.search{
  display:inline-block;
  background-image:none;
  background:none;
  -moz-box-sizing:content-box;
  border:0;
  box-shadow:none;
  line-height:inherit;
  margin:0;
  text-decoration:none;
  text-shadow:none;
  font-weight:400;
  padding:0;
  position:absolute;
  right:6px;
  top:-2px;
  z-index:1;
  height:50px;
  width:50px;
}

.action.search::before{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:25px;
  line-height:inherit;
  color:#565450;
  content:'\e017';
  font-family:'Vegaicons';
  margin:0 5px;
  vertical-align:top;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}

.nav-desktop{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  background:transparent;
  border-radius:3px;
  padding:0;
  list-style:none;
  width:100%;
}

.nav-desktop li.level-0{
  display:inline-block;
  box-sizing:border-box;
  flex-grow:1;
  text-align:center;
  margin:0;
  padding:0;
  font-size:16px;
  font-weight:bold;
  text-transform:none;
  cursor:pointer;
  background:#ffffff;
  color:#44423f;
  border-top:1px solid #f4f4f2;
  border-bottom:1px solid #f4f4f2;
  border-right:1px solid rgba(255, 255, 255, 0.1);
  border-left:1px solid #f4f4f2;
}

.nav-desktop li.level-0:last-child a.level-0{
  background:#ee6057;
  color:#fff;
  border-color:#ee6057
}

.mobile-menu-button svg path{
  stroke:#565450;
}

.navigation.z-20:hover{
  z-index:999;
}

/* Home Page */

.cms-index-index{
}

.cms-index-index .columns{
  max-width:100%!important;
  padding:0px!important
}

.cms-index-index .block.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}

.cms-index-index .block-title,
.cms-index-index .block.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index h2::before{
  display:inline-block;
  content:"";
  border-top:1px solid #565450;
  width:20px;
  margin:0 1rem;
  transform:translateY(-0.5rem);
}

.cms-index-index h2::after{
  display:inline-block;
  content:"";
  border-top:1px solid #565450;
  width:20px;
  margin:0 1rem;
  transform:translateY(-0.5rem);
}

.cms-index-index .block-title{
  text-align:center;
  padding-top:20px!important;
  padding-bottom:10px!important;
}

.cms-index-index .block.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .block.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .block.blog__sidebar-recent{
}

.cms-index-index .block-static-block{
  max-width:1620px;
  margin:auto;
}

.cms-index-index h2{
  display:inline-block;
  content:"";
  margin:0 1rem;
  transform:translateY(-1rem);
  font-weight:bold;
  color:#565450;
  font-family:'Sen';
  line-height:1.1;
  font-size:24px;
}

.hp-usp-bootom-container{
  max-width:60%;
  margin:0 auto;
  text-align:center;
  padding-top:40px;
  padding-bottom:40px;
  font-size:14px;
  margin-top:40px;
}

.hp-usp-bootom-container p{
  margin-bottom:20px;
}

.hp-usp-bootom-container a:hover{
  background:#3ca07c;
  border:1px solid #3ca07c;
  color:#ffffff;
}

.hp-usp-bootom-container a{
  border-radius:50px;
  text-transform:lowercase;
  font-size:12px;
  box-sizing: border-box;
  vertical-align:middle;
  font-family:'Sen';
  font-weight:bold;
  padding:7px 15px;
  background:#4ec097;
  border:1px solid #4ec097;
  color:#ffffff;
  cursor:pointer;
}

.cms-index-index .usp{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.cms-index-index .usp .pagebuilder-column-line{
  margin-top:10px;
  background:#fafafa;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  border:1px solid #f4f4f2;
  border-radius:15px;
}

.cms-index-index .usp .pagebuilder-column{
  padding:40px;
  width: 33.3%;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  border-right:1px solid #f4f4f2;
}

.cms-index-index .usp .pagebuilder-column:last-child{
  border:none;
}

.cms-index-index .usp .pagebuilder-column p{
  margin:none!important;
}

.cms-index-index .usp .pagebuilder-column .usp-headline {
  font-weight:bold;
  font-size:18px;
  display:block;
}

.cms-index-index .usp .pagebuilder-column .col{
  text-align:center;
}

.cms-index-index .usp .pagebuilder-column .col img{
  width:100px;
  margin-right:25px;
  display:inline;
}

/* Home page slider */

.slider-container.vega-custom-slider{
  position:relative;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.slider-container.vega-custom-slider .vertical-slideshow-container{
  clear:both;
  background:#F5F5F5;
  display:flex;
}

.slider-container.vega-custom-slider .vertical-slideshow-container img{
  max-width:100%;
}

.slider-container.vega-custom-slider .bannerSlider img{
  width:100%;
  display:block;
}

.slider-container.vega-custom-slider .bannerSlider .swiper-slide.banner-item{
  width:100%!important;
  max-width:100%;
}

.slider-container.vega-custom-slider .bannerSlider.bannerSliderWidth{
  width:65%;
}

.slider-container.vega-custom-slider #slick-pager{
  position:relative;
  width:35%;
  background-color:#fff;
  padding:0;
  margin-top:8px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet{
  border-left:12px solid #fff;
  padding:10px 15px;
  width:100%;
  display:block;
  height:auto;
  border-radius:0px!important;
  margin:0px!important;
  background-color:#f4f4f2;
  color:#565450;
  opacity:1;
}

.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color:#ee6057;
  color:#fff;
}

.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet .vertical-nav-title{
  font-size:16px;
  font-weight:bold;
}

.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet .vertical-nav-title,
.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet .vertical-nav-subtitle{
  display:block;
  margin-left:40px;
}

.slider-container.vega-custom-slider #slick-pager .swiper-pagination-bullet .vertical-nav-subtitle{
  font-size:14px;
}

.widget.block-products-list .product-item-info .price-box{
  border-bottom:0px!important;
}

.cms-index-index .widget.block-products-list .product.description{
  display:none!important;
}

.widget.block-products-list .product-item-actions .actions-primary{
  visibility:hidden;
}

.widget.block-products-list .product-item:hover .product-item-actions .actions-primary,
.widget.block-products-list .js_slide:hover .product-item-actions .actions-primary{
  visibility:visible;
}

.widget.block-products-list .js_slide:hover .list-price-block{
  background-color:#eef9f3;
}

.widget.block-products-list .js_slide .product-item-name{
  height:48px;
  font-size:14px!important
}

.widget.block-products-list .actions-secondary{
  font-size:12px!important;
}

.widget.block-products-list .product-item-stock-and-size{
  border:0px!important;
}

.widget.block-products-list .products-grid .product-item{
  padding-bottom:48px!important;
}

.widget.block-products-list .products-grid .product-item .product-item-actions{
  height:55px!important;
  padding-left:15px!important;
  padding-right:15px!important;
  font-weight:bold;
}

.catalog-product-view .product-slider .js_slides .product-item-actions{
  padding-left:15px!important;
  padding-right:15px!important;
}

.catalog-product-view .product-slider .js_slides .product-item-info .product-item-actions{
  padding-top:10px!important;
  padding-bottom:10px!important;
  margin-top:0px!important;
}

.catalog-product-view .product-slider .js_slides .list-price-block{
  padding-top:0px!important;
  padding-bottom:5px!important;
  margin-top:0px!important;
}

.blog-post-view .blog-post-view-content .product-items.widget-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

.blog-post-view .blog-post-view-content .product-item-description{
  margin-top:0px!important;
}

.blog-post-view .blog-post-view-content .price-box{
  margin-bottom:0px!important;
}

/* Categories Widget */

.catalog-widget{
  margin-top:40px;
}

.catalog-widget header{
  text-align:center;
}

.catalog-widget .catalog-widget-body{
  font-size:0;
  padding:0;
}

.catalog-widget .catalog-widget-body > section{
}

.catalog-widget .catalog-widget-body > section a{
  width:100%;
  padding:10px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:20px;
}

.catalog-widget .catalog-widget-body > section{
  display:flex;
  position:relative;
  text-align:center;
  align-items:center;
  padding:0;
  border:1px solid #f4f4f2;
  border-radius:15px;
  margin-bottom:0;
  background:#fafafa;
  box-shadow:none;
}

.catalog-widget .catalog-widget-body > section:hover{
  background-color:#f4f4f2;
  text-decoration:none;
}

.catalog-widget .catalog-widget-body > section:hover img{
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
}

.catalog-widget .catalog-widget-body > section a h3{
  text-transform:none;
  letter-spacing:normal;
  font-weight:normal;
  color:#565450;
}

.catalog-widget .catalog-widget-body > section a img{
  max-height:70px;
  max-width:70px;
  border-radius:100%;
  border:10px solid #FFF;
}

/* Actions */

.action.primary{
  background-image:none;
  background:#4ec097;
  border:1px solid #4ec097;
  color:#ffffff;
  cursor:pointer;
  display:inline-block;
  font-family:'Sen';
  font-weight:bold;
  padding:7px 15px;
  font-size:1.2rem;
  box-sizing:border-box;
  vertical-align:middle;
  border-radius:50px;
  text-transform:lowercase;
  font-size:12px;
}

.action.primary:hover{
  background:#3ca07c;
  border:1px solid #3ca07c;
  color:#ffffff;
}

/* Layout */

.page-main{
  margin-top:0!important;
}

/* Products Grid */

.product-items{
  display:grid;
  grid-auto-rows:auto;
  grid-column-gap:2%;
  grid-row-gap:10px;
  padding:0;
}

.products-grid .product-item{
  display:flex;
  position:relative;
  padding:2% 2% 60px 2%;
  border:1px solid #f4f4f2;
  border-radius:10px;
  margin-bottom:0;
  background:#ffffff;
  box-shadow:none;
}

.products-grid .product-item .product-item-info{
  width:100%;
  text-align:center;
}

.products-grid .product-item .product-item-info .product-image-container{
  display:inline-block;
  max-width:100%;
}

.products-grid .product-item .product-item-info .product-image-wrapper{
  display:block;
  height:0;
  overflow:hidden;
  position:relative;
  z-index:1;
}

.products-grid .product-item .product-item-info .product-item-details{
  margin-top:5px
}

.products-grid .product-item .product-item-info .product-item-name{
  color:#565450;
  min-height:40px;
  display:block;
  text-decoration:none;
  font-family:'Sen';
  font-weight:bold;
  font-size:14px;
}

.products-grid .product-item .product-item-info .price-box{
  margin:5px 0 5px 0;
  padding:5px 0 5px 0;
  font-family:'Sen';
  font-size:18px;
  font-weight:normal;
  text-align:right;
  display:flex;
  justify-content:space-around;
  align-items:center;
  border-bottom:1px solid #f4f4f2;
  border-top:1px solid #f4f4f2;
  width:100%;
  box-sizing:border-box;
}

.products-grid .product-item:hover{
  background:#ffffff;
  box-shadow:0 1px 20px rgba(0, 0, 0, 0.1);
}

.products-grid .product-item:hover .price-box{
  background:#EEF9F3;
}

.products-grid .product-item .price-box .price-alone span{
  display:inline-block;
}

.products-grid .product-item .price-box .price{
  font-weight:700;
  white-space:nowrap;
  font-size:18px;
  color:#4ec097;
}

.products-grid .product-item-actions{
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.products-grid .product-item-actions:not(.compare-actions){
  font-size:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:absolute;
  width:96%;
  border-top:1px solid rgba(0, 0, 0, 0.05);
  box-sizing:border-box;
  bottom:0;
  left:2%;
  padding-top:10px;
  padding-bottom:10px;
}

.products-grid .product-item .product-item-actions .actions-primary{
  display:none;
  text-align:center;
}

.products-grid .product-item:hover .product-item-actions .actions-primary{
  display:block;
}

.products-grid .product-item-actions:not(.compare-actions) .actions-secondary{
  display:inline-block;
  font-size:1.4rem;
  vertical-align:middle;
  white-space:nowrap;
  flex:1;
  text-align:right;
}

.product-item-stock-and-size{
  font-size:12px;
  display:flex;
  justify-content:space-around;
  border-bottom:1px solid #f4f4f2;
  margin:5px 0 5px 0;
  padding:5px;
  box-sizing:border-box;
}

.product-item-stock-and-size .custom-stock-value{
  font-weight:bold;
}

.product-item-stock-and-size .custom-stock-value.skladom{
  color:#4ec097;
}

.product-item-stock-and-size .custom-stock-value.sklad{
  color:#4ec097;
}

.product-item-stock-and-size .custom-stock-value.skladem{
  color:#4ec097;
}

.product-item-stock-and-size .custom-stock-value.configurable-stock-status-available{
  color:#4ec097;
}

.product-item-description{
  margin:10px 0;
  opacity:0.6;
  font-size:12px;
}

.icon-settings::before{
  content:'\e009';
  font-family:'Vegaicons';
}

.border-primary{
  border-color:#4ec097!important
}

.filter-options-content .am-swatch-image{
  width:30px;
  height:30px;
}

.catalog-category-view .absolute.pointer-events-none.select-none img{
  height:70px!important;
  width:70px!important;
}

.catalog-category-view .category-tooltip-image{
  background-size:7
}

.catalog-category-view .products.mode-list.products-list .product-item-info{
  display:flex;
  width:100%!important
}

.catalog-category-view .products.mode-list.products-list .product-item-info .product-item-details{
  flex-grow:1;
}

/* Products List */

.products.mode-list .product-item{
  display:flex;
  position:relative;
  padding:2% 2% 10px 2%;
  border:1px solid #f4f4f2;
  border-radius:10px;
  margin-bottom:0;
  background:#ffffff;
  gap:20px;
}

.products.mode-list .product-item .product-image-container img{
  max-height:165px;
}

.products.mode-list .product-item .product-item-info{
  gap:20px;
}

.products.mode-list .product-item .product-item-info .product-item-details{
  display:flex;
  flex-direction:column;
}

.products.mode-list .product-item .product-item-info .product-item-details .product-item-name{
  font-weight:bold;
  font-size:18px;
  color:#565450;
  order:1
}

.products.mode-list .product-item .product-item-info .product-item-details .list-price-block{
  order:2;
  border-top:1px solid #f4f4f2;
  margin-top:5px;
  padding-top:5px;
}

.products.mode-list .product-item .product-item-info .product-item-details .list-price-block .price{
  font-size:18px;
  color:#4ec097
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .border-t.pt-2{
  border-top:0px!important;
  padding-top:0px!important
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .items-center{
  justify-content:start!important
}

.products.mode-list .product-item .product-item-info .product-item-details .product-item-stock-and-size{
  display:none;
}

.products.mode-list .product-item .product-item-info .product-item-details .product-item-inner{
  order:4;
  border-top:1px solid #f4f4f2;
  margin-top:5px;
  padding-top:5px;
}

.products.mode-list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions{
  display:flex;
  justify-content:space-between;
  border-top:1px solid #f4f4f2;
  margin-top:5px;
  padding-top:15px;
}

/* Action icons */

.product-item-actions:not(.compare-actions) .actions-secondary > .action{
  line-height:40px;
  text-align:center;
  width:20px;
}

.product-item .tocompare::before{
  content:'\e034';
}

.product-items .action.towishlist::before, 
.products.list.items .action.towishlist::before, 
.table-comparison .action.towishlist::before{
  content:'\e01d';
}

.abs-actions-addto-gridlist::before, 
.table-comparison .wishlist.split.button > .action.split::before, 
.product-items .wishlist.split.button > .action.split::before, 
.product-items .action.towishlist::before, .products.list.items .action.towishlist::before, 
.table-comparison .action.towishlist::before, 
.product-item-actions:not(.compare-actions) .actions-secondary > .action::before{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:12px;
  line-height:40px;
  color:#7d7d7d;
  font-family:'Vegaicons';
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}

.abs-actions-addto-gridlist > span, 
.table-comparison .wishlist.split.button > .action.split > span, 
.product-items .wishlist.split.button > .action.split > span, 
.product-items .action.towishlist > span, 
.products.list.items .action.towishlist > span, 
.table-comparison .action.towishlist > span, 
.product-item-actions:not(.compare-actions) .actions-secondary > .action > span{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}

/* Product Labels */

.product-image-wrapper .lower_left{
  position:absolute;
  bottom:0;
  z-index:2;
  left:0;
  text-align:left;
}

.product-image-wrapper .discount-label-position{
  position:absolute;
  top:0;
  z-index:2;
  left:0;
  text-align:left;
}

.custom-label.red, 
.discount-label.red{
  border-color:#ee6057;
  color:#ee6057;
}

.custom-label.black, 
.discount-label.black{
  border-color:#000;
  color:#000;
}

.custom-label.light-green, 
.discount-label.light-green{
  border-color:#12993b;
  color:#12993b;
}

.custom-label.green, 
.discount-label.green{
  border-color:#4ec097;
  color:#4ec097;
}

.custom-label.blue, 
.discount-label.blue{
  border-color:#005fb8;
  color:#005fb8;
}

.custom-label.gold, 
.discount-label.gold{
  border-color:#c4911f;
  color:#c4911f;
}

.custom-label.yellow, 
.discount-label.yellow{
  border-color:#f7e300;
  color:#f7e300;
}

.custom-label.gray, 
.discount-label.gray{
  border-color:#5f6368;
  color:#5f6368;
}

.custom-label.black, 
.discount-label.black{
  border-color:#000;
  color:#000;
}

.custom-label, 
.discount-label{
  display:inline-block;
  background:#FFF;
  color:rgba(255, 255, 255, 0.8);
  margin:1px auto;
  font-size:11px;
  font-weight:bold;
  padding:5px 10px;
  border:2px solid #000;
  border-top-color:rgb(0, 0, 0);
  border-right-color:rgb(0, 0, 0);
  border-bottom-color:rgb(0, 0, 0);
  border-left-color:rgb(0, 0, 0);
  border-radius:10px;
  width:auto;
  letter-spacing:0.04em;
}

/* Breadcrumbs */

.breadcrumbs{
  box-shadow:0 0 0!important
}

.breadcrumbs .container{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.breadcrumbs .container ol{
  padding:0px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #f4f4f2;
}

.breadcrumbs .container ol li{
  font-size:12px!important
}

.breadcrumbs .container ol li a{
  text-decoration:underline!important
}

.breadcrumbs .container ol li a:hover{
  text-decoration:none!important
}

.breadcrumbs .container ol li span{
  color:#a3a3a3!important
}

/* Category Page */

.catalog-category-view .container.flex.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px!important;
  margin-bottom:15px!important;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-category-view h1{
  font-size:25px;
  color:#565450
}

.catalog-category-view #category-view-container{
  padding:0px!important;
}

.catalog-category-view .category-description{
  max-width:100%!important;
  padding-left:1.25rem;
  padding-right:1.25rem;
  font-size:14px;
  line-height:21px;
  color:#333333;
}

.catalog-category-view .category-description div{
  padding:0px!important;
}

.product-item-details .swatch-option{
  background-size:30px 30px!important;
  width:auto!important;
  height:30px!important;
  font-size:13px;
  min-width:30px;
}

.am_shopby_apply_filters .am-show-button{
  background-color:#f6f6f6!important;
}

.am_shopby_apply_filters .amshopby-button{
  background:#f2f2f2;
  border:1px solid #cdcdcd;
  color:#333333;
  cursor:pointer;
  border-radius:50px;
  text-transform:lowercase;
  font-size:12px;
  padding:3px 15px;
}

.filter-current.filter-options-content .items{
  display:block!important;
}

/* Product labels */

.image-label img{
  width:30px;
  height:auto;
}

.top_right{
  position:absolute;
  top:0;
  z-index:2;
  right:0;
  text-align:right;
}

.lower_left{
  position:absolute;
  bottom:0;
  z-index:2;
  left:0;
  text-align:left;
}

.discount-label-position{
  position:absolute;
  top:0;
  z-index:2;
  left:0;
  text-align:left;
}

.discount-label.discount-color{
  border-color:#ee6057;
  color:#ee6057;
}

/* Filters */

.amshopby-slider-display{
  background-color:#f4f4f2;
  padding:8px 0px;
}

.amshopby-slider-container.-light .noUi-target{
  height:1px!important;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image{
  min-width:auto!important;
}

.filter-options-title{
  border-bottom:0px!important;
  padding-bottom:0px!important
}

.range.am-fromto-widget{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  justify-content:space-between;
}

.range.am-fromto-widget .amshopby-input-wrapper{
  display:flex;
  flex:1;
  align-items:center;
  gap:8px;
}

.range.am-fromto-widget .amshopby-input-wrapper input{
  width:100px;
}

.range.am-fromto-widget button{
  width:100%;
  margin:10px 0;
  background:#f4f4f2;
  border-color:#f4f4f2;
  border-radius:50px;
  text-transform:lowercase;
  color:#333333;
  padding:10px 0px;
  font-size:13px;
}

/* Subcategories Container */

.vd-subcategories-container{
  margin:15px 0px;
}

.vd-subcategories-container .vd-subcategories-items{
  padding:0;
}

.vd-subcategories-container .vd-subcategories-items .vd-subcategories-item{
  display:flex;
  position:relative;
  text-align:center;
  align-items:center;
  padding:10px;
  border:1px solid #f4f4f2;
  border-radius:15px;
  margin-bottom:0;
  background:#fafafa;
  box-shadow:none;
  font-family:'Sen';
  box-sizing:border-box;
  text-transform:none;
  color:#565450;
}

.vd-subcategories-container .vd-subcategories-items .vd-subcategories-item img{
  max-height:80px;
  max-width:80px;
  margin:0px 15px 0 0;
  border-radius:100%;
  border:10px solid #FFF;
}

.submenu-1{
  left:0;
  width:100%;
}

/* Footer */

.footer-columns-content{
}

.footer-columns-content h4{
  font-size:16px;
  font-family:'Sen';
  margin-bottom:20px;
  font-weight:700;
}

.footer-columns-content ul li{
  margin-bottom:10px;
  font-family:'Sen';
  font-style:normal;
  font-weight:400;
  line-height:1.42857143;
  font-size:14px;
}

.footer-columns-content ul li a:hover{
  text-decoration:underline
}

.footer-columns-content p{
  margin-bottom:10px;
}

/* Minicart */

.minicart-counter{
  background-color:#4ec097!important;
  top:10px!important
}

#cart-drawer .btn{
  background-color:#4ec097!important;
  border-color:#4ec097!important;
  text-align:center;
}

/* Cart Page */

.checkout-cart-index h1{
  font-size:25px;
  color:#565450;
}

.checkout-cart-index .container.text-3xl{
  margin-top:20px!important;
  padding:0px 20px!important
}

.checkout-cart-index .cart.table-wrapper{
  border-top:1px solid rgba(0, 0, 0, 0.05);
}

.checkout-cart-index .cart.table-wrapper .items > .item{
  border-bottom:1px solid rgba(0, 0, 0, 0.05);
  border-left:1px solid rgba(0, 0, 0, 0.05);
  border-right:1px solid rgba(0, 0, 0, 0.05);
  position:relative;
  background-color:transparent;
}

.checkout-cart-index .cart.table-wrapper .product-item-photo{
  width:110px;
  text-align:center;
}

.checkout-cart-index .cart.table-wrapper .product-item-photo img{
  max-height:80px!important;
  width:auto;
  display:inline
}

.checkout-cart-index .cart.table-wrapper .item .col{
  padding:27px 8px 10px;
}

.checkout-cart-index .cart.table-wrapper .item .col.item{
  color:#565450;
  font-size:14px;
  display:flex;
  align-items:center;
}

.checkout-cart-index .cart.table-wrapper .item .col.actions button{
  display:inline;
}

.checkout-cart-index .cart.table-wrapper .item .col.actions,
.checkout-cart-index .cart.table-wrapper .item .col.price,
.checkout-cart-index .cart.table-wrapper .item .col.subtotal,
.checkout-cart-index .cart.table-wrapper .item .col.qty{
  vertical-align:middle;
}

.checkout-cart-index #discount-coupon-form{
  color:#565450;
}

.checkout-cart-index #discount-coupon-form input{
  border-radius:50px 0px 0px 50px;
}

.checkout-cart-index #discount-coupon-form button{
  border-radius:0 50px 50px 0;
  height:44px;
  background-color:#4ec097!important;
  border-color:#4ec097!important;
}

.checkout-cart-index #block-shipping{
  display:none
}

.checkout-cart-index #checkout-link-button{
  border-radius:50px;
  background-color:#4ec097!important;
  border-color:#4ec097!important;
}

.checkout-cart-index .action.continue span::before{
  content:'\e002';
  font-family:'Vegaicons';
  margin-right:10px;
  font-size:10px;
}

.checkout-cart-index .product-item-details{
  max-width:calc(100% - 200px);
}

.checkout-cart-index .js_slide .product-item-details{
  max-width:100%!important;
}

.checkout-cart-index .product-item-details .item-options .font-bold{
  display:block!important;
  width:100%;
}

.checkout-cart-index .product-item-details .item-options .price::after{
  content:" ";
  display:block!important;
}

.checkout-cart-index .product-item-details .item-options dd{
  margin-bottom:15px!important;
}

/* Footer Newsletter */

.newsletter-block::before{
  position:absolute;
  width:60px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:20px;
  line-height:50px;
  color:#999999;
  content:'\e021';
  font-family:'Vegaicons';
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}

#newsletter-subscribe{
  background:#ffffff;
  background-clip:border-box;
  background-clip:padding-box;
  border:1px solid #ffffff;
  border-radius:50px 0 0 50px;
  color:#333333;
  font-family:Sen;
  font-size:14px;
  height:50px;
  line-height:1.42857143;
  padding:0 9px;
  vertical-align:baseline;
  width:100%;
  box-sizing:border-box;
  padding:0 0 0 60px;
}

.subscribe-btn{
  background:#4ec097;
  font-size:12px;
  border:1px solid #4ec097;
  color:#ffffff;
  cursor:pointer;
  display:inline-block;
  font-family:'Sen';
  font-weight:bold;
  padding:7px 15px;
  border-radius:50px;
  box-sizing:border-box;
  vertical-align:middle;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:-1px;
  height:50px;
}

.subscribe-btn:hover{
  background:#4ec097;
}

/* Detail Page */

.catalog-product-view h1{
  color:#565450;
  font-family:'Sen';
  font-size:25px;
  font-weight:bold;
  padding-bottom:10px;
  width:100%;
  text-align:left;
}

.catalog-product-view .lg\:mt-8{
  margin-top:0px;
}

.catalog-product-view .product-info-main .product-info-wrapper{
  font-size:14px;
  border-top:1px solid #f4f4f2;
  border-bottom:1px solid #f4f4f2;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:10px 0;
  box-sizing:border-box;
}

.catalog-product-view .product-info-main .product-info-wrapper .column{
  flex:1;
}

.catalog-product-view .product-info-main .product-info-wrapper.just-simple-product{
  border-top:none;
  flex-direction:column-reverse;
}

.catalog-product-view .product-info-main .product.attribute{
  margin:0;
  display:flex;
  align-items:center;
}

.catalog-product-view .product-info-main .product.attribute i{
  margin-right:10px;
}

.catalog-product-view .product-info-main .product.overview{
  margin:20px 0;
}

.catalog-product-view .product-info-main #slidetobutton span{
  font-size:14px;
  margin-left:5px;
}

.catalog-product-view .product-info-main .product.alert{
  margin:10px 0;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value{
  font-weight:bold;
  margin-right:5px;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.skladem{
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.in-stock{
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.centralni-sklad{
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.centralní-sklad{
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.external{
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.na-objednavku{
  color:#000;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.order {
  color:#000;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock-value.on-order{
  color:#000;
}

.catalog-product-view .product-description.prose{
  margin:20px 0;
  font-size:13px;
  border-bottom:1px solid #f4f4f2;
  width:100%;
  padding-bottom:20px;
  max-width:100%;
}

.catalog-product-view .price-box{
  border-bottom:1px solid #f4f4f2;
  width:100%;
  padding-bottom:20px;
  max-width:100%;
  margin-bottom:20px;
}

.catalog-product-view .price-box .final-price{
  display:flex;
  align-items:baseline;
  gap:10px;
}

.catalog-product-view .price-box .final-price .price-label{
  font-size:13px;
}

.catalog-product-view .price-box .final-price .price{
  font-size:36px;
  font-weight:700;
  white-space:nowrap;
  color:#4ec097;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock.more-variants{
  color:#4ec097;
  font-weight:bold;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-left:0;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock.more-variants ul,
.catalog-product-view .product-info-main .product.custom_stock_status .stock.more-variants li{
  margin:0;
}

.catalog-product-view .product-info-main .product.custom_stock_status .stock.more-variants .custom-stock-value{
  font-weight:normal;
  color:#000;
}

.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{
  display:flex;
  align-items:center;
  font-size:1.4rem;
}

.catalog-product-view .swatch-attribute{
  border-bottom:1px solid #f4f4f2;
  padding-bottom:15px;
}

.catalog-product-view .custom-button,
.catalog-product-view #product-addtocart-button{
  text-transform:lowercase;
  background:#4ec097;
  border:1px solid #4ec097;
  color:#ffffff;
  cursor:pointer;
  display:flex;
  gap:10px;
  font-family:'Sen';
  font-weight:bold;
  box-sizing:border-box;
  vertical-align:middle;
  border-radius:50px;
  font-size:12px;
}

.catalog-product-view .swatch-option{
  width:70px;
  height:70px;
}

.catalog-product-view .page-title.title-font{
  padding-bottom:0px!important;
}

.catalog-product-view .main-page-title{
  padding:0px!important;
}

.catalog-product-view .price-box-simple{
}

.catalog-product-view .price-box-simple .price-container{
  display:flex;
  flex-grow:1;
  align-items:center;
}

.catalog-product-view .price-box-simple .price-container .final-price .price{
  color:#ee6057;
  font-weight:bold;
}

.catalog-product-view .price-box-simple .price-container .old-price{
  margin:0px;
  padding:0px 25px;
  border-left:1px solid #f4f4f2;
  margin-left:25px;
  text-align:left;
}

.catalog-product-view .price-box-simple .price-container .old-price .price{
  font-size:14px;
}

.catalog-product-view .amshopby-option-link{
  background:#f4f4f2;
  padding:25px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  border-radius:3px;
  margin-bottom:25px;
  font-size:14px;
  width:100%;
  font-weight:400;
}

.catalog-product-view .amshopby-option-link a{
  font-weight:700;
  text-decoration:underline;
  margin-left:5px;
}

.catalog-product-view .amshopby-option-link a:hover{
  text-decoration:none;
}

.catalog-product-view .amshopby-option-link img{
  margin:0px 10px 0px 0px;
  border-radius:3px;
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
}

.checkout-cart-index .block-title h2,
.catalog-product-view .block-title h2{
  font-size:24px;
  font-weight:bold;
}

.checkout-cart-index .block-title h2::before,
.catalog-product-view .block-title h2::before{
  display:inline-block;
  content:"";
  border-top:1px solid #565450;
  width:20px;
  margin:0 1rem;
  transform:translateY(-0.5rem);
}

.checkout-cart-index .block-title h2::after,
.catalog-product-view .block-title h2::after{
  display:inline-block;
  content:"";
  border-top:1px solid #565450;
  width:20px;
  margin:0 1rem;
  transform:translateY(-0.5rem);
}

.checkout-cart-index .block-title,
.catalog-product-view .block-title{
  text-align:center;
  padding-top:20px!important;
  padding-bottom:10px!important;
}

.checkout-cart-index .product-slider .product-item-photo img,
.catalog-product-view .product-slider .product-item-photo img{
  width:auto!important
}

.checkout-cart-index .product-slider .product-item-photo img:hover,
.catalog-product-view .product-slider .product-item-photo img:hover{
  box-shadow:0px 0px 0px!important
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info{
  margin-right:25px;
  display:flex;
  position:relative;
  padding:2% 2% 0px 2%;
  border:1px solid #f4f4f2;
  border-radius:10px;
  margin-bottom:0;
  background:#ffffff;
  box-shadow:none;
  flex-direction:column;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info:hover,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info:hover{
  background:#ffffff;
  box-shadow:0 1px 20px rgba(0, 0, 0, 0.1);
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .product-item-name,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .product-item-name{
  text-align:center;
  font-weight:bold;
  color:#565450;
  min-height:40px;
  display:block;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .price-box,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .price-box{
  text-align:center;
  border-top:1px solid #f4f4f2;
  margin-top:5px;
  padding-top:5px;
  padding-bottom:0px!important;
  margin-bottom:0px!important;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .price-box .price,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .price-box .price{
  font-weight:700;
  white-space:nowrap;
  font-size:18px;
  color:#4ec097;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .product.description,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .product.description{
  text-align:center;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .product-item-actions,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .product-item-actions{
  display:flex;
  border-top:1px solid #f4f4f2;
  margin-top:5px;
  padding-top:15px;
  justify-content:space-between;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .product-item-actions .action.towishlist::before,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .product-item-actions .action.towishlist::before{
  content:'\e01d';
  padding:0px 2px;
}

.checkout-cart-index .product-slider .js_slides .js_slide .product-item-info .product-item-actions .action.tocompare::before,
.catalog-product-view .product-slider .js_slides .js_slide .product-item-info .product-item-actions .action.tocompare::before{
  content:'\e034';
  padding:0px 2px;
}

.catalog-product-view .product-slider.more-from-brand .product-item-name{
  height:48px;
  display:flex!important;
  align-items:center;
}

.catalog-product-view .product-slider.more-from-brand .product-item-actions{
  border-top:0px!important
}

.catalog-product-view .product-slider.more-from-brand .product-item-actions .action.towishlist,
.catalog-product-view .product-slider.more-from-brand .product-item-actions .action.tocompare{
  font-size:12px;
  line-height:40px;
  color:#7d7d7d;
  font-family:'Vegaicons';
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}

.catalog-product-view .product-slider.more-from-brand .product-item-inner{
  padding-bottom:0px;
}

.catalog-product-view .product-slider.more-from-brand .product-item-inner .actions-primary{
  visibility:hidden;
}

.catalog-product-view .product-slider.more-from-brand .product-item-info:hover .product-item-inner .actions-primary{
  visibility:visible;
}

.catalog-product-view .product-slider.more-from-brand .product-item-info:hover .price-box{
  background-color:#eef9f3;
}

.catalog-product-view .product-slider.more-from-brand .js_slides .js_slide .product-item-info .price-box{
  padding-bottom:5px!important
}

.catalog-product-view .product-info-block .tooltip-content{
  display:none;
}

.catalog-product-view .product-info-block .pd-tooltip-info{
  position:relative;
}

.catalog-product-view .product-info-block .pd-tooltip-info .tooltip-toggle{
  cursor:help;
}

.catalog-product-view .pd-tooltip-info.cursor-help:hover .tooltip-content,
.catalog-product-view #stock-tooltip.tooltip-open{
  background-color:#D3FFEF!important;
  box-shadow:5px -4px 10px rgba(0, 0, 0, 0.1);
  display:block;
  position:absolute;
  max-width:360px;
  min-width:210px;
  padding:12px 16px;
  z-index:100;
  text-align:left;
  color:#333333;
  line-height:1.4;
  margin-bottom:5px;
  bottom:100%;
  left:0;
}

.catalog-product-view .pd-tooltip-info.cursor-help:hover .tooltip-content::before,
.catalog-product-view #stock-tooltip.tooltip-open::before{
  content:" ";
  border:6px solid transparent;
  border-bottom:transparent!important;
  left:15px;
  margin-left:-6px;
  top:100%;
  position:absolute;
  border-top-color:#D3FFEF;
}

.catalog-product-view .stock.one-variant{
  display:flex;
}

.catalog-product-view #gallery .max-h-screen-75{
  max-height:100vh!important
}

.catalog-product-view .product-main-type-bundle{
  background-color:#f4f4f2;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

.catalog-product-view .product-main-type-bundle #thumbs{
  height:0px;
  overflow:hidden;
  min-height:0px!important;
}

.catalog-product-view .product-main-type-bundle .relative.mb-6{
  margin-bottom:0px!important
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block{
  display:flex;
  align-items:center;
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block .product-info-main .product.attribute.overview .value{
  width:100%;
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block .product-info-main .product.attribute.overview{
  text-align:center;
  font-size:13px;
  margin-top:0px;
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block .product-info-main .product.attribute.overview span{
  text-decoration:underline;
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block .product-info-main .page-title-wrapper .page-title{
  text-align:center;
}

.catalog-product-view .product-main-type-bundle .product-info-bundle-block .product-info-main .bundle-actions{
  text-align:center;
  margin-bottom:10px;
}

.catalog-product-view .product-main-type-bundle #slideto{
  text-decoration:underline;
}

.catalog-product-view .product-main-type-bundle #slideto:hover{
  text-decoration:none;
}

.catalog-product-view #modal-gallery-button{
  border-radius:50px;
  text-transform:lowercase;
  background-color:#e2e2e2;
  border:1px solid #cdcdcd;
  color:#333333;
  cursor:pointer;
  display:inline-block;
  font-family:'Sen';
  font-weight:bold;
  margin:0;
  padding:3px 15px;
  font-size:12px;
  line-height:1.6rem;
  box-sizing:border-box;
  vertical-align:middle;
}

.catalog-product-view #modal-gallery-button:hover{
  background-color:transparent
}

.catalog-product-view #gallery div[aria-label="Gallery modal fullscreen"] #thumbs{
  min-height:auto!important;
  height:auto!important
}

.catalog-product-view .product-type-bundle .product-options-bottom{
  padding:0px!important
}

.catalog-product-view .product-type-bundle #bundleSummary{
  padding:0px!important
}

.catalog-product-view .product-type-bundle #bundleSummary .content{
  background-color:#f4f4f2!important
}

.catalog-product-view .product-type-bundle .p-6{
  padding:24px;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.flex{
  justify-content:center;
}

.catalog-product-view .product-type-bundle .bundle.items.active{
  background-color:#fff;
  padding:20px;
}

.catalog-product-view .product-type-bundle .bundle.items li div span{
  font-size:13px;
}

.catalog-product-view .product-type-bundle .bundle.items.open-list{
  background-color:#fff;
  margin-bottom:30px;
}

.catalog-product-view .bundle-option-label{
  display:block;
  background-color:#565450;
  padding:16px;
  color:#fff;
  font-size:18px;
  padding:10px 20px;
  border-radius:4px;
}

.catalog-product-view .product-type-bundle .bundle.items.open-list .bundle-items-list-title{
  display:block;
  background-color:#565450;
  padding:16px;
  color:#fff;
  font-size:18px;
  padding:10px 20px;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
}

.catalog-product-view #bundle-options label[data-role="trigger"]::after{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:10px;
  line-height:20px;
  color:#ffffff;
  content:'\e005';
  font-family:'Vegaicons';
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
  right:15px;
  position:absolute;
  margin-top:4px;
}

.catalog-product-view #bundle-options .bundle-option-label{
  position:relative;
}

.catalog-product-view #bundle-slide{
  padding:15px 25px;
}

.catalog-product-view #bundle-options .bundle-option-label:not(.hidden-tab)::after{
  transform:rotate(180deg);
}

.catalog-product-view #bundle-options .budle-option-checkbox{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:2px solid #eee;
  border-radius:3px;
  box-sizing:border-box;
  padding:0;
  clear:both;
  height:auto!important;
  background:rgba(255, 255, 255, 0.9);
  opacity:0.8;
}

.catalog-product-view #bundle-options .budle-option-checkbox.bundle-option-selected .add-product.action{
  display:none;
}

.catalog-product-view #bundle-options .budle-option-checkbox.bundle-option-selected .product-added.action{
  display:inline-block!important;
  color:#fff;
  background-color:#4ec097;
  border-color:#4ec097;
}

.catalog-product-view #bundle-options .budle-option-checkbox.bundle-option-selected{
  opacity:1!important;
  border:2px solid #4ec097;
}

.catalog-product-view #bundle-options .budle-option-checkbox .option-detail-link{
  width:100%;
  box-sizing:border-box;
  text-align:center;
  padding:10px;
  border-top:2px solid #eee;
  margin-top:20px;
  background:#eee;
  font-size:10px;
  color:#565450;
}

.catalog-product-view #bundle-options .budle-option-checkbox .option-detail-link:hover{
  text-decoration:underline;
}

.catalog-product-view #bundle-options .budle-option-checkbox .bundle-option-delivery-time{
  margin-top:5px;
  font-style:italic;
  font-weight:normal;
  font-size:11px;
}

.catalog-product-view #bundle-options .budle-option-checkbox .bundle-option-stock-status{
  margin-top:5px;
  font-weight:bold;
  font-size:13px;
}

.catalog-product-view #bundle-options .budle-option-checkbox .bundle-name{
  font-size:13px;
  font-family:'Sen';
  text-align:center;
  color:#565450;
}

.catalog-product-view #bundle-options .budle-option-checkbox .product-name{
  display:none!important
}

.catalog-product-view #bundle-options .budle-option-checkbox .price-notice{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:22px;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions{
  text-align:center;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action{
  margin-top:20px;
  font-size:12px;
  border-radius:30px;
  border:2px solid #565450;
  color:#565450;
  background:#FFF;
  cursor:pointer;
  display:inline-block;
  font-family:'Sen';
  font-weight:bold;
  padding:7px 15px;
  box-sizing:border-box;
  vertical-align:middle;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.hidden{
  display:none;
}

.catalog-product-view .pd-tooltip-info.cursor-help:hover .tooltip-content{
  display:block;
  font-size:14px;
}

.catalog-product-view #product\.attributes .card{
  padding-top:10px!important
}

#product-list .products{
  margin-top:16px!important;
}

.am-filter-items-size .swatch-option-link-layered{
  margin-bottom:0px!important
}

.am-filter-items-size .swatch-option-link-layered .am-swatch-image{
  width:auto!important;
  font-size:12px!important;
}

/* Mobile Search */

body.mobile-search-open #search-content{
  display:block;
  position:absolute;
  left:0;
  top:75px;
  width:100%;
  max-width:100%;
}

body.mobile-search-open #search-content #search{
  border:1px solid #565450;
}

body.mobile-search-open #search-content .action.search{
  display:none;
}

body.mobile-search-open #search-content .flex.transform.transition{
  max-width:100%;
}

body #search-content .autocomplete-image{
  max-width:100px!important;
  max-height:66px!important;
}

body.mobile-search-open #header > .container{
  position:relative;
}

/* Mobile Menu */

body.mobile-menu-open .mobile-navigation > div{
  display:block;
  z-index:99999;
}

body.mobile-menu-open .mobile-navigation > div button.close-button{
  top:0;
  right:0;
}

body.mobile-menu-open .mobile-navigation > div button.close-button svg{
  display:block;
}

/* Subcategories Items */

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

/* Brand Page */

.ambrand-index-index .category-image{
  display:none!important;
}

/* Success Page */

.checkout-success .success-messages{
  padding:40px;
  background:#f4f4f2;
  margin-bottom:40px;
  text-align:center;
}

.checkout-success .success-messages .icon-checkmark::before,
.checkout-success .success-messages .icon{
  font-size:50px;
  color:#4ec097;
  display:inline-block;
}

.checkout-success .success-messages header h1{
  font-size:25px;
  margin-bottom:40px;
  color:#565450;
  font-family:'Sen';
  font-weight:bold;
}

.checkout-success .success-messages p{
  font-size:18px;
  color:#333333;
  font-family:'Sen';
  line-height:34px;
}

.checkout-success .success-messages img{
  display:inline-block;
}

/* Login Page */

.customer-account-login #customer-login-container{
  display:flex;
  padding-top:3rem;
}

.customer-account-login #customer-login-container .login-wrapper{
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  max-width:70%;
  width:100%;
  margin:0 auto;
  background:#ffffff;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;
  box-sizing:border-box;
}

.customer-account-login #customer-login-container .login-wrapper .col{
  flex:1;
}

.customer-account-login #customer-login-container .login-wrapper .col.left{
  background-color:#f4f4f2;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
}

.customer-account-login #customer-login-container .login-wrapper .col.left img{
  max-width:200px;
}

.customer-account-login #customer-login-container .login-wrapper .col.left span{
  font-family:'Sen';
  color:#565450;
  font-size:13px;
}

.customer-account-login #customer-login-container .login-wrapper .col.right{
  padding:25px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:10px;
}

.customer-account-login .customer-login-container{
}

.block.blog__sidebar-recent{
  margin-top:20px;
}

.block.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

@media only screen and (max-width: 1619px) {
  .vd-subcategories-items{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .blog-post-view .blog-post-view-content .product-items.widget-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media only screen and (max-width: 1279px) {
  .vd-subcategories-items{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .checkout-cart-index #cart-totals .w-10\/12{
    width:70%!important
  }

  .checkout-cart-index #cart-totals .w-2\/12{
    width:30%!important
  }

  .blog-post-view .blog-post-view-content .product-items.widget-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .blog-post-view .sidebar.sidebar-main{
    display:none!important
  }

  .blog-post-view .column.main{
    width:100%!important;
    grid-column:span 4!important
  }
}

@media only screen and (max-width: 1023px) {
  .action.search{
    position:static;
  }

  .slider-container.vega-custom-slider .bannerSlider.bannerSliderWidth{
    width:100%;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line{
    flex-direction:column;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column{
    width:100%!important;
    border:0px!important;
    border-bottom:1px solid #f4f4f2!important;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column:last-child{
    border-bottom:0px!important;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:left;
  }

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

  .checkout-cart-index #cart-totals .w-10\/12{
    font-size:18px!important;
  }

  .checkout-cart-index #cart-totals .w-2\/12{
    font-size:20px!important
  }

  .checkout-cart-index .cart.item .item-info.align-top .col{
    width:50%!important;
    align-items:center;
    display:flex;
    padding:10px 20px;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.actions{
    width:100%!important;
    justify-content:center;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.qty,
	.checkout-cart-index .cart.item .item-info.align-top .col.subtotal{
    gap:20px;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.subtotal{
    gap:20px;
  }

  .checkout-cart-index .cart.item.item-type-bundle .item-info.align-top .col.item{
    width:100%!important;
  }
}

@media only screen and (max-width: 767px) {
  #newsletter-subscribe{
    padding-left:20px;
  }

  .newsletter-block::before{
    display:none!important;
  }

  .catalog-widget .catalog-widget-body > section{
    text-align:left;
  }

  .cms-index-index h2::before,
	.cms-index-index h2::after{
    display:none!important;
  }

  .cms-index-index h2{
    font-size:18px;
  }

  .vd-subcategories-items{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .range.am-fromto-widget .amshopby-input-wrapper input{
    width:75px;
  }

  .catalog-product-view .main-page-title{
    order:2;
    margin-top:30px;
  }

  .catalog-product-view #gallery{
    order:1;
  }

  .catalog-product-view .product-info-block{
    order:3;
  }

  .vd-subcategories-container .vd-subcategories-items .vd-subcategories-item img{
    max-height:40px;
    max-width:40px;
    border:0px!important
  }

  .checkout-cart-index .cart.item .item-info.align-top{
    display:flex;
    flex-direction:column;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col{
    width:100%!important
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.item{
    display:flex;
    flex-direction:column;
    padding:10px 20px!important
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.item .product-item-details{
    max-width:100%!important;
    width:100%!important
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.price{
    padding:0px 20px!important
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.subtotal{
    padding:0px 20px!important;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.qty{
    padding:10px 20px!important;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .checkout-cart-index .cart.item .item-info.align-top .col.qty input{
    width:100px!important
  }

  .checkout-cart-index .cart.table-wrapper .product-item-photo img{
    max-height:110px!important;
  }

  .checkout-cart-index #cart-totals .w-10\/12{
    font-size:16px!important;
  }

  .checkout-cart-index #cart-totals .w-10\/12,
	.checkout-cart-index #cart-totals .w-2\/12{
    width:50%!important
  }

  .checkout-cart-index #cart-totals .w-2\/12{
    font-size:18px!important
  }
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index #discount-coupon-form{
    margin-bottom:0px!important;
  }

  .checkout-cart-index .fieldset.coupon{
    flex-direction:column!important;
    border-bottom:1px solid #e5e7eb;
    padding-bottom:30px;
    padding-top:20px;
  }

  .checkout-cart-index .fieldset.coupon .icon-arrow-right-thin{
    display:none!important;
  }

  .checkout-cart-index .cart-summary .flex.justify-between.items-center.border-t{
    flex-direction:column!important;
    padding-top:20px;
  }

  .blog-post-view .blog-post-view-content .product-items.widget-product-grid{
    grid-template-columns:repeat(1,minmax(0,1fr))!important;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.block.block-static-block > div .descriptions{
    text-align:center;
  }

  .vd-subcategories-items{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }

  .products.mode-list .product-item form{
    display:flex;
    flex-direction:column!important;
  }
}

.category-view .sidebar .block.filter {
}

.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.catalog-category-view .container.account-nav ul li a.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view .container .account-nav ul li strong.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.account-nav ul li a,.catalog-product-view .product-type-bundle .bundle-summary .final-price .account-nav ul li strong{
  justify-content:center;
}

body.mobile-search-open #search-content .account-nav ul li a.transform.transition,body.mobile-search-open #search-content  .account-nav ul li strong.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .account-nav ul li a.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  .account-nav ul li strong.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.account-nav ul li a.items-center.border-t,.checkout-cart-index .cart-summary .flex .account-nav ul li strong.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav ul li a:hover + svg {
  right: -2rem;
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

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

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

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .actions-toolbar.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .actions-toolbar{
  justify-content:start
}

.catalog-category-view .container.actions-toolbar.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.actions-toolbar{
  justify-content:center;
}

body.mobile-search-open #search-content .actions-toolbar.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .flex.justify-between.items-center.actions-toolbar{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .actions-toolbar.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.actions-toolbar.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.justify-between.actions-toolbar.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions body.action > div > div.grecaptcha-badge{
  display:none;
}

body > div > div.grecaptcha-badge {
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
}

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

.cms-index-index .order-links.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .order-links.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .order-links.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .order-links.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .order-links.blog__sidebar-recent{
}

.order-links.blog__sidebar-recent{
  margin-top:20px;
}

.order-links.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.order-links.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.order-links.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.order-links.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.order-links.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .order-links.filter {
}

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

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options .order-links{
  justify-content:start
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .flex.justify-between.order-links.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

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

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg {
  right: -2rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.cms-index-index form label.blog__sidebar-recent,.cms-index-index  fieldset label.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index form label.blog__sidebar-recent .block-content,
.cms-index-index  fieldset label.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index form label.blog__sidebar-recent .block-content .items,.cms-index-index  fieldset label.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index form label.blog__sidebar-recent .block-content .items .item,.cms-index-index  fieldset label.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index form label.blog__sidebar-recent,.cms-index-index  fieldset label.blog__sidebar-recent{
}

.products.mode-list .product-item .product-item-info .product-item-details form label.relative,.products.mode-list .product-item .product-item-info .product-item-details  fieldset label.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details form label.relative .border-t.pt-2,.products.mode-list .product-item .product-item-info .product-item-details  fieldset label.relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details form label.relative .swatch-attribute-options .items-center,.products.mode-list .product-item .product-item-info .product-item-details  fieldset label.relative .swatch-attribute-options .items-center{
  justify-content:start
}

form label.blog__sidebar-recent, fieldset label.blog__sidebar-recent{
  margin-top:20px;
}

form label.blog__sidebar-recent .grid-cols-1, fieldset label.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column form.widget label.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column  fieldset.widget label.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column form.widget label.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column  fieldset.widget label.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column form.widget label.block-static-block > div,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column  fieldset.widget label.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column form.widget label.block-static-block > div .descriptions,.pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column  fieldset.widget label.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options form .field.choice,.products.mode-list .product-item .product-item-info .product-item-details .mb-2.relative .swatch-attribute-options  fieldset .field.choice{
  justify-content:start
}

.catalog-category-view form.container .field.choice.flex-col.flex-wrap.my-6.font-bold,.catalog-category-view  fieldset.container .field.choice.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary form.final-price .field.choice,.catalog-product-view .product-type-bundle .bundle-summary  fieldset.final-price .field.choice{
  justify-content:center;
}

body.mobile-search-open #search-content form .field.choice.transform.transition,body.mobile-search-open #search-content  fieldset .field.choice.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary form .field.choice.justify-between.items-center.border-t,.checkout-cart-index .cart-summary  fieldset .field.choice.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary form.flex.justify-between .field.choice.border-t,.checkout-cart-index .cart-summary  fieldset.flex.justify-between .field.choice.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(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;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions form.action legend + br,.catalog-product-view #bundle-options .budle-option-checkbox .label-actions  fieldset.action legend + br{
  display:none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

.catalog-category-view .container.flex-columns-wrapper.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-category-view .container.flex.flex-columns-wrapper.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.flex-columns-wrapper{
  justify-content:center;
}

body.mobile-search-open #search-content .flex-columns-wrapper.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .flex-columns-wrapper.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

/* Custom module styles */

.w-am-latter:nth-child(4n+5) {
  margin-right: 0px;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content,
        .ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: -0.25rem;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  left: 50%;
}

.catalog-product-view .product-info-main .page-title {
  text-align: left;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"], .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] {
  z-index: 30;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  top: -1rem;
  left: 100%;
  margin-left: 1rem;
  transform: none;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: auto;
  left: 100%;
  bottom: 0px;
  transform: none;
}

.catalog-product-view .product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

[x-data^="initSliderComponent"] [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  left: 3rem;
}

.product-info-main p.title-font {
  display: block;
}

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

.cms-index-index .product-info-main p.title-font.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .product-info-main p.title-font.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .product-info-main p.title-font.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .product-info-main p.title-font.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .product-info-main p.title-font.blog__sidebar-recent{
}

.product-info-main p.title-font.blog__sidebar-recent{
  margin-top:20px;
}

.product-info-main p.title-font.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-info-main p.title-font.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-info-main p.title-font.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-info-main p.title-font.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.product-info-main p.title-font.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .product-info-main p.title-font.filter {
}

.product-info-main p.title-font > strong {
  display: none;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.product-info-main p.title-font > strong{
  display:none;
}

@media (min-width: 768px) {
  .product-info-main p.title-font > strong {
    display: block;
  }
}

.product-info-main .product-brands-wrapper {
  margin-top: 0.75rem;
}

.product-info-main .product-brands-wrapper .amshopby-option-link {
  margin-right: 0.5rem;
}

.product-info-main .amshopby-option-link {
  margin-bottom: 0.75rem;
}

.product-info-main .amshopby-option-link .brand-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: underline;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link {
  display: inline-flex;
}

.products .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.products .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.catalog-category-view .absolute.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].select-none img{
  height:70px;
  width:70px;
}

.catalog-category-view .products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"].pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-content {
  top: auto;
  bottom: 100%;
  transform: none;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-icon {
  left: 2.5rem;
  top: 1.5rem;
}

/*  Styles for slider */

.amslider .swiper-pagination {
  position: static;
  padding-bottom: 2.25rem;
}

.amslider .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
}

.amslider .swiper-pagination-bullet::before {
  margin: 1rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-pagination-bullet-active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.amslider .category-item .category-item-title {
  margin: auto;
}

.amslider .slide .category-item-title,
    .amslider .swiper-slide .swiper-category-item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.amslider .swiper-button-next:after, .amslider .swiper-button-prev:after {
  content: '';
}

.amslider .swiper-button-next.swiper-button-disabled, .amslider .swiper-button-prev.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  opacity: 1;
}

.children-category .amslider {
  position: relative;
  left: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  width: 100%;
}

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

.cms-index-index .children-category .amslider.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .children-category .amslider.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .children-category .amslider.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .children-category .amslider.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .children-category .amslider.blog__sidebar-recent{
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.children-category .amslider{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.children-category .amslider .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.children-category .amslider .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .children-category .amslider.mb-6{
  margin-bottom:0px
}

.children-category .amslider.blog__sidebar-recent{
  margin-top:20px;
}

.children-category .amslider.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.children-category .amslider.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.children-category .amslider.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.children-category .amslider.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.children-category .amslider.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .children-category .amslider.filter {
}

.children-category .amslider {
  transform: inherit;
}

.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 80px);
}

.children-category-container .swiper-wrapper {
  align-items: baseline;
}

.amslider .slide .category-item {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amslider .slide .category-item{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amslider .slide .category-item .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amslider .slide .category-item .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .amslider .slide .category-item.mb-6{
  margin-bottom:0px
}

.amslider .slide .category-item:hover {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item:active {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.catalog-product-view .product-main-type-bundle .relative.amslider .slide .category-item.category-item-label img{
  margin-bottom:0px
}

.amslider .swiper-slide .swiper-category-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.amslider .swiper-slide .swiper-category-item:hover {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item:active {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}

.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.catalog-product-view .product-main-type-bundle .relative.amslider .swiper-slide .swiper-category-item.category-item-label img{
  margin-bottom:0px
}

.amslider .swiper-slide .swiper-category-item:not(:root:root), .amslider .swiper-slide .ambrands-swiper-brand:not(:root:root), .amslider .swiper-slide .category-item:not(:root:root) {
  padding: 0.625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand,
    .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}

/* Custom module styles */

.filter-content .items-children .item-category {
  padding-left: 1rem;
}

.filter-content .amshopby-link-selected {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.filter-content .amshopby-fromto-wrap .amshopby-link-selected,.filter-content .amshopby-slider-wrapper .amshopby-link-selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.filter-content .amshopby-fromto-wrap .amshopby-link-selected,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.filter-content .amshopby-slider-wrapper .amshopby-link-selected {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.filter-content .amshopby-fromto-wrap .amshopby-link-selected + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.filter-content .amshopby-slider-wrapper .amshopby-link-selected + svg {
  right: -2rem;
}

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'],.filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
  display: none;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'],.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio']{
  display:none;
}

.filter-content .items.-am-singleselect .item .items-children,.filter-content .items.amshopby-fly-out-view .item .items-children {
  min-width: 200px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
}

.filter-content .items.-am-singleselect .item .items-children .count,.filter-content .items.amshopby-fly-out-view .item .items-children .count {
  margin-left: 0.25rem;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img,.filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img {
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label,.filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label {
  margin-right: 0.5rem;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .count,.filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .count {
  margin-left: auto;
}

.filter-content .items.am-labels-folding.is-by-click .item {
  position: relative;
  padding-left: 1.75rem;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.filter-content .items.am-labels-folding.is-by-click .item{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.filter-content .items.am-labels-folding.is-by-click .item .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.filter-content .items.am-labels-folding.is-by-click .item .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .filter-content .items.am-labels-folding.is-by-click .item.mb-6{
  margin-bottom:0px
}

.filter-content .items.am-labels-folding.is-by-click .item button.filter-options-title {
  position: absolute;
  top: 5px;
  left: 0px;
}

.catalog-category-view .filter-content .items.am-labels-folding.is-by-click .item button.filter-options-title.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.filter-content .items.am-labels-folding .items.items-children {
  margin-left: 0px;
}

.filter-content .items .item .filter-row.category-filter-row {
  width: 100%;
  max-width: 100%;
}

.filter-content .items .item .filter-row.category-filter-row a {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.filter-content .items .item .filter-row.category-filter-row a img {
  margin-top: 2px;
}

.filter-content .items .item .filter-row a {
  max-width: 100%;
}

.filter-content .items .item .filter-row a .label {
  max-width: 90%;
  word-wrap: break-word;
}

.filter-content .items .item .filter-row a:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.filter-content .tooltip-wrapper > div > div > div{
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span {
  display: block;
}

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

.cms-index-index .filter-content .tooltip-wrapper div span.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .filter-content .tooltip-wrapper div span.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .filter-content .tooltip-wrapper div span.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .filter-content .tooltip-wrapper div span.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .filter-content .tooltip-wrapper div span.blog__sidebar-recent{
}

.filter-content .tooltip-wrapper div span.blog__sidebar-recent{
  margin-top:20px;
}

.filter-content .tooltip-wrapper div span.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .tooltip-wrapper div span.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .tooltip-wrapper div span.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .tooltip-wrapper div span.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .tooltip-wrapper div span.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .filter-content .tooltip-wrapper div span.filter {
}

.filter-content .tooltip-wrapper div span{
  white-space: break-spaces;
}

.filter-content .swatch-attribute.swatch-label-view > .am-swatch-options .item {
  margin-bottom: 0.5rem;
}

.products.mode-list .product-item .product-item-info .product-item-details .filter-content .swatch-attribute.swatch-label-view > .am-swatch-options .item.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .filter-content .swatch-attribute.swatch-label-view > .am-swatch-options .item.relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .filter-content .swatch-attribute.swatch-label-view > .am-swatch-options .item.relative .swatch-attribute-options .items-center{
  justify-content:start
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  display: block;
  height: auto;
  min-height: 22px;
  width: 100%;
  border-style: none;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent{
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent{
  margin-top:20px;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .filter-content .swatch-attribute .swatch-attribute-options .swatch-option.filter {
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected {
  border-width: 0px;
  box-shadow: none;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image {
  min-width: 40px;
  border-width: 1px;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image:hover {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label {
  display: block;
}

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

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent{
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent{
  margin-top:20px;
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.filter-content .swatch-attribute .swatch-attribute-options.swatch-label.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .filter-content .swatch-attribute .swatch-attribute-options.swatch-label.filter {
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label{
  width: calc(100% - 50px);
  word-wrap: break-word;
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.catalog-category-view .container.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label{
  justify-content:center;
}

body.mobile-search-open #search-content .filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }

  .checkout-cart-index .cart-summary .flex.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.filter-content .swatch-attribute .swatch-attribute-options.swatch-label .swatch-image-label .am-shopby-swatch-label .label {
  padding-right: 0.25rem;
}

.amasty-catalog-topnav {
  position: relative;
  z-index: 10;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .amasty-catalog-topnav.mb-6{
  margin-bottom:0px
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.amasty-catalog-topnav.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.amasty-catalog-topnav.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.amasty-catalog-topnav > .border-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.amasty-catalog-topnav .block-title {
  display: none;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.amasty-catalog-topnav .block-title{
  display:none;
}

.amasty-catalog-topnav .filter-content {
  display: flex;
  flex-wrap: wrap;
}

.catalog-category-view .container.amasty-catalog-topnav .filter-content.flex-col.flex-wrap.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-category-view .container.flex.flex-col.amasty-catalog-topnav .filter-content.my-6.font-bold{
  margin-top:15px;
  margin-bottom:15px;
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.catalog-product-view .product-type-bundle .bundle-summary .final-price.amasty-catalog-topnav .filter-content{
  justify-content:center;
}

body.mobile-search-open #search-content .amasty-catalog-topnav .filter-content.transform.transition{
  max-width:100%;
}

@media only screen and (max-width: 639px) {
  .checkout-cart-index .cart-summary .amasty-catalog-topnav .filter-content.justify-between.items-center.border-t{
    flex-direction:column;
    padding-top:20px;
  }
}

.amasty-catalog-topnav .filter-content .filter-option {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav .filter-content .filter-option{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .amasty-catalog-topnav .filter-content .filter-option.relative{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav .filter-content .filter-option .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .amasty-catalog-topnav .filter-content .filter-option.relative .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2.amasty-catalog-topnav .filter-content .filter-option .swatch-attribute-options .items-center{
  justify-content:start
}

.products.mode-list .product-item .product-item-info .product-item-details .amasty-catalog-topnav .filter-content .filter-option.relative .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle .amasty-catalog-topnav .filter-content .filter-option.mb-6{
  margin-bottom:0px
}

.amasty-catalog-topnav .filter-content .filter-option:last-child {
  margin-right: 0px;
}

.amasty-catalog-topnav .filter-content .filter-option .filter-options-title {
  border-style: none;
  padding-bottom: 0px;
}

.amasty-catalog-topnav .filter-content .filter-option .filter-options-title .title {
  margin-right: 1.5rem;
}

.amasty-catalog-topnav .filter-content .filter-option .filter-options-content {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  margin-top: -1rem;
  box-sizing: content-box;
  width: -moz-max-content;
  width: max-content;
  min-width: 230px;
  max-width: 35vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.catalog-category-view .amasty-catalog-topnav .filter-content .filter-option .filter-options-content.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.amasty-catalog-topnav .am-filter-tooltip {
  margin-right: 0.75rem;
}

.amasty-catalog-topnav .amshopby-fromto-wrap {
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  padding-left: 0px;
  padding-right: 0px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
  max-width: 100px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
  background-clip: content-box;
}

#amasty-shopby-product-list {
  position: relative;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#amasty-shopby-product-list{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#amasty-shopby-product-list .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#amasty-shopby-product-list .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle #amasty-shopby-product-list.mb-6{
  margin-bottom:0px
}

.am_shopby_apply_filters {
  z-index: 40;
}

.am_shopby_apply_filters .am-show-button {
  justify-content: center;
}

@media (min-width: 768px) {
  .am_shopby_apply_filters .am-show-button {
    justify-content: flex-start;
  }
}

.am_shopby_apply_filters .am-show-button:disabled {
  opacity: 0.75;
}

#html-body.-amshopby-sticky .columns {
  position: relative;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#html-body.-amshopby-sticky .columns{
  order:3;
  border-top:1px solid #f4f4f2;
  margin-top:10px;
  padding-top:10px;
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#html-body.-amshopby-sticky .columns .border-t.pt-2{
  border-top:0px;
  padding-top:0px
}

.products.mode-list .product-item .product-item-info .product-item-details .mb-2#html-body.-amshopby-sticky .columns .swatch-attribute-options .items-center{
  justify-content:start
}

.catalog-product-view .product-main-type-bundle #html-body.-amshopby-sticky .columns.mb-6{
  margin-bottom:0px
}

#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.navigation#html-body.-amshopby-sticky .columns > .sidebar-main:hover{
  z-index:999;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track {
  border-radius: 9999px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content {
  padding-top: 2.5rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-current {
  margin-bottom: 0.75rem;
}

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

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

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute']{
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']) {
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
        .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container {
  margin-top: 0.5rem;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before {
  display: none;
}

.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action.amshopby-slider-container .noUi-handle::after,.catalog-product-view #bundle-options .budle-option-checkbox .label-actions .action .amshopby-slider-container .noUi-handle::before{
  display:none;
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip {
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip {
  pointer-events: none;
  border-radius: 0.25rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.catalog-category-view .absolute.amshopby-slider-container .noUi-tooltip.select-none img{
  height:70px;
  width:70px;
}

.amshopby-slider-container .noUi-tooltip{
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
}

.catalog-category-view .amshopby-slider-container .noUi-tooltip:after.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.amshopby-slider-container .noUi-tooltip:after{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle {
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}

.amshopby-slider-container .noUi-target {
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-default .noUi-target {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-handle {
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-tooltip {
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after {
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-improved .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle {
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-volumetric .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle {
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle:before p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.cms-index-index .amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent{
  background-color:#f4f4f2;
  padding:40px 0px;
}


.cms-index-index .amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent .block-content{
  margin:auto;
  padding:0px 20px;
}

.cms-index-index .amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent .block-content .items{
  grid-column-gap:2%;
  grid-row-gap:10px;
}

.cms-index-index .amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent .block-content .items .item{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
  position:relative;
  border-radius:15px;
}

.cms-index-index .amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent{
}

.catalog-category-view .amshopby-slider-container.-volumetric .noUi-handle:before.pointer-events-none.select-none img{
  height:70px;
  width:70px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent{
  margin-top:20px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before.blog__sidebar-recent .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1023px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.amshopby-slider-container.-volumetric .noUi-handle:before.block-static-block > div{
    display:flex;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.amshopby-slider-container.-volumetric .noUi-handle:before.block-static-block > div .descriptions{
    text-align:left;
  }
}

@media only screen and (max-width: 480px) {
  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.amshopby-slider-container.-volumetric .noUi-handle:before.block-static-block > div{
    flex-direction:column;
    align-items:center;
  }

  .pagebuilder-column-group.container.usp .pagebuilder-column-line .pagebuilder-column .widget.amshopby-slider-container.-volumetric .noUi-handle:before.block-static-block > div .descriptions{
    text-align:center;
  }
}

.category-view .sidebar .amshopby-slider-container.-volumetric .noUi-handle:before.filter {
}

.amshopby-slider-container.-volumetric .noUi-handle:before{
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 1rem;
}

/*light*/

.amshopby-slider-container.-light .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-light .noUi-target {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle {
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle:not(:hover){
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.mobile-search-open #search-content .flex.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after.transition{
  max-width:100%;
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 73 72 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle {
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

/* categories widget styles */

.amwidget-children-categories .amslider .slide {
  max-width: none;
  flex-basis: auto;
}

.amwidget-children-categories .amslider .swiper-slide img {
  margin-left: auto;
  margin-right: auto;
}

.placeholder\:text-\[\#565450\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 84 80 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#565450\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 84 80 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#d1d5db\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#d1d5db\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / 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-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 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-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-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

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

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.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\: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\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.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-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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: 480px) {
  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

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

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

  .sm\:ml-6 {
    margin-left: 1.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-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

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

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 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\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .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\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

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

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:order-3 {
    order: 3;
  }

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

  .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\:m-0 {
    margin: 0px;
  }

  .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\:-mb-3 {
    margin-bottom: -0.75rem;
  }

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

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

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

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

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

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

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

  .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\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .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-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\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .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-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\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .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\:\!-left-10 {
    left: -2.5rem !important;
  }

  .lg\:\!-right-10 {
    right: -2.5rem !important;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:float-right {
    float: right;
  }

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:\!flex {
    display: flex !important;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-56 {
    width: 14rem;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .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-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .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-right {
    text-align: right;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .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\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

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

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

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

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

  .xl\:grow {
    flex-grow: 1;
  }

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

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

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1620px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
