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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

*, ::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:  ;
}
.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;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-\[-1px\] {
  top: -1px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[20px\] {
  right: 20px;
}
.top-\[24px\] {
  top: 24px;
}
.z-10 {
  z-index: 10;
}
.z-\[50\] {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-0 {
  margin: 0px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mx-\[30px\] {
  margin-left: -30px;
  margin-right: -30px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.-mt-\[2px\] {
  margin-top: -2px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.-mt-\[6px\] {
  margin-top: -6px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mr-auto {
  margin-right: auto;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-auto {
  margin-top: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mt-\[62px\] {
  margin-top: 62px;
}
.mt-\[31px\] {
  margin-top: 31px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[60px\] {
  height: 60px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[36px\] {
  height: 36px;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-12 {
  height: 3rem;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[16px\] {
  height: 16px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.w-full {
  width: 100%;
}
.w-\[15px\] {
  width: 15px;
}
.w-auto {
  width: auto;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[60px\] {
  width: 60px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-7 {
  width: 1.75rem;
}
.w-\[38px\] {
  width: 38px;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[35px\] {
  width: 35px;
}
.w-12 {
  width: 3rem;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[16px\] {
  width: 16px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.max-w-\[504px\] {
  max-width: 504px;
}
.max-w-\[576px\] {
  max-width: 576px;
}
.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-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 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));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[6px\] {
  gap: 6px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * 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-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#8baf41\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 175 65 / var(--tw-border-opacity));
}
.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#d63c2e\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 60 46 / var(--tw-border-opacity));
}
.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-\[\#306a5e\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 106 94 / var(--tw-border-opacity));
}
.border-\[\#c8f9e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 249 230 / var(--tw-border-opacity));
}
.border-\[\#682019\] {
  --tw-border-opacity: 1;
  border-color: rgb(104 32 25 / var(--tw-border-opacity));
}
.border-\[\#fef1e2\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 241 226 / var(--tw-border-opacity));
}
.border-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-t-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-b-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#711814\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}
.bg-\[\#dddddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-\[\#fef0e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 226 / var(--tw-bg-opacity));
}
.bg-\[\#f9b410\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 16 / var(--tw-bg-opacity));
}
.bg-\[\#efd6c5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 214 197 / var(--tw-bg-opacity));
}
.bg-\[\#682019\] {
  --tw-bg-opacity: 1;
  background-color: rgb(104 32 25 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#a3ce4b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 206 75 / var(--tw-bg-opacity));
}
.bg-\[\#f05b4e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 91 78 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-\[\#004437\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 55 / var(--tw-bg-opacity));
}
.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-\[\#c16e1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 110 31 / var(--tw-bg-opacity));
}
.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-blue-600 {
  fill: #2563eb;
}
.p-6 {
  padding: 1.5rem;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pt-\[21px\] {
  padding-top: 21px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[40px\] {
  font-size: 40px;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[45px\] {
  font-size: 45px;
}
.font-medium {
  font-weight: 500;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-\[800\] {
  font-weight: 800;
}
.font-\[400\] {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-\[900\] {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-none {
  line-height: 1;
}
.leading-\[45px\] {
  line-height: 45px;
}
.\!leading-\[1\.5em\] {
  line-height: 1.5em !important;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[19\.5px\] {
  line-height: 19.5px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.\!leading-\[unset\] {
  line-height: unset !important;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[37px\] {
  line-height: 37px;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#ffefe3\] {
  --tw-text-opacity: 1;
  color: rgb(255 239 227 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-\[\#f9b410\] {
  --tw-text-opacity: 1;
  color: rgb(249 180 16 / var(--tw-text-opacity));
}
.text-\[\#fef0e2\] {
  --tw-text-opacity: 1;
  color: rgb(254 240 226 / var(--tw-text-opacity));
}
.text-\[\#a3ce4b\] {
  --tw-text-opacity: 1;
  color: rgb(163 206 75 / var(--tw-text-opacity));
}
.text-\[\#f05b4e\] {
  --tw-text-opacity: 1;
  color: rgb(240 91 78 / var(--tw-text-opacity));
}
.text-\[\#193272\] {
  --tw-text-opacity: 1;
  color: rgb(25 50 114 / var(--tw-text-opacity));
}
.text-\[\#711814\] {
  --tw-text-opacity: 1;
  color: rgb(113 24 20 / var(--tw-text-opacity));
}
.text-\[\#682019\] {
  --tw-text-opacity: 1;
  color: rgb(104 32 25 / var(--tw-text-opacity));
}
.text-\[\#c8f9e6\] {
  --tw-text-opacity: 1;
  color: rgb(200 249 230 / var(--tw-text-opacity));
}
.text-\[\#fef1e2\] {
  --tw-text-opacity: 1;
  color: rgb(254 241 226 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-\[\#fbb857\] {
  --tw-text-opacity: 1;
  color: rgb(251 184 87 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.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 {
  --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);
}
.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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:bg-\[\#711814\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#dddddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f9b410\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 16 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f9b411\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 17 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#ddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#c8f9e6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 249 230 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#682019\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 32 25 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#fef1e2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 226 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#a4ce4c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 206 76 / var(--tw-bg-opacity));
}
.hover\:text-\[\#711814\]:hover {
  --tw-text-opacity: 1;
  color: rgb(113 24 20 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-\[\#555555\]:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.hover\:text-\[\#ffd9e5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 217 229 / var(--tw-text-opacity));
}
.hover\:text-\[\#004437\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 68 55 / var(--tw-text-opacity));
}
.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-\[\#c16e1f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(193 110 31 / var(--tw-text-opacity));
}
.hover\:text-\[\#a4ce4c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(164 206 76 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
@media (prefers-color-scheme: dark) {

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}
@media (min-width: 400px) {

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

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

  .xs\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 500px) {

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-1 {
    order: 1;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }
}
@media (min-width: 768px) {

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

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

  .md\:inline {
    display: inline;
  }

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

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

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

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

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

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

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:leading-\[64px\] {
    line-height: 64px;
  }

  .md\:leading-\[27px\] {
    line-height: 27px;
  }
}
@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

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

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

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

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

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

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

  .lg\:mb-\[47px\] {
    margin-bottom: 47px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-x-\[30px\] {
    column-gap: 30px;
  }

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

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-\[\#dddddd\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 221 221 / var(--tw-border-opacity));
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

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

  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }

  .lg\:text-\[65px\] {
    font-size: 65px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {

  .lg2\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1280px) {

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:mt-\[0\] {
    margin-top: 0;
  }

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

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

  .xl\:grid {
    display: grid;
  }

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

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

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

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

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[42px\] {
    gap: 42px;
  }

  .xl\:gap-\[0\] {
    gap: 0;
  }

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

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

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

  .xl\:border-l-\[\#dddddd\] {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
  }

  .xl\:pl-\[24px\] {
    padding-left: 24px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[15px\] {
    font-size: 15px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (min-width: 1570px) {

  .\32xl\:gap-x-\[50px\] {
    column-gap: 50px;
  }

  .\32xl\:p-\[29px\] {
    padding: 29px;
  }

  .\32xl\:pr-\[150px\] {
    padding-right: 150px;
  }
}
@media (min-width: 1730px) {

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "es_build";
  src: url("../fonts/ESBuild-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "es_build";
  src: url("../fonts/ESBuild-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.swiper-products .swiper-pagination-bullet {
  background: #aaa;
  width: 10px;
  height: 10px;
}
.swiper-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-products .swiper-pagination {
  bottom: 0 !important;
}
.swiper-products .swiper-navigation-arrows {
  z-index: 10;
}
.swiper-products-pagination.is-raw {
  position: unset !important;
  width: auto !important;
}
.swiper-products .swiper-arrow-prev,
.swiper-products .swiper-arrow-next {
  position: relative;
  top: -4px;
  cursor: pointer;
}

.swiper .swiper-wrapper {
  width: 100vw;
}
.swiper .swiper-pagination {
  bottom: 0 !important;
}
.swiper .swiper-navigation-arrows {
  z-index: 10;
}
.swiper-pagination.is-raw {
  position: unset;
  width: auto !important;
}

.swiper-arrow-prev,
.swiper-arrow-next {
  position: relative;
  top: -4px;
}

.swiper-pagination-bullet {
  background: #aaa;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.icon-left-arrow {
  background: url("../images/icons/arrow-left.svg") no-repeat;
  width: 30px;
  height: 17px;
  display: block;
  transition: 0.2s ease-in-out;
}
.icon-left-arrow:hover {
  background: url("../images/icons/arrow-left-black.svg") no-repeat;
}
.icon-right-arrow {
  background: url("../images/icons/arrow-right-gray.svg") no-repeat;
  width: 30px;
  height: 17px;
  display: block;
  transition: 0.2s ease-in-out;
}
.icon-right-arrow:hover {
  background: url("../images/icons/arrow-right-black.svg") no-repeat;
}

.header {
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header {
    padding: 18px 0;
    position: sticky;
    z-index: 100;
    top: 0;
    background: #fff;
  }
}
.header.sticky-bar-active {
  padding: 12px 0;
}
.header.sticky-bar-active .header__logo img {
  max-width: 180px;
}
.header.sticky-bar-active .header__search:after {
  height: 35px;
  top: 2px;
}
.header.sticky-bar-active .header__account:after {
  height: 35px;
  top: -6px;
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 540px) {
  .header__logo {
    top: 25px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__logo img {
  width: 250px;
  max-width: 250px;
  transition: max-width 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 180px;
    position: relative;
    left: -35px;
  }
}
@media (max-width: 540px) {
  .header__logo img {
    width: 130px;
  }
}
.header__menu-toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__menu-toggler button {
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #682019;
  font-size: 15px;
  margin-right: 19px;
}
.header__menu-toggler button img {
  width: 20px;
  height: 16px;
}
.header__menu-toggler span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.header__actions {
  display: flex;
  align-items: center;
}
.header__search {
  position: relative;
}
.category__product-list-list .category__product-list-item .header__search img {
  width: 120px;
  min-width: 100px;
}
.header__search form {
  margin-bottom: 0px;
}
.header__search-submit {
  position: relative;
  left: -35px;
  top: 2px;
}
.header__search-autocomplete {
  border-radius: 20px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 0;
  width: calc(100% - 20px);
  z-index: 2;
  display: none;
}
.header__search-autocomplete a {
  font-size: 14px;
}
.header__search-autocomplete li {
  padding: 2px 15px;
}
.header__search-autocomplete li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.header__search.is-phone {
  display: none;
}
@media (max-width: 1024px) {
  .header__search:not(.is-phone) {
    display: none;
    transition: opacity 0.2s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .header__search:not(.is-phone) input {
    max-width: 150px;
    min-width: 150px;
  }
}
.header__search:not(.is-phone) input:focus {
  min-width: 400px;
}
@media (max-width: 1600px) {
  .header__search:not(.is-phone) input:focus {
    min-width: 350px;
  }
}
@media (max-width: 1500px) {
  .header__search:not(.is-phone) input:focus {
    min-width: 300px;
  }
}
@media (max-width: 1400px) {
  .header__search:not(.is-phone) input:focus {
    min-width: 250px;
  }
}
@media (max-width: 1300px) {
  .header__search:not(.is-phone) input:focus {
    min-width: 220px;
  }
}
@media (max-width: 1200px) {
  .header__search:not(.is-phone) input:focus {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 1024px) {
  .header__search.is-phone {
    background: #eeeeee;
    width: 100%;
    display: block;
    transition: 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: -15px;
    transform: translateY(15px);
    z-index: 2;
    padding: 8px 20px;
  }
  .header__search.is-phone input {
    width: 100%;
  }
  .header__search.is-phone .header__search-autocomplete {
    width: 100%;
    top: 45px;
  }
  .header__search.is-phone .header__search-submit {
    position: absolute;
    right: 39px;
    left: unset;
    top: 18px;
  }
  .header__search.is-phone.is-active {
    transform: translateY(88px);
  }
}
.header__search input {
  border-radius: 20px;
  min-width: 200px;
  border: 3px solid #dddddd;
  height: 36px;
  transition: min-width 0.3s ease-in-out;
  padding: 0 15px;
  font-size: 14px;
}
.header__search input:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  outline-color: #dddddd;
}
.header__search:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #dddddd;
  right: 0;
  top: -5px;
}
.header__account {
  margin: 0 20px;
  position: relative;
  display: block;
}
.category__product-list-list .category__product-list-item .header__account img {
  width: 120px;
  min-width: 100px;
}
@media (max-width: 1024px) {
  .header__account {
    margin: 0 10px 0 16px;
  }
}
.header__account svg path {
  fill: #682019;
  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;
}
.header__account svg:hover path {
  fill: #000;
}
.header__account.is-active:before {
  background: #a3ce4b;
  border: 1px solid #8baf41;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
}
.header__account.is-active svg path {
  fill: #000;
}
.header__account:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #dddddd;
  right: -20px;
  top: -13px;
}
@media (max-width: 1024px) {
  .header__account:after {
    height: 40px;
    top: -8px;
    right: -15px;
  }
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
}
.header__cart > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.category__product-list-list .category__product-list-item .header__cart img {
  width: 120px;
  min-width: 100px;
}
.header__cart {
  font-weight: 500;
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .header__cart {
    margin: 0 0 0 10px;
  }
}
.header__cart svg {
  width: 35px;
  position: relative;
  top: -2px;
}
.header__cart svg path {
  fill: #682019;
}
@media (max-width: 1024px) {
  .header__cart svg {
    margin-left: 0 !important;
  }
}
.header__cart-wholesale {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: url("../images/icons/wholesale-black.svg") no-repeat center center;
  background-size: contain !important;
}
.header__cart:hover path, .header__cart.is-active path {
  fill: #000;
}
.header__cart:hover .header__cart-wholesale, .header__cart.is-active .header__cart-wholesale {
  background: url("../images/icons/wholesale.svg") no-repeat center center;
  background-size: contain !important;
}
.header__cart .count {
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  top: 8px;
  right: 13px;
  z-index: 1;
}

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

.cart-pay {
  position: relative;
}

.category__product-list-list .category__product-list-item .cart-pay img {
  width: 120px;
  min-width: 100px;
}
.cart-pay:before {
  content: "";
  position: absolute;
  top: -81px;
  left: 0px;
  height: 80px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}

@keyframes fade_in_show {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
input.has-error {
  border-color: #f05b4e !important;
  color: #f05b4e !important;
}

.newsletter__mail {
  border-radius: 30px;
  border: 3px solid #ddd;
  padding: 5px 20px 9px;
  width: 100%;
}
@media (min-width: 1024px) {
  .newsletter__mail {
    min-width: 450px;
    width: auto;
  }
}
.newsletter__mail::placeholder {
  color: #000;
  font-size: 14px;
}
.newsletter__submit {
  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;
}
.newsletter__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 17 / var(--tw-bg-opacity));
}
.newsletter__submit {
  background: #682019;
  color: #fff;
  padding: 11px 20px 13px 20px;
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .newsletter__submit {
    width: auto;
    margin-top: 0;
  }
}

footer ul li {
  line-height: 1.4;
  margin-bottom: 8px;
}
footer ul a {
  transition: 0.3s ease-in-out;
}
footer ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__social-icon path {
  transition: 0.3s ease-in-out;
}
.footer__social-icon:hover path {
  fill: #fff;
}
.footer__logo svg {
  max-width: 100%;
}
.footer__logo path {
  fill: #888888;
  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;
}
.footer__logo:hover path {
  fill: #fff;
}

main {
  padding: 50px 0;
}

.tabs {
  margin-bottom: -1px;
}
.tabs ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 500px) {
  .tabs ul {
    justify-content: flex-start;
  }
}
.tabs ul li {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.btn-filter.tabs ul li {
  color: #000000;
}
@media (min-width: 1280px) {
  .tabs ul li {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }
}
.tabs ul li.active {
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.top-header {
  height: 40px;
  transition: 0.3s ease-in-out;
}
.top-header__wrapper {
  background: #fef0e3;
  font-size: 13px;
}

.sticky-bar-active .top-header {
  height: 0;
}

.font-open_sans {
  font-family: "open_sans";
}

.font-es_build {
  font-family: "es_build";
}
.font-es_build.font-bold, .font-es_build.font-semibold {
  font-weight: 500 !important;
}

.p-homepage {
  font-family: "es_build";
}
.p-homepage .center-banner {
  min-height: 614px;
}
.p-homepage .workshop {
  padding: 30px 0;
  background: url("../images/illustrations/workshop-bg.png") no-repeat center;
  width: 100%;
  background-size: contain;
  position: relative;
}
@media (max-width: 1440px) {
  .p-homepage .workshop {
    padding: 20px 0;
  }
}
.p-homepage .workshop__btn {
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "es_build";
}
.p-homepage .workshop__btn.font-bold,  .p-homepage .workshop__btn.font-semibold {
  font-weight: 500;
}
.p-homepage .workshop__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 184 87 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .p-homepage .workshop__caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
}
.p-homepage .workshop .blue-curl {
  width: 33%;
  height: 45%;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
@media (min-width: 1440px) {
  .p-homepage .workshop .blue-curl {
    right: 75px;
  }
}
@media (max-width: 1240px) {
  .p-homepage .workshop .blue-curl {
    right: 40px;
    bottom: 15px;
  }
}
.p-homepage .workshop .blue-curl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/illustrations/blue-curl.png") no-repeat;
  background-size: contain;
}
.p-homepage .workshop__illustration {
  width: 75%;
  position: relative;
  top: -7px;
  left: -10px;
}
@media (max-width: 1440px) {
  .p-homepage .workshop__illustration {
    width: 77%;
  }
}
@media (max-width: 1240px) {
  .p-homepage .workshop__illustration {
    width: 80%;
  }
}
.p-homepage .store {
  padding: 50px 0;
  background: url("../images/illustrations/store_bg.png") no-repeat center;
  width: 100%;
  background-size: contain;
  position: relative;
}
@media (max-width: 1340px) {
  .p-homepage .store {
    padding: 40px 0;
  }
}
@media (max-width: 1240px) {
  .p-homepage .store {
    padding: 25px 0;
  }
}
.p-homepage .store__illustration {
  position: relative;
  top: -36px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-homepage .store__caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .p-homepage .store__caption {
    text-align: center;
  }
}
.p-homepage .store__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "es_build";
}
.p-homepage .store__btn.font-bold,  .p-homepage .store__btn.font-semibold {
  font-weight: 500;
}
.p-homepage .store__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 50 114 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .p-homepage .store__btn {
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
  }
}
.p-homepage .banner__caption {
  height: 512px;
}
@media (max-width: 1024px) {
  .p-homepage .banner__caption {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
  }
}

.homepage__swiper .swiper-wrapper {
  height: unset;
  padding-bottom: 30px !important;
}
.homepage__categories {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 50px;
}
.category__product-list-list .category__product-list-item .homepage__categories img {
  width: 120px;
  min-width: 100px;
}
.homepage__categories .green-thing {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 15px;
  left: 50%;
}
@media (max-width: 1729px) {
  .homepage__categories .green-thing {
    left: 65%;
  }
}
.homepage__categories .category__box-content a:hover {
  text-decoration: underline;
}
.homepage__categories .red-lines {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 470px;
  left: 30%;
}
@media (max-width: 1729px) {
  .homepage__categories .red-lines {
    left: 35%;
  }
}
.homepage__categories > div {
  position: relative;
  z-index: 1;
}
@media (min-width: 1730px) {
  .homepage__categories > div > div:nth-child(5n+1) .category__box,
.homepage__categories > div > div:nth-child(5n+3) .category__box,
.homepage__categories > div > div:nth-child(5n+5) .category__box {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .homepage__categories > div > div:nth-child(6) .category__box,
.homepage__categories > div > div:nth-child(8) .category__box,
.homepage__categories > div > div:nth-child(10) .category__box {
    margin-top: 30px;
  }
  .homepage__categories > div > div:nth-child(7) .category__box,
.homepage__categories > div > div:nth-child(9) .category__box {
    margin-top: -70px;
  }
}
@media (max-width: 1729px) {
  .homepage__categories > div > div:nth-child(1) .category__box,
.homepage__categories > div > div:nth-child(3) .category__box {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .homepage__categories > div > div:nth-child(6) .category__box,
.homepage__categories > div > div:nth-child(8) .category__box {
    margin-top: -100px;
  }
  .homepage__categories > div > div:nth-child(5) .category__box {
    margin-bottom: 50px;
  }
  .homepage__categories > div > div:nth-child(10) .category__box {
    margin-top: -100px;
  }
}
@media (min-width: 1284px) and (max-width: 1570px) {
  .homepage__categories > div > div:nth-child(1) .category__box,
.homepage__categories > div > div:nth-child(3) .category__box {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .homepage__categories > div > div:nth-child(5) .category__box {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1283px) {
  .homepage__categories > div > div:nth-child(1) .category__box,
.homepage__categories > div > div:nth-child(3) .category__box {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .homepage__categories > div > div:nth-child(4) .category__box,
.homepage__categories > div > div:nth-child(6) .category__box,
.homepage__categories > div > div:nth-child(7) .category__box,
.homepage__categories > div > div:nth-child(9) .category__box {
    margin-bottom: 30px;
  }
  .homepage__categories > div > div:nth-child(5) .category__box,
.homepage__categories > div > div:nth-child(8) .category__box {
    margin-top: -100px;
  }
  .homepage__categories > div > div:nth-child(10) .category__box,
.homepage__categories > div > div:nth-child(6) .category__box {
    margin-top: 0px;
  }
}
.homepage__banner-hero {
  height: 512px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .homepage__banner-hero {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: calc(100vw - 40px);
    height: 50vw;
  }
}
@media (max-width: 550px) {
  .homepage__banner-hero {
    height: 80vw;
  }
}
.homepage__banner-hero img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.banners3_a:hover span {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.banners3_a:hover span:hover {
  --tw-text-opacity: 1;
  color: rgb(255 217 229 / var(--tw-text-opacity));
}

.off-canvas-menu {
  width: 350px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 51;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
  transition: 0.3s ease-in-out;
  transform: translateX(-100%) translateZ(0px);
}
.off-canvas-menu::-webkit-scrollbar {
  display: none;
}
.off-canvas-menu.is-open {
  transform: translateX(0px) translateZ(0px);
}

.main-menu {
  /* Additional styling for sub-menus */
}
.main-menu__item {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.main-menu__item:before {
  background: url("../images/icons/arrow-right-gray-menu.svg") no-repeat;
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  width: 30px;
  height: 15px;
  transition: background 0.3s ease-in-out;
}
.main-menu__item:hover {
  background: #711814;
  color: #fff;
}
.main-menu__item:hover:before {
  background: url("../images/icons/arrow-right-white.svg") no-repeat;
}
.main-menu .is-second-level {
  display: none;
}
.main-menu__second-item {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
}
.main-menu__second-item a {
  flex: 1;
  padding: 10px 0 10px 20px;
}
.main-menu__second-item .main-menu__submenu-toggler {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.main-menu__second-item .main-menu__submenu-toggler:hover {
  background: #f8f8f8;
}
.main-menu__second-item .main-menu__submenu-toggler svg {
  color: #888888;
}
.main-menu__third-item {
  display: flex;
  justify-content: space-between;
}
.main-menu__third-item a:hover {
  color: #000000 !important;
  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;
}
.main-menu__third-item .main-menu__submenu-toggler {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.main-menu__third-item .main-menu__submenu-toggler:hover {
  background: #f8f8f8;
}
.main-menu__third-item .main-menu__submenu-toggler svg {
  color: #888888;
}
.main-menu-secondary {
  margin-top: 42px;
}
.main-menu-secondary a {
  color: #888;
  font-weight: 600 !important;
  padding: 0 20px;
  margin-bottom: 5px;
  display: block;
}
.main-menu-secondary a:hover {
  font-weight: 600 !important;
  color: #000;
  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;
}
.main-menu__submenu.is-closed:nth-child(2) {
  display: none;
}
.main-menu__submenu.is-open {
  display: block;
}
.main-menu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: white;
}

.off-canvas-menu-secondary {
  width: 350px;
  background: #fff;
  position: fixed;
  right: -350px;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 10;
  padding-bottom: 40px;
  transition: right 0.3s ease-in-out;
  display: none;
}
.off-canvas-menu-secondary.is-open {
  right: 0;
}
.off-canvas-menu-secondary.is-open::-webkit-scrollbar {
  display: none;
}
.off-canvas-menu-secondary__back {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  font-size: 16px;
  padding: 13px 20px;
  display: block;
  color: #fff;
  flex: 1;
  cursor: pointer;
}
.off-canvas-menu-secondary__back svg {
  width: 21px;
}
.off-canvas-menu-secondary .main-menu__item {
  color: #fff;
}
.off-canvas-menu-secondary .main-menu__item:before {
  display: none;
}
.off-canvas-menu-secondary .is-second-level > li > a {
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
}
.off-canvas-menu-secondary .is-second-level ul a {
  color: #888888;
  padding: 5px 40px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.off-canvas-menu-secondary .is-second-level ul a:hover {
  text-decoration: underline;
}
.off-canvas-menu-secondary .is-second-level ul ul {
  padding-left: 20px;
}

.off-canvas-menu.is-open .off-canvas-menu-secondary {
  display: block;
}

.off-canvas-cart, .off-canvas-login, .off-canvas-account {
  width: 350px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 51;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
  transition: 0.3s ease-in-out;
  transform: translateX(100%) translateZ(0px);
  font-family: "open_sans" !important;
}
.off-canvas-cart::-webkit-scrollbar, .off-canvas-login::-webkit-scrollbar, .off-canvas-account::-webkit-scrollbar {
  display: none;
}
.off-canvas-cart.is-open, .off-canvas-login.is-open, .off-canvas-account.is-open {
  transform: translateX(0px) translateZ(0px);
}

.offcanvas-cart {
  max-height: calc(100vh - 250px);
  overflow: scroll;
}
.offcanvas-cart li {
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.offcanvas-cart li:last-child {
  border-bottom: 0 !important;
}
.offcanvas-cart li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
.offcanvas-cart li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.offcanvas-cart li p {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}
.font-es_build.offcanvas-cart li p {
  font-weight: 500;
}
.offcanvas-cart li img {
  width: 75px;
}
.offcanvas-cart li button {
  margin-left: auto !important;
}
.offcanvas-cart li button img {
  max-width: 22px !important;
}

.free-shipping {
  position: relative;
  margin: 1.5rem;
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.category__product-list-list .category__product-list-item .free-shipping img {
  width: 120px;
  min-width: 100px;
}

.off-canvas-login label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.off-canvas-login input:not(input[type=submit]) {
  position: relative;
  margin-top: 6px;
  margin-bottom: 16px;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
}
.category__product-list-list .category__product-list-item .off-canvas-login input:not(input[type=submit]) img {
  width: 120px;
  min-width: 100px;
}
.off-canvas-login input:not(input[type=submit]):focus, .off-canvas-login input:not(input[type=submit]):focus-visible {
  outline: none;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.off-canvas-login .form-item.is-checked input {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.off-canvas-login .form-item.is-checked label {
  position: relative;
}
.category__product-list-list .category__product-list-item .off-canvas-login .form-item.is-checked label img {
  width: 120px;
  min-width: 100px;
}
.off-canvas-login .form-item.is-checked label:before {
  content: "";
  background: url("../images/icons/checked.svg") no-repeat;
  width: 24px;
  height: 20px;
  bottom: -44px;
  position: absolute;
  right: 16px;
}

@media (max-width: 1023px) {
  .header__phone-search {
    position: relative;
    padding-right: 12px;
  }
.category__product-list-list .category__product-list-item .header__phone-search img {
  width: 120px;
  min-width: 100px;
}
  .header__phone-search:before {
    width: 1px;
    height: 40px;
    content: "";
    background: #dddddd;
    position: absolute;
    right: 0px;
    top: -10px;
  }
}
.p-category .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
.category__product-list-list .category__product-list-item .p-category .swiper-pagination img {
  width: 120px;
  min-width: 100px;
}
.p-category .swiper-wrapper {
  height: auto;
}

.submenu h1 {
  font-weight: 500 !important;
  font-family: "es_build" !important;
}

.submenu h1.font-bold,  .submenu h1.font-semibold {
  font-weight: 500 !important;
}
.submenu__menu {
  margin: 0px;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  .submenu__menu {
    display: flex;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 226 / var(--tw-bg-opacity));
  }
}
.submenu__menu {
  list-style: none;
}
.submenu__menu a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
  font-family: "es_build";
}
.submenu__menu a.font-bold,  .submenu__menu a.font-semibold {
  font-weight: 500;
}
.btn-filter.submenu__menu a {
  color: #000000;
}
.submenu__menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .submenu__menu a {
    display: flex;
    align-items: center;
  }
  .submenu__menu a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px) {
  .submenu__menu a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.submenu__menu a {
  height: 60px;
}
.submenu__menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.submenu__menu li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.is-root-umelecke-potreby li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}

.btn-categories {
  position: relative;
  margin-top: -50px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "es_build";
}

.btn-categories.font-bold,  .btn-categories.font-semibold {
  font-weight: 500;
}

.category__product-list-list .category__product-list-item .btn-categories img {
  width: 120px;
  min-width: 100px;
}
.btn-categories span {
  margin-top: -2px;
  margin-right: 3px;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
}
.btn-categories:before {
  content: "";
  background: url("../images/icons/chevron-down.svg") no-repeat;
  position: absolute;
  right: 24px;
  height: 28px;
  width: 28px;
  top: 14px;
}

.page-categories {
  margin-bottom: 24px;
}
.page-categories li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 226 / var(--tw-bg-opacity));
  font-size: 14px;
  transition-duration: 300ms;
}
.page-categories li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}
.page-categories li {
  line-height: 16px;
}
.page-categories li:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-categories li a {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 16px;
  padding-top: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "es_build";
}
.font-es_build.page-categories li a {
  font-weight: 500;
}
.page-categories li a.font-bold,  .page-categories li a.font-semibold {
  font-weight: 500;
}
.btn-filter.page-categories li a {
  color: #000000;
}

.category-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .category-menu {
    padding-top: 0px;
  }
}
@media (max-width: 1023px) {
  .category-menu {
    box-shadow: 0px -10px 26px 0px rgba(0, 0, 0, 0.5);
  }
}
.category-menu__submenu {
  margin-left: -20px;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
}
.category-menu__submenu.is-open {
  display: block;
}
.category-menu__submenu li {
  margin-left: -20px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 40px !important;
  text-transform: none !important;
}
.category-menu__submenu li:first-child {
  padding-top: 8px !important;
}
.category-menu__submenu li:last-child {
  padding-bottom: 8px !important;
}
.category-menu__submenu li a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms !important;
}
 .font-es_build.category-menu__submenu li a {
  font-weight: 500 !important;
}
.category-menu__submenu li a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.category-menu__submenu li.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.category-menu__submenu li.active a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
}
.btn-filter.category-menu__submenu li.active a {
  color: #000000 !important;
}
.category-menu ul li {
  cursor: pointer;
  padding-left: 20px;
  transition-duration: 300ms;
}
.category-menu ul li a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
 .font-es_build.category-menu ul li a {
  font-weight: 500;
}
.category-menu ul li a {
  font-family: "open_sans";
}
.category-menu ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}
.category-menu ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.category__content {
  margin-top: 32px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .category__content {
    margin-top: 0px;
    padding-left: 42px;
  }
}
.category__product-list-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 500px) {
  .category__product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .category__product-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .category__product-list-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.category__product-list-grid {
  margin-top: 24px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.category__product-list-grid .category__product-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-bottom: 48px;
  padding-top: 48px;
}
.category__product-list-grid .category__product-list-item a {
  text-align: center;
}
.category__product-list-grid .category__product-list-bullet,  .category__product-list-grid .product-code {
  display: none;
}
.category__product-list-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.category__product-list-list .category__product-list-item {
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-bottom: 16px;
  padding-top: 24px;
}
.category__product-list-list .category__product-list-item .relative img {
  width: 120px;
  min-width: 100px;
}
@media (max-width: 550px) {
  .category__product-list-list .category__product-list-item {
    flex-wrap: wrap;
  }
  .category__product-list-list .category__product-list-item .product-price {
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
.category__product-list-list .category__product-grid-bullet {
  display: none;
}
.category__product-list-list .product-code {
  margin-top: 12px;
  display: block;
}
.category__product-list-list .product-price {
  margin-left: auto;
  margin-top: 0;
  white-space: nowrap;
  padding-left: 8px;
}
.category__product-list-list .category__product-list-item-flex {
  display: flex;
  align-items: center;
}
.category__about {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .category__about {
    margin-top: 48px;
  }
}
.category__about h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "es_build";
}
.category__about h3.font-bold,  .category__about h3.font-semibold {
  font-weight: 500;
}
@media (min-width: 768px) {
  .category__about h3 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .category__about h3 {
    font-size: 50px;
  }
}
.category__about-left p {
  margin-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .category__about-left p {
    font-size: 20px;
  }
}
.category__about-left p {
  line-height: 30px;
}
@media (max-width: 767px) {
  .category__about-left p {
    line-height: 24px;
    @pply font-es_build;
  }
}
.category__about h4 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  font-family: "es_build";
}
.category__about h4.font-bold,  .category__about h4.font-semibold {
  font-weight: 500;
}
.category__about-right p {
  font-size: 15px;
  font-family: "es_build";
}
.category__about-right p.font-bold,  .category__about-right p.font-semibold {
  font-weight: 500;
}
.category__about-right strong {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.ce-infotext .swiper img {
  border-radius: 20px;
}
.ce-infotext .swiper-pagination {
  position: relative !important;
  margin-top: 32px;
}

.main-menu > ul {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.main-menu li.active ul {
  transform: translateX(0);
}

.blog-pagination {
  margin-top: -6px;
  font-size: 16px;
}
.blog-pagination p {
  padding: 0.25rem;
  font-weight: 500;
  font-family: "es_build";
}
.blog-pagination p.font-bold,  .blog-pagination p.font-semibold {
  font-weight: 500;
}
.blog-pagination a {
  padding: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  transition-duration: 300ms;
  font-family: "es_build";
}
.blog-pagination a.font-bold,  .blog-pagination a.font-semibold {
  font-weight: 500;
}
.blog-pagination a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.blog-pagination a.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-filter.blog-pagination a.active {
  color: #000000;
}

.page-navigation {
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.page-navigation:not(.no-top-padding) {
  margin-top: 16px;
}
.page-navigation a {
  position: relative;
  padding-right: 0.75rem;
  text-decoration-line: underline;
  transition-duration: 300ms;
}
.category__product-list-list .category__product-list-item .page-navigation a img {
  width: 120px;
  min-width: 100px;
}
.page-navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.page-navigation a:after {
  position: absolute;
  right: -5px;
  top: 3px;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/icons/chevron-right.svg") no-repeat center center;
}
.page-navigation a.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.btn-filter.page-navigation a.active {
  color: #000000;
}
.page-navigation a.active:after {
  display: none !important;
}

.list-pagination__item {
  color: #888888;
  transition: 0.3s ease;
}
.list-pagination__item:hover {
  color: #000000;
}
.list-pagination__item.is-active {
  color: #000000;
  background: #fef0e2;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 14px;
}

.p-product .swiper-pdp .swiper-arrow-prev,  .p-product .swiper-pdp .swiper-arrow-next {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition-duration: 300ms;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-product .swiper-pdp .swiper-arrow-prev:hover,  .p-product .swiper-pdp .swiper-arrow-next:hover {
  border-radius: 9999px;
  background-color: #000000;
}
.p-product .swiper-pdp .icon-left-arrow {
  background: url("../images/icons/arrow-left-black.svg") no-repeat;
  background-size: 29px;
  transition: none !important;
}
.p-product .swiper-pdp .swiper-arrow-prev:hover .icon-left-arrow {
  background: url("../images/icons/arrow-left-white2.svg") no-repeat;
  background-size: 29px;
}
.p-product .swiper-pdp .icon-right-arrow {
  background: url("../images/icons/arrow-right-black.svg") no-repeat;
  background-size: 29px;
  transition: none !important;
}
.p-product .swiper-pdp .swiper-arrow-prev {
  top: 50%;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
  left: 20px;
}
.p-product .swiper-pdp .swiper-arrow-next {
  top: 50%;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
  right: 20px;
}
.p-product .swiper-pdp .swiper-arrow-next:hover .icon-right-arrow {
  background: url("../images/icons/arrow-right-white2.svg") no-repeat;
  background-size: 29px;
}
.p-product .swiper-pdp .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
.category__product-list-list .category__product-list-item .p-product .swiper-pdp .swiper-pagination img {
  width: 120px;
  min-width: 100px;
}
.p-product .swiper-pdp .swiper-wrapper {
  height: auto;
}
@media (min-width: 1024px) {
  .p-product .swiper-pdp .swiper-wrapper {
    height: 100%;
  }
}
.p-product .swiper-pdp .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp__content {
  margin-top: 32px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-left: 24px;
}

@media (min-width: 1024px) {
  .pdp__content {
    margin-top: 0px;
    padding-left: 42px;
  }
}
.pdp__content h1 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  font-family: "es_build";
}
.pdp__content h1.font-bold,  .pdp__content h1.font-semibold {
  font-weight: 500;
}
@media (min-width: 1280px) {
  .pdp__content h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.pdp__content p {
  font-family: "open_sans";
}
.pdp__content p span:last-child {
/*  font-size: 14px;
  font-family: "es_build";*/
}
.pdp__content p span:last-child.font-bold,  .pdp__content p span:last-child.font-semibold {
  font-weight: 500;
}
.pdp__content form button {
  line-height: 1;
  font-family: "es_build";
}
.pdp__content form button.font-bold,  .pdp__content form button.font-semibold {
  font-weight: 500;
}

.pdp__about-product {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "es_build";
}

.pdp__about-product.font-bold,  .pdp__about-product.font-semibold {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .pdp__about-product {
    margin-top: 0;
  }
}
.pdp__about-product a {
  font-weight: 500;
  text-decoration-line: underline;
}
.pdp__price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  font-weight: 700;
  font-family: "es_build";
}
.pdp__price.font-bold,  .pdp__price.font-semibold {
  font-weight: 500;
}
.font-es_build.pdp__price {
  font-weight: 500;
}
.pdp__price span {
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}
.pdp__about {
  font-family: "es_build";
}
.pdp__about.font-bold,  .pdp__about.font-semibold {
  font-weight: 500;
}
.pdp__about .swiper-similar {
  overflow: hidden;
}
.pdp__links a:hover span {
  text-decoration-line: none;
  transition-duration: 300ms;
}

.category__filter {
  position: relative;
}

.category__product-list-list .category__product-list-item .category__filter img {
  width: 120px;
  min-width: 100px;
}

.category__filter {
  z-index: 100;
}
.category__filter-box {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .category__filter-box {
    position: absolute;
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 226 / var(--tw-bg-opacity));
  }
}
.category__filter-box {
  top: 25px;
}
@media (min-width: 1280px) {
  .category__filter-box-checkbox {
    display: flex;
  }
}
.category__filter-box-checkbox div {
  padding-top: 30px;
}
@media (min-width: 1280px) {
  .category__filter-box-checkbox div {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 60%;
    min-width: 20%;
  }
  .category__filter-box-checkbox .last-col {
    min-width: 15% !important;
    width: 15%;
  }
}
.category__filter-box-checkbox a {
  margin-left: -42px;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
 .font-es_build.category__filter-box-checkbox a {
  font-weight: 500;
}
.category__filter-box p {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
 .font-es_build.category__filter-box p {
  font-weight: 500;
}
.category__filter-box p {
  font-family: "open_sans";
}
.category__filter-box-btn {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(104 32 25 / var(--tw-bg-opacity));
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "es_build";
}
.category__filter-box-btn.font-bold,  .category__filter-box-btn.font-semibold {
  font-weight: 500;
}
.category__filter-box-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 17 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .category__filter-box ul {
    display: flex;
    flex-flow: wrap column;
    max-height: 185px;
    width: 100%;
  }
}
.category__filter-box ul li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 42px;
}
.category__product-list-list .category__product-list-item .category__filter-box ul li img {
  width: 120px;
  min-width: 100px;
}
@media (min-width: 1024px) {
  .category__filter-box ul li {
    width: 33%;
  }
}
.category__filter-box ul li.li-more {
  padding-top: 8px;
  padding-bottom: 4px;
}
.category__filter-box ul li label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
 .font-es_build.category__filter-box ul li label {
  font-weight: 500;
}
.category__filter-box ul li label {
  font-family: "open_sans";
}
.category__filter-box ul li input {
  position: absolute;
  cursor: pointer;
  left: 0;
  opacity: 0;
  height: 0;
  width: 0;
}
.category__filter-box ul li input:checked ~ .checkmark:before {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
  content: "";
  background: url("../images/icons/check.svg") no-repeat;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 5px;
}
.category__filter-box ul li .checkmark {
  position: absolute;
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  left: 0;
  height: 30px;
  width: 30px;
}

.btn-filter {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  transition-duration: 300ms;
  font-family: "es_build";
}

.btn-filter.font-bold,  .btn-filter.font-semibold {
  font-weight: 500;
}

.btn-filter:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.btn-filter {
  height: 34px;
}
.btn-filter.text-black {
  color: #000000;
}

.btn-grid.is-active,  .btn-list.is-active {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.quick-filter {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  .quick-filter {
    flex-direction: row;
  }
}
.quick-filter__left {
  position: relative;
}
.category__product-list-list .category__product-list-item .quick-filter__left img {
  width: 120px;
  min-width: 100px;
}
.quick-filter__left p {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 48px;
  font-size: 15px;
}
.category__product-list-list .category__product-list-item .quick-filter__left p img {
  width: 120px;
  min-width: 100px;
}
.quick-filter__left p {
  font-family: "open_sans";
  min-width: 225px;
}
.quick-filter__left p:before {
  content: "";
  background: url("../images/icons/chevron-down.svg") no-repeat;
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  top: 10px;
}
.quick-filter__left div {
  position: absolute;
  width: 100%;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-width: 1px;
  border-top-width: 0;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  top: 38px;
  z-index: 2;
}
.quick-filter__left div ul li {
  justify-content: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-size: 15px;
  transition-duration: 300ms;
}
.quick-filter__left div ul li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.quick-filter__left div ul li a {
  display: block;
  cursor: pointer;
}
.quick-filter__left div ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.quick-filter__right {
  display: flex;
  gap: 16px;
}
.quick-filter__right li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 42px;
}
.category__product-list-list .category__product-list-item .quick-filter__right li img {
  width: 120px;
  min-width: 100px;
}
.quick-filter__right li label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
 .font-es_build.quick-filter__right li label {
  font-weight: 500;
}
.quick-filter__right li label {
  font-family: "open_sans";
}
.quick-filter__right li input {
  position: absolute;
  cursor: pointer;
  left: 0;
  opacity: 0;
  height: 0;
  width: 0;
}
.quick-filter__right li input:checked ~ .checkmark:before {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
  content: "";
  background: url("../images/icons/check.svg") no-repeat;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 5px;
}
.quick-filter__right li .checkmark {
  position: absolute;
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  left: 0;
  height: 30px;
  width: 30px;
}

@media (max-width: 450px) {
  .filter-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .category__filter-box {
    width: 350px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 51;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s ease-in-out;
    transform: translateX(100%) translateZ(0px);
  }
  .category__filter-box::-webkit-scrollbar {
    display: none;
  }
  .category__filter-box.is-open {
    transform: translateX(0px) translateZ(0px);
  }
}
.lswitcher {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .lswitcher {
    flex-direction: row;
  }
}
.lswitcher__left {
  position: relative;
}
.category__product-list-list .category__product-list-item .lswitcher__left img {
  width: 120px;
  min-width: 100px;
}
.lswitcher__title {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 204 184 / var(--tw-border-opacity));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 13px;
  padding-right: 48px;
}
.category__product-list-list .category__product-list-item .lswitcher__title img {
  width: 120px;
  min-width: 100px;
}
.lswitcher__title {
  font-family: "open_sans";
  transition: 0.2s ease-in-out;
  display: flex;
}
@media (min-width: 767px) {
  .lswitcher__title {
    min-width: 225px;
  }
}
.lswitcher__title:before {
  content: "";
  background: url("../images/icons/chevron-down.svg") no-repeat;
  position: absolute;
  right: 12px;
  height: 15px;
  width: 15px;
  top: 7px;
}
.lswitcher__title img {
  width: 15px;
  height: auto;
}
.lswitcher.is-open .lswitcher__title {
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lswitcher.is-open .lswitcher__items {
  background: #f7f6f6;
}
.lswitcher__items {
  position: absolute;
  width: 100%;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-width: 1px;
  border-top-width: 0;
  --tw-border-opacity: 1;
  border-color: rgb(224 204 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  top: 28px;
  z-index: 100;
}
.lswitcher__items ul li {
  justify-content: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 13px;
  font-size: 13px;
  transition-duration: 300ms;
}
.lswitcher__items ul li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.lswitcher__items ul li a {
  display: block;
  cursor: pointer;
}
.lswitcher__items ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.lswitcher__right {
  display: flex;
  gap: 16px;
}
.lswitcher__right li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 42px;
}
.category__product-list-list .category__product-list-item .lswitcher__right li img {
  width: 120px;
  min-width: 100px;
}
.lswitcher__right li label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
 .font-es_build.lswitcher__right li label {
  font-weight: 500;
}
.lswitcher__right li label {
  font-family: "open_sans";
}
.lswitcher__right li input {
  position: absolute;
  cursor: pointer;
  left: 0;
  opacity: 0;
  height: 0;
  width: 0;
}
.lswitcher__right li input:checked ~ .checkmark:before {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
  content: "";
  background: url("../images/icons/check.svg") no-repeat;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 5px;
}
.lswitcher__right li .checkmark {
  position: absolute;
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  left: 0;
  height: 30px;
  width: 30px;
}

@media (max-width: 450px) {
  .filter-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .category__filter-box {
    width: 350px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 51;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s ease-in-out;
    transform: translateX(100%) translateZ(0px);
  }
  .category__filter-box::-webkit-scrollbar {
    display: none;
  }
  .category__filter-box.is-open {
    transform: translateX(0px) translateZ(0px);
  }
}
.cart-navigation {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 20px;
}
.cart-navigation li {
  position: relative;
  text-align: center;
}
.category__product-list-list .category__product-list-item .cart-navigation li img {
  width: 120px;
  min-width: 100px;
}
@media (min-width: 768px) {
  .cart-navigation li {
    text-align: start;
  }
}
.cart-navigation li:not(li:last-child) {
  padding-right: 52px;
}
@media (min-width: 1024px) {
  .cart-navigation li:not(li:last-child) {
    padding-right: 120px;
  }
}
.cart-navigation li:not(li:last-child):before {
  content: "";
  height: 1px;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .cart-navigation li:not(li:last-child):before {
    top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .cart-navigation li:not(li:last-child):before {
    right: 10px;
    width: 100px;
  }
}
.cart-navigation li span:first-child {
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cart-navigation li span:first-child {
    display: inline;
    font-size: 13px;
  }
}
.cart-navigation li span:last-child {
  display: none;
}
@media (min-width: 768px) {
  .cart-navigation li span:last-child {
    display: inline;
  }
}
.cart-navigation a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
  transition-duration: 300ms;
  font-family: "es_build";
}
.cart-navigation a.font-bold,  .cart-navigation a.font-semibold {
  font-weight: 500;
}
.cart-navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(113 24 20 / var(--tw-text-opacity));
}
@media (min-width: 500px) {
  .cart-navigation a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .cart-navigation a {
    padding: 0.25rem;
  }
}
.cart-navigation a.active {
  --tw-text-opacity: 1;
  color: rgb(113 24 20 / var(--tw-text-opacity));
}
.cart-navigation a.active:hover {
  --tw-text-opacity: 1;
  color: rgb(113 24 20 / var(--tw-text-opacity));
}

.cart1-shipping {
  margin: 0px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 17px;
}
.cart1-shipping:before {
  top: 10px;
}
.cart1-shipping:not(.cart1-shipping:first-child):before {
  background: url("../images/cart/shipping.png") no-repeat;
  width: 55px;
  height: 69px;
  top: -5px;
}

.cart1-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cart1-product {
    justify-content: flex-start;
  }
}
.cart1-product:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.cart1-product input {
  width: 30px;
  height: 28px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  text-align: center;
  font-size: 14px;
}
@media (min-width: 500px) {
  .cart1-product input {
    font-size: 16px;
    width: 38px;
    height: 36px;
  }
}
.cart1-product .counter button {
  padding: 0.5rem;
  font-size: 16px;
}
@media (min-width: 500px) {
  .cart1-product .counter button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
  }
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cart-form label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.cart-form label span {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.cart-form input:not(input[type=submit]):not(input[type=radio]):not(input[type=checkbox]),  .cart-form textarea {
  position: relative;
  margin-top: 6px;
  margin-bottom: 16px;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
}
.category__product-list-list .category__product-list-item .cart-form input:not(input[type=submit]):not(input[type=radio]):not(input[type=checkbox]) img, .category__product-list-list .category__product-list-item  .cart-form textarea img {
  width: 120px;
  min-width: 100px;
}
.cart-form input:not(input[type=submit]):not(input[type=radio]):not(input[type=checkbox]):focus, .cart-form input:not(input[type=submit]):not(input[type=radio]):not(input[type=checkbox]):focus-visible, .cart-form textarea:focus, .cart-form textarea:focus-visible {
  outline: none;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.cart-form textarea {
  min-height: 150px;
}
.cart-form .form-item.is-checked input {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.cart-form .form-item.is-checked label {
  position: relative;
}
.category__product-list-list .category__product-list-item .cart-form .form-item.is-checked label img {
  width: 120px;
  min-width: 100px;
}
.cart-form .form-item.is-checked label:before {
  content: "";
  background: url("../images/icons/checked.svg") no-repeat;
  width: 24px;
  height: 20px;
  bottom: -44px;
  position: absolute;
  right: 16px;
}

.form-item {
  position: relative;
}
.form-item .has-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 92 79 / var(--tw-border-opacity)) !important;
}
.form-item input::placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(239 92 79 / var(--tw-text-opacity));
}

.cart2-info div p {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.cart2-info li {
  margin-bottom: 10px;
}
.cart2-info li input {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 0px;
  width: 0px;
  border-width: 0px;
  box-shadow: none;
}
.cart2-info li input:checked + div:before {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.cart2-info li input:checked + div:after {
  content: "";
  background: url("../images/icons/checked.png") no-repeat;
  position: absolute;
  left: 7px;
  height: 13px;
  width: 16px;
  top: 8.5px;
  z-index: 1;
}
.cart2-info li div {
  position: relative;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.category__product-list-list .category__product-list-item .cart2-info li div img {
  width: 120px;
  min-width: 100px;
}
.cart2-info li div:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.cart2-info li div strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.font-es_build.cart2-info li div strong {
  font-weight: 500;
}
.btn-filter.cart2-info li div strong {
  color: #000000;
}

.cart3-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.cart3-summary {
  padding-top: 1.25rem;
}
.cart3-summary div p {
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "es_build";
}
.cart3-summary div p.font-bold,  .cart3-summary div p.font-semibold {
  font-weight: 500;
}
.cart3-summary div p strong {
  font-weight: 500;
}
.cart3-summary div p:first-child {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.cart4-photo {
  position: relative;
  margin: auto;
  display: block;
  padding-right: 70px;
}

.category__product-list-list .category__product-list-item .cart4-photo img {
  width: 120px;
  min-width: 100px;
}

.cart4-photo {
  background: url("../images/cart/cart4-curl.png") no-repeat right;
  background-size: contain;
  max-width: 600px;
}
.cart4-photo img {
  width: 100%;
  max-width: 530px;
}

.dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #ddd;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.dot--green {
  background: #a3ce4b;
  border: 1px solid #8baf41;
}
.dot--red {
  background: #f05b4e;
  border: 1px solid #d63c2e;
}

.badge {
  display: inline-block;
  border-radius: 4px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 8px;
  font-weight: 700;
  position: absolute;
  font-size: 12px;
  padding: 6px 12px;
  text-transform: uppercase;
}
.badge--default, .badge--black {
  background: #000;
  color: #fff;
}
.badge--gray {
  background: #eee;
  color: #000;
}
.badge--secondary {
  top: 37px;
}

.banner__caption {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1024px) {
  .banner__caption {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    height: 50vw !important;
  }
}
@media (max-width: 767px) {
  .banner__caption {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .banner__caption {
    height: 80vw !important;
  }
}
.banner__caption h3 {
  font-size: 65px;
  font-weight: 900;
  text-align: center;
  line-height: 65px;
}
@media (max-width: 1024px) {
  .banner__caption h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 540px) {
  .banner__caption h3 {
    font-size: 35px;
  }
}
.banner__caption p {
  color: #44c7f4;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 1024px) {
  .banner__caption p {
    font-size: 20px;
    line-height: 25px;
  }
}
.banner__caption a {
  transition: 0.2s ease-in-out;
}
.banner__caption a:hover {
  background: #44c7f4 !important;
}

.banner-image {
  position: relative;
  width: 100%;
}

.category__product-list-list .category__product-list-item .banner-image img {
  width: 120px;
  min-width: 100px;
}
.banner-image img {
  overflow: hidden;
  border-radius: 20px;
}
.banner-image h1 {
  position: absolute;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "es_build" !important;
}
.banner-image h1.font-bold,  .banner-image h1.font-semibold {
  font-weight: 500 !important;
}
@media (min-width: 500px) {
  .banner-image h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1280px) {
  .banner-image h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.banner-image h1 {
  width: calc(100% - 64px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-text {
  margin-top: 36px;
}

.banner__only-text .banner-text p {
  font-size: 16px;
  font-family: "es_build" !important;
}

.banner__only-text .banner-text p.font-bold,  .banner__only-text .banner-text p.font-semibold {
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .banner__only-text .banner-text p {
    font-size: 20px;
  }
}

.banner__with-title h2 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 32px;
  font-family: "es_build" !important;
}

.banner__with-title h2.font-bold,  .banner__with-title h2.font-semibold {
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .banner__with-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.banner__with-title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5rem;
}

.ce-banner__left .workshop {
  padding: 30px 0;
  background: url("../images/illustrations/red-bg.png") no-repeat center;
  width: 100%;
  background-size: contain;
  position: relative;
}
@media (max-width: 1440px) {
  .ce-banner__left .workshop {
    padding: 20px 0;
  }
}
.ce-banner__left .workshop__btn {
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "es_build" !important;
}
.ce-banner__left .workshop__btn.font-bold,  .ce-banner__left .workshop__btn.font-semibold {
  font-weight: 500 !important;
}
.ce-banner__left .workshop__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 184 87 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .ce-banner__left .workshop__caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
}
.ce-banner__left .workshop .blue-curl {
  width: 33%;
  height: 45%;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
@media (min-width: 1440px) {
  .ce-banner__left .workshop .blue-curl {
    right: 75px;
  }
}
@media (max-width: 1240px) {
  .ce-banner__left .workshop .blue-curl {
    right: 40px;
    bottom: 15px;
  }
}
.ce-banner__left .workshop .blue-curl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/illustrations/blue-curl-2.png") no-repeat;
  background-size: contain;
}
.ce-banner__left .workshop__illustration {
  width: 75%;
  position: relative;
  top: -7px;
  left: -10px;
}
@media (max-width: 1440px) {
  .ce-banner__left .workshop__illustration {
    width: 77%;
  }
}
@media (max-width: 1240px) {
  .ce-banner__left .workshop__illustration {
    width: 80%;
  }
}

.ce-banner__right .store {
  padding: 50px 0;
  background: url("../images/illustrations/store_bg.png") no-repeat center;
  width: 100%;
  background-size: contain;
  position: relative;
}
@media (max-width: 1340px) {
  .ce-banner__right .store {
    padding: 40px 0;
  }
}
@media (max-width: 1240px) {
  .ce-banner__right .store {
    padding: 25px 0;
  }
}
.ce-banner__right .store__illustration {
  position: relative;
  top: -36px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .ce-banner__right .store__caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .ce-banner__right .store__caption {
    text-align: center;
  }
}
.ce-banner__right .store__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "es_build" !important;
}
.ce-banner__right .store__btn.font-bold,  .ce-banner__right .store__btn.font-semibold {
  font-weight: 500 !important;
}
.ce-banner__right .store__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 16 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .ce-banner__right .store__btn {
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
  }
}

.backdrop {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.backdrop.is-open {
  left: 0;
  opacity: 1;
}

.backdrop-spinner {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-height: 100vh;
}
.backdrop-spinner .status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.backdrop-spinner.is-open {
  left: 0;
  opacity: 1;
}

.stock-quantity-limit {
  border: 1px solid #ba5654;
  background: #ea5d4c;
  color: #fff;
  position: absolute;
  width: 112px;
  top: -38px;
  padding: 8px 5px;
  text-align: center;
  font-size: 11px;
  font-weight: medium;
  border-radius: 4px;
  font-family: "es_build";
}

.stock-quantity-limit.font-bold,  .stock-quantity-limit.font-semibold {
  font-weight: 500;
}
.stock-quantity-limit:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ea5d4c;
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}

body {
  background: #fff;
  font-family: "open_sans";
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

.prevent-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.small-container {
  max-width: 900px;
}

.medium-container {
  max-width: 1300px;
}

.font-nunito {
  font-family: "es_build" !important;
}

.font-nunito.font-bold,  .font-nunito.font-semibold {
  font-weight: 500 !important;
}

.flex-full {
  flex: 1 0 auto;
}

.btn {
  background: #682019;
  border-radius: 50px;
  margin-top: 30px;
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: "es_build";
}

.btn.font-bold,  .btn.font-semibold {
  font-weight: 500;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 17 / var(--tw-bg-opacity));
}
.btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(163 207 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.btn-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(249 180 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 24 20 / var(--tw-bg-opacity));
}
