/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.35 !important;
  background: #fff !important;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
}

canvas {
  display: block;
}

p {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

ul{
  list-style-type: none;
}

a{
  transition: 0.3s;
}

a:hover{
  opacity: 0.7;
}

h1{
  font-family: 'Lighthaus',sans-serif;
  font-size: 40px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}

h2{
  font-family: 'Lighthaus',sans-serif;
  margin-bottom: 2rem;
  font-size: 36px;
}

@media (min-width: 768px) {
  h2 {
    margin-bottom: 2.5rem;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h2 {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

h3{
  font-family: 'Lighthaus',sans-serif;
  margin-bottom: 0.625rem;
  font-size: 28px;
}

@media (min-width: 768px) {
  h3 {
    margin-bottom: 0.75rem;
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h3 {
    margin-bottom: 1rem;
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}

.illusion-excerpt-1{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.illusion-excerpt-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.illusion-excerpt-3{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.illusion-excerpt-5{
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

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

.\!visible {
  visibility: visible !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!left-0 {
  left: 0px !important;
}

.-bottom-32 {
  bottom: -8rem;
}

.-left-48 {
  left: -12rem;
}

.-right-24 {
  right: -6rem;
}

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

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

.-top-24 {
  top: -6rem;
}

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.left-0 {
  left: 0px;
}

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

.left-px {
  left: 1px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-340px\] {
  right: -340px;
}

.top-0 {
  top: 0px;
}

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

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-px {
  top: 1px;
}

.\!z-\[999999\] {
  z-index: 999999 !important;
}

.\!z-\[9999\] {
  z-index: 9999 !important;
}

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

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

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

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

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

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

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

.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

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

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

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-\[40px\] {
  height: 40px !important;
}

.\!h-full {
  height: 100% !important;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

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

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

.\!w-\[40px\] {
  width: 40px !important;
}

.\!w-full {
  width: 100% !important;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

.\!max-w-\[90px\] {
  max-width: 90px !important;
}

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

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

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

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

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

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

.\!grow-0 {
  flex-grow: 0 !important;
}

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

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

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

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

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

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

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

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

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

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

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.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));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

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

.\!border-none {
  border-style: none !important;
}

.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 29 29 / var(--tw-border-opacity)) !important;
}

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

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

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

.border-b-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}

.bg-grey_secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-grey_secondary\/75 {
  background-color: rgb(247 247 247 / .75);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity));
}

.fill-grey {
  fill: #979797;
}

.fill-secondary {
  fill: #E2231A;
}

.stroke-grey {
  stroke: #979797;
}

.stroke-primary {
  stroke: #1D1D1D;
}

.stroke-secondary {
  stroke: #E2231A;
}

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 0.5rem;
}

.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-\[20\%\] {
  padding-bottom: 20% !important;
}

.\!pt-6 {
  padding-top: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pl-2\.5 {
  padding-left: 0.625rem;
}

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

.pt-16 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-center {
  text-align: center;
}

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

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-40 {
  font-size: 40px;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-loose {
  line-height: 2;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(29 29 29 / var(--tw-text-opacity)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(226 35 26 / var(--tw-text-opacity)) !important;
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}

.text-grey_dark {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-primary\/80 {
  color: rgb(29 29 29 / 0.8);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.\!no-underline {
  text-decoration-line: none !important;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.outline {
  outline-style: solid;
}

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Thin.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Thin.woff') format('woff');

  font-weight: 1;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Thin.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ThinItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff');

  font-weight: 100;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ThinItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff');

  font-weight: 1;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ExtraLight.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ExtraLightItalic.woff') format('woff');

  font-weight: 200;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-LightItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-LightItalic.woff') format('woff');

  font-weight: 300;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Italic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Italic.woff') format('woff');

  font-weight: 400;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-MediumItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff');

  font-weight: 500;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff');

  font-weight: 600;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-BoldItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff');

  font-weight: 700;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');

  font-weight: 800;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff');

  font-weight: 800;

  font-style: italic;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-Black.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;
}

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

  src: url('../resources/fonts/Montserrat/Montserrat-BlackItalic.woff2') format('woff2'), url('../resources/fonts/Montserrat/Montserrat-BlackItalic.woff') format('woff');

  font-weight: 900;

  font-style: italic;
}

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

  src: url('../resources/fonts/Lighthaus/Lighthaus.eot');

  src: local('Lighthaus'),
  url('../resources/fonts/Lighthaus/Lighthaus.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/Lighthaus/Lighthaus.woff2') format('woff2'),
  url('../resources/fonts/Lighthaus/Lighthaus.woff') format('woff'),
  url('../resources/fonts/Lighthaus/Lighthaus.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

header{
  z-index: 999;
  transition: 0.3s;
}

header .upper__header {
    position: relative;
  }

header .upper__header {
    display: none;
  }

header .upper__header {
    height: 2.75rem;
  }

header .upper__header {
    width: 100%;
  }

header .upper__header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

header .upper__header .wrap__lang{
      display: flex;
    }

header .upper__header .wrap__lang *{
        font-size: 12px;
      }

header .upper__header .wrap__lang .divider {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
      }

header .upper__header .wrap__lang .divider {
        --tw-text-opacity: 1;
        color: rgb(151 151 151 / var(--tw-text-opacity));
      }

header .upper__header .wrap__lang .divider:last-of-type{
          display: none;
        }

header .bottom__header{
    transition: 0.3s
  }

header .bottom__header {
    display: flex;
  }

header .bottom__header {
    height: 4rem;
  }

header .bottom__header {
    width: 100%;
  }

header .bottom__header {
    align-items: center;
  }

header .bottom__header {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

@media (min-width: 992px) {
    header .bottom__header {
      height: 5rem;
    }
  }

header .bottom__header .wrap__menu{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }

header .bottom__header .wrap__menu *{
        height: 100%;
        display:flex;
        align-items: center;
      }

header .bottom__header .wrap__menu>div{
        display: flex;
        width: 100%;
      }

header .bottom__header .wrap__menu ul{
        display: flex;
        width: 100%;
        justify-content: space-between;
      }

header .bottom__header .wrap__menu ul li{
          position: relative;
          height: -moz-max-content;
          height: max-content;
        }

header .bottom__header .wrap__menu a {
        height: -moz-max-content;
        height: max-content;
      }

header .bottom__header .wrap__menu a {
        font-size: 16px;
      }

header .bottom__header .sub-menu{
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      position: absolute;
      top: 100%;
      left: -16px;
      height: -moz-max-content;
      height: max-content;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 41px;
      padding-bottom: 8px;
      width: -moz-max-content !important;
      width: max-content !important;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

header .bottom__header .sub-menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

header .bottom__header .menu .menu-item-has-children{
        cursor: pointer;
      }

header .bottom__header .menu .menu-item-has-children>a:after{
            content: url("../resources/img/chevron.svg");
            transition: 0.3s;
          }

header .bottom__header .menu .menu-item-has-children>a:after {
            position: relative;
          }

header .bottom__header .menu .menu-item-has-children>a:after {
            top: -1px;
          }

header .bottom__header .menu .menu-item-has-children>a:after {
            margin-left: 0.375rem;
          }

header .bottom__header .menu .menu-item-has-children:hover .sub-menu{
            opacity: 1;
            visibility: visible;
            z-index: 1;
            transition: 0.3s;
          }

header .bottom__header a {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

header .bottom__header svg {
      stroke: #fff;
    }

@media (min-width: 992px) {
    header.header__out {
      top: -2.75rem;
    }
  }

header .hamburger__menu{
    height: 16px;
    width: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

header .hamburger__menu span{
      width: 100%;
      height: 1px;
      position: relative;
      display: block;
      border-radius: 10px;
      transition: 0.3s
    }

header .hamburger__menu span {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

header .hamburger__menu span:nth-of-type(1).rotate__line{
          transform: rotate(135deg) translate(6px, -6px);
        }

header .hamburger__menu span:nth-of-type(2).rotate__line{
          opacity: 0;
        }

header .hamburger__menu span:nth-of-type(3).rotate__line{
          transform: rotate(45deg) translate(-4px, -4px);
        }

header svg{
    transition: 0.3s;
  }

header .custom__logo{
    letter-spacing: 1.85px;
    min-width: -moz-max-content;
    min-width: max-content
  }

header .custom__logo {
    display: flex;
  }

header .custom__logo {
    align-items: center;
  }

header .custom__logo {
    font-size: 16px;
  }

header .custom__logo {
    font-weight: 500;
  }

header .custom__logo img {
      margin-right: 0.5rem;
    }

header .custom__logo img {
      width: 3rem;
    }

header .bottom__header > div:last-of-type .custom__logo,header .mobile__header .custom__logo{
      font-size: 13px;
    }

header .bottom__header > div:last-of-type .custom__logo img, header .mobile__header .custom__logo img {
        margin-right: 0.25rem;
      }

header .bottom__header > div:last-of-type .custom__logo img, header .mobile__header .custom__logo img {
        width: 1.75rem;
      }

header .xoo-wsc-sc-cont{
    position: relative;
    top: 2px;
  }

.main__height {
  min-height: 670px;
}

@media (min-width: 768px) {
  .main__height {
    min-height: 560px;
  }
}

@media (min-width: 992px) {
  .main__height {
    min-height: 710px;
  }
}

.main__background {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .main__background {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

h1:after,h2:after{
    content: '';
    width: 160px;
    height: 1px;
    display: block;
  }

h1:after, h2:after {
    margin-top: 1.25rem;
  }

h1:after, h2:after {
    --tw-bg-opacity: 1;
    background-color: rgb(151 151 151 / var(--tw-bg-opacity));
  }

.slider__main {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .slider__main {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.slider__main .slick-slide {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

@media (min-width: 768px) {
    .slider__main .slick-slide {
      margin-left: 0px;
      margin-right: 0px;
    }
  }

@media (min-width: 992px) {
    .slider__main .slick-slide {
      height: 400px;
    }
  }

.slider__main .slick-slide>div{
      height: 100%;
    }

.slider__main .slick-list{
    overflow: visible;
  }

.slider__main .slick-list {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

@media (min-width: 768px) {
    .slider__main .slick-list {
      margin-left: 0px;
      margin-right: 0px;
    }
  }

.main__btn,.wrap__form button{
  min-width: 250px;
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .main__btn,.wrap__form button {
    width: -moz-max-content;
    width: max-content;
  }
}

.main__btn:hover,.wrap__form button:hover{
    opacity: 0.7;
  }

.main__btn,.wrap__form button {
  transition: 0.3s;
}

section:first-of-type,div.section__padding:first-of-type {
  padding-top: 7rem;
}

@media (min-width: 992px) {
  section:first-of-type,div.section__padding:first-of-type {
    padding-top: 7rem;
  }
}

@media (min-width: 1200px) {
  section:first-of-type,div.section__padding:first-of-type {
    padding-top: 165px;
  }
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.mobile__header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.3s;
}

.mobile__header .wrap__menu{
    background: #fff;
    height: 100vh;
    overflow: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
  }

.mobile__header .wrap__menu {
    left: -100%;
  }

.mobile__header .wrap__menu {
    width: 100%;
  }

@media (min-width: 576px) {
    .mobile__header .wrap__menu {
      left: -320px;
    }
  }

@media (min-width: 576px) {
    .mobile__header .wrap__menu {
      width: 320px;
    }
  }

.mobile__header .menu{
    width: 100%;
  }

.mobile__header .menu *{
      width: 100%;
    }

.mobile__header .menu>li:first-of-type>a {
          border-top-width: 1px;
        }

.mobile__header .menu>li a{
        padding: 16px 10px;
      }

.mobile__header .menu>li a {
        display: flex;
      }

.mobile__header .menu>li>a{
        font-weight: 500;
        font-size: 16px;
      }

.mobile__header .menu>li>a {
        border-bottom-width: 1px;
      }

.mobile__header .menu>li>a {
        --tw-border-opacity: 1;
        border-color: rgb(222 222 222 / var(--tw-border-opacity));
      }

.mobile__header .menu .menu-item-has-children>a {
        display: flex;
      }

.mobile__header .menu .menu-item-has-children>a {
        justify-content: space-between;
      }

.mobile__header .menu .menu-item-has-children>a:after{
          content: url("../resources/img/chevron_mobile.svg");
        }

.mobile__header .wrap__lang a {
      width: 4rem;
    }

.mobile__header .wrap__lang a {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
    }

.mobile__header .sub-menu{
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }

.mobile__header .sub-menu a{
      font-size: 13px;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }

.mobile__header .sub-menu li:last-of-type a {
          border-bottom-width: 1px;
        }

.mobile__header .sub-menu li:last-of-type a {
          --tw-border-opacity: 1;
          border-color: rgb(222 222 222 / var(--tw-border-opacity));
        }

.mobile__header .active .sub-menu{
      height:auto;
    }

.mobile__header .active a:after{
        transform: rotate(180deg);
      }

.margin__headline {
  margin-bottom: 1.5rem;
}

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

@media (min-width: 992px) {
  .margin__headline {
    margin-bottom: 3rem;
  }
}

.section__padding {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section__padding {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .section__padding {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .section__padding {
    padding-bottom: 7rem;
  }
}

.section__margin {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .section__margin {
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .section__margin {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .section__margin {
    margin-bottom: 7rem;
  }
}

.custom__hover{
  transition: 0.3s;
  cursor: pointer;
}

.custom__hover:hover{
    opacity: 0.7;
  }

.section-about-us .wrap__description > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

.section-about-us .wrap__description h4 {
      font-size: 16px;
    }

.section-about-us .wrap__description h4 {
      font-weight: 600;
    }

@media (min-width: 768px) {
      .section-about-us .wrap__description h4 {
        font-size: 18px;
      }
    }

@media (min-width: 992px) {
      .section-about-us .wrap__description h4 {
        font-size: 21px;
      }
    }

.section-about-us .wrap__description p{
      opacity: 0.9;
    }

.secondary__btn{
  text-underline-offset: 6px;
  display: flex;
  align-items: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 35 26 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.section-products .wrap__products .inner__products img {
        height: 13rem;
      }

.section-products .wrap__products .inner__products img {
        width: 100%;
      }

.section-products .wrap__products .inner__products img {
        -o-object-fit: cover;
           object-fit: cover;
      }

@media (min-width: 576px) {
        .section-products .wrap__products .inner__products img {
          height: 15rem;
        }
      }

@media (min-width: 768px) {
        .section-products .wrap__products .inner__products img {
          height: 18rem;
        }
      }

@media (min-width: 992px) {
        .section-products .wrap__products .inner__products img {
          height: 24rem;
        }
      }

@media (min-width: 992px) {
          .section-products .wrap__products .inner__products:nth-of-type(odd) .description__product {
            left: -10rem;
          }
        }

@media (min-width: 992px) {
        .section-products .wrap__products .inner__products:nth-of-type(even) {
          flex-direction: row-reverse;
        }
      }

@media (min-width: 992px) {
          .section-products .wrap__products .inner__products:nth-of-type(even) .description__product {
            right: -5rem;
          }
        }

.section-products .wrap__products .inner__products>div:first-of-type {
          position: relative;
        }

.section-products .wrap__products .inner__products>div:first-of-type {
          width: calc(100% + 32px);
        }

@media (min-width: 992px) {
          .section-products .wrap__products .inner__products>div:first-of-type {
            position: static;
          }
        }

@media (min-width: 992px) {
          .section-products .wrap__products .inner__products>div:first-of-type {
            width: 50%;
          }
        }

.section-products .description__product {
    width: 100%;
  }

@media (min-width: 576px) {
    .section-products .description__product {
      width: 600px;
    }
  }

.section-links .custom-underline{
    text-underline-offset: 8px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

.section-links a:hover svg {
        stroke: #E2231A;
      }

.section-links a:hover {
      --tw-border-opacity: 1;
      border-color: rgb(226 35 26 / var(--tw-border-opacity));
    }

.section-links a:hover {
      --tw-text-opacity: 1;
      color: rgb(226 35 26 / var(--tw-text-opacity));
    }

.section-links a svg{
      transition: 0.3s ;
    }

.font-lighthaus{
  font-family: 'Lighthaus',sans-serif;
}

footer .wrap__subscription input {
      border-width: 1px;
    }

footer .wrap__subscription input {
      --tw-border-opacity: 1;
      border-color: rgb(151 151 151 / var(--tw-border-opacity));
    }

footer .wrap__subscription input {
      background-color: transparent;
    }

footer .wrap__subscription input {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

footer .wrap__subscription input {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }

footer .wrap__subscription input {
      font-size: 14px;
    }

footer .wrap__subscription form{
      display: flex;
      align-items: center;
      width: 100%;
    }

footer .wrap__subscription .wpforms-field-container {
      width: 100%;
    }

@media (min-width: 576px) {
      footer .wrap__subscription .wpforms-field-container {
        width: auto;
      }
    }

footer .wrap__subscription .wpforms-field-container div{
        padding: 0;
      }

footer .wrap__subscription .wpforms-submit-container{
      padding: 0;
    }

footer .wrap__subscription em.wpforms-error{
      position: absolute;
    }

footer .wrap__subscription button{
      width: 100px;
      height: 52.5px
    }

footer .wrap__subscription button {
      --tw-bg-opacity: 1;
      background-color: rgb(29 29 29 / var(--tw-bg-opacity));
    }

footer .wrap__subscription button:after{
        content: url("../resources/img/arrow_button.svg");
      }

footer h4 {
    font-size: 16px;
  }

footer h4 {
    font-weight: 600;
  }

@media (min-width: 768px) {
    footer h4 {
      font-size: 18px;
    }
  }

@media (min-width: 992px) {
    footer h4 {
      font-size: 21px;
    }
  }

footer .wrap__policy a{
      text-underline-offset: 2px;
      text-decoration: underline;
      text-decoration-thickness: 1px;
    }

footer .wrap__policy .menu {
      display: flex;
    }

footer .wrap__policy .menu {
      justify-content: space-between;
    }

footer .wrap__menu .menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

footer .custom__logo{
    letter-spacing: 1.85px;
    min-width: -moz-max-content;
    min-width: max-content
  }

footer .custom__logo {
    display: flex;
  }

footer .custom__logo {
    align-items: center;
  }

footer .custom__logo {
    font-size: 13px;
  }

footer .custom__logo {
    font-weight: 500;
  }

@media (min-width: 992px) {
    footer .custom__logo {
      font-size: 16px;
    }
  }

footer .custom__logo img {
      margin-right: 0.25rem;
    }

footer .custom__logo img {
      width: 2.25rem;
    }

@media (min-width: 992px) {
      footer .custom__logo img {
        margin-right: 0.5rem;
      }
    }

@media (min-width: 992px) {
      footer .custom__logo img {
        width: 3rem;
      }
    }

.wpforms-label-hide{
  display: none;
}

.wpforms-container{
  margin-bottom: 0 !important;
}

.card__product{
  width: 100%;
  position: relative;
  transition: 0.3s;
  height: -moz-max-content;
  height: max-content;
}

.card__product h3{
    font-family: 'Montserrat',sans-serif
  }

.card__product h3 {
    font-size: 18px;
  }

.card__product h3 {
    font-weight: 600;
  }

@media (min-width: 768px) {
    .card__product h3 {
      font-size: 21px;
    }
  }

.card__product h3:after{
      content: none;
    }

.card__product img {
    height: 100%;
  }

.card__product img {
    width: 100%;
  }

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

.card__product .wrap__image{
    transition: 0.3s;
  }

.card__product .wrap__image:hover{
      opacity: 0.7;
    }

.card__product .wrap__price{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.card__product .out-of-stock{
    display: none;
  }

.card__product .wrap__variations .value {
      display: flex;
    }

.card__product .wrap__variations .value {
      width: 100%;
    }

.card__product .wrap__variations .value {
      justify-content: flex-end;
    }

.card__product .single__button-cart{
    display: none !important;
  }

.card__product .label__img{
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    top: 8px;
    right: 8px;
  }

.card__product .wrap__variations .select2-selection__arrow:after{
    justify-content: flex-end !important;
  }

.card__product .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 16px !important;
  }

.card__product .woocommerce-variation-price del {
      margin-left: 0.5rem;
    }

.card__product .woocommerce-variation-price del {
      font-size: 14px;
    }

@media (min-width: 1200px) {
      .card__product .woocommerce-variation-price del {
        font-size: 16px;
      }
    }

.nav__prev,.nav__next{
  cursor: pointer;
  transition: 0.3s;
}

.nav__prev:hover,.nav__next:hover{
    opacity: 0.7;
  }

.scroll__hide::-webkit-scrollbar {
    opacity: 0 !important;
  }

.main__background-image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.wave {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 576px) {
  .wave {
    bottom: -5%;
  }
}

@media (min-width: 1440px) {
  .wave {
    bottom: -12%;
  }
}

.breadcrumbs{
  margin-bottom: 20px;
}

.breadcrumbs *{
    color: #fff;
    font-size: 16px;
  }

.breadcrumbs .separator {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

.grey__gradient{
  background: linear-gradient(#FBFBFB 0%, #F5F5F5 100%);
}

.wrap__solutions-for-business {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.625rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (min-width: 576px) {
  .wrap__solutions-for-business {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .wrap__solutions-for-business {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 219px 219px;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (min-width: 576px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-column-start: 1;
      }
    }

@media (min-width: 576px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-column-end: 3;
      }
    }

@media (min-width: 992px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-column-start: auto;
      }
    }

@media (min-width: 992px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-column-end: auto;
      }
    }

@media (min-width: 992px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-row-start: 1;
      }
    }

@media (min-width: 992px) {
      .wrap__solutions-for-business>div:first-of-type {
        grid-row-end: 3;
      }
    }

.wrap__solutions-for-business img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.wrap__solutions-for-business img {
    height: 172px;
  }

@media (min-width: 768px) {
    .wrap__solutions-for-business img {
      height: 200px;
    }
  }

@media (min-width: 992px) {
    .wrap__solutions-for-business img {
      height: 172px;
    }
  }

@media (min-width: 992px) {
    .wrap__solutions-for-business img {
      flex: 1 1 0%;
    }
  }

@media (min-width: 992px) {
    .wrap__for-your-brand .description {
      max-width: 409px;
    }
  }

.wrap__for-your-brand br {
    display: none;
  }

@media (min-width: 992px) {
    .wrap__for-your-brand br {
      display: block;
    }
  }

.wrap__for-your-brand img{
    -o-object-position: center 20%;
       object-position: center 20%;
  }

.wrap__partnership-relations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.625rem;
}

@media (min-width: 576px) {
  .wrap__partnership-relations {
    row-gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .wrap__partnership-relations {
    row-gap: 2.5rem;
  }
}

.wrap__partnership-relations .inner__partnership-relations {
    width: 100%;
  }

.wrap__partnership-relations .inner__partnership-relations {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }

.wrap__partnership-relations .inner__partnership-relations {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.wrap__partnership-relations .inner__partnership-relations {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

@media (min-width: 576px) {
    .wrap__partnership-relations .inner__partnership-relations {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 768px) {
    .wrap__partnership-relations .inner__partnership-relations {
      width: calc(50% - 10px);
    }
  }

@media (min-width: 992px) {
    .wrap__partnership-relations .inner__partnership-relations {
      width: calc(50% - 20px);
    }
  }

@media (min-width: 992px) {
    .wrap__partnership-relations .inner__partnership-relations {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

@media (min-width: 992px) {
    .wrap__partnership-relations .inner__partnership-relations {
      padding-top: 2.5rem;
    }
  }

@media (min-width: 992px) {
    .wrap__partnership-relations .inner__partnership-relations {
      padding-bottom: 2rem;
    }
  }

.wrap__partnership-relations .inner__partnership-relations h2 br {
        display: none;
      }

@media (min-width: 992px) {
        .wrap__partnership-relations .inner__partnership-relations h2 br {
          display: block;
        }
      }

.section-work-with-us img {
    height: 100%;
  }

.section-work-with-us img {
    max-width: 100px;
  }

.section-work-with-us img {
    -o-object-fit: contain;
       object-fit: contain;
  }

@media (min-width: 576px) {
    .section-work-with-us img {
      max-width: 130px;
    }
  }

.section-work-with-us .slick-slide {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

@media (min-width: 576px) {
    .section-work-with-us .slick-slide {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
    }
  }

@media (min-width: 992px) {
    .section-work-with-us .slick-slide {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
    }
  }

.section-work-with-us .slick-list {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

.section-work-with-us .slick-list {
    overflow: visible;
  }

@media (min-width: 576px) {
    .section-work-with-us .slick-list {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
    }
  }

@media (min-width: 992px) {
    .section-work-with-us .slick-list {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
    }
  }

.section-terms-payment .wrap__term-payment {
    display: flex;
  }

.section-terms-payment .wrap__term-payment {
    flex: 1 1 0%;
  }

.section-terms-payment .wrap__term-payment {
    align-items: center;
  }

@media (min-width: 768px) {
    .section-terms-payment .wrap__term-payment {
      max-width: 350px;
    }
  }

@media (min-width: 768px) {
    .section-terms-payment .wrap__term-payment {
      flex-direction: column;
    }
  }

@media (min-width: 768px) {
    .section-terms-payment .wrap__term-payment {
      justify-content: center;
    }
  }

@media (min-width: 768px) {
    .section-terms-payment .wrap__term-payment {
      text-align: center;
    }
  }

@media (min-width: 992px) {
    .section-terms-payment .wrap__term-payment {
      max-width: 100%;
    }
  }

@media (min-width: 992px) {
    .section-terms-payment .wrap__term-payment {
      border-left-width: 1px;
      border-right-width: 1px;
    }
  }

@media (min-width: 992px) {
    .section-terms-payment .wrap__term-payment {
      --tw-border-opacity: 1;
      border-color: rgb(222 222 222 / var(--tw-border-opacity));
    }
  }

@media (min-width: 992px) {
    .section-terms-payment .wrap__term-payment {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .section-terms-payment .wrap__term-payment {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

.section-terms-payment .wrap__term-payment:first-of-type {
      border-left-width: 0px;
    }

.section-terms-payment .wrap__term-payment:first-of-type {
      padding-left: 0px;
    }

.section-terms-payment .wrap__term-payment:last-of-type {
      border-right-width: 0px;
    }

.section-terms-payment .wrap__term-payment:last-of-type {
      padding-right: 0px;
    }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    border-radius: 0px !important;
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    border-bottom-width: 1px;
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    --tw-border-opacity: 1;
    border-color: rgb(151 151 151 / var(--tw-border-opacity));
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    background-color: transparent;
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    padding-bottom: 0.5rem;
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    font-size: 16px;
  }

.wrap__form input[type="text"],.wrap__form input[type="tel"],.wrap__form input[type="email"],.wrap__form input[type="password"],.wrap__form textarea {
    --tw-text-opacity: 1;
    color: rgb(151 151 151 / var(--tw-text-opacity));
  }

.wrap__form input[type="text"]::-moz-placeholder, .wrap__form input[type="tel"]::-moz-placeholder, .wrap__form input[type="email"]::-moz-placeholder, .wrap__form input[type="password"]::-moz-placeholder, .wrap__form textarea::-moz-placeholder{
      -moz-transition: 0.3s;
      transition: 0.3s;
    }

.wrap__form input[type="text"]::placeholder,.wrap__form input[type="tel"]::placeholder,.wrap__form input[type="email"]::placeholder,.wrap__form input[type="password"]::placeholder,.wrap__form textarea::placeholder{
      transition: 0.3s;
    }

.wrap__form input[type="text"]:focus-visible,.wrap__form input[type="tel"]:focus-visible,.wrap__form input[type="email"]:focus-visible,.wrap__form input[type="password"]:focus-visible,.wrap__form textarea:focus-visible{
      outline: none !important;
    }

.wrap__form input[type="text"]:focus::-moz-placeholder, .wrap__form input[type="tel"]:focus::-moz-placeholder, .wrap__form input[type="email"]:focus::-moz-placeholder, .wrap__form input[type="password"]:focus::-moz-placeholder, .wrap__form textarea:focus::-moz-placeholder{
        color: transparent;
      }

.wrap__form input[type="text"]:focus::placeholder,.wrap__form input[type="tel"]:focus::placeholder,.wrap__form input[type="email"]:focus::placeholder,.wrap__form input[type="password"]:focus::placeholder,.wrap__form textarea:focus::placeholder{
        color: transparent;
      }

.wrap__form .wpforms-container .wpforms-field{
    padding: 0;
  }

.wrap__form .wpforms-container .wpforms-submit-container{
    padding: 0;
  }

.wrap__form button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

@media (min-width: 576px) {
    .wrap__form button {
      padding-left: 5rem !important;
      padding-right: 5rem !important;
    }
  }

.wrap__form .wpforms-field-container {
    margin-bottom: 1.5rem;
  }

.wrap__form .wpforms-field-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

.wrap__form .wpforms-container .wpforms-field input.wpforms-error{
    border-top:0;
    border-left: 0;
    border-right: 0;
  }

.wrap__form .wpforms-container .wpforms-field input.wpforms-error {
    --tw-border-opacity: 1;
    border-color: rgb(204 0 0 / var(--tw-border-opacity));
  }

.section-contact-form-partners input {
    width: 100% !important;
  }

@media (min-width: 992px) {
    .section-contact-form-partners input {
      width: 500px !important;
    }
  }

.section-contact-form-partners .wrap__form-partners {
    display: flex;
  }

.section-contact-form-partners .wrap__form-partners {
    flex-direction: column;
  }

.section-contact-form-partners .wrap__form-partners > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

@media (min-width: 576px) {
    .section-contact-form-partners .wrap__form-partners > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners {
      flex-direction: row;
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners {
      align-items: center;
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem * var(--tw-space-x-reverse));
      margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners {
      border-width: 1px;
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners {
      --tw-border-opacity: 1;
      border-color: rgb(222 222 222 / var(--tw-border-opacity));
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners .wrap__form-partners {
      padding: 2.75rem;
    }
  }

@media (min-width: 1200px) {
    .section-contact-form-partners .wrap__form-partners > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(3rem * var(--tw-space-x-reverse));
      margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }

.section-contact-form-partners .wrap__form-partners>div:first-of-type {
        width: 100%;
      }

@media (min-width: 992px) {
        .section-contact-form-partners .wrap__form-partners>div:first-of-type {
          width: 45%;
        }
      }

.section-contact-form-partners .wrap__form-partners>div:last-of-type {
        width: 100%;
      }

@media (min-width: 992px) {
        .section-contact-form-partners .wrap__form-partners>div:last-of-type {
          width: 55%;
        }
      }

.section-contact-form-partners img {
    height: 15rem;
  }

.section-contact-form-partners img {
    width: 100%;
  }

.section-contact-form-partners img {
    -o-object-fit: cover;
       object-fit: cover;
  }

@media (min-width: 576px) {
    .section-contact-form-partners img {
      height: 18rem;
    }
  }

@media (min-width: 768px) {
    .section-contact-form-partners img {
      height: 24rem;
    }
  }

@media (min-width: 992px) {
    .section-contact-form-partners img {
      height: 400px;
    }
  }

@media (min-width: 576px) {
      .two__products>div:nth-of-type(1),.two__products>div:nth-of-type(3) {
        grid-column-start: 1;
      }
    }

@media (min-width: 576px) {
      .two__products>div:nth-of-type(1),.two__products>div:nth-of-type(3) {
        grid-column-end: 3;
      }
    }

@media (min-width: 576px) {
      .two__products>div:nth-of-type(3) {
        grid-row-start: 2;
      }
    }

@media (min-width: 576px) {
      .two__products>div:nth-of-type(3) {
        grid-row-end: 3;
      }
    }

@media (min-width: 576px) {
      .one__product>div:nth-of-type(1) {
        grid-column-start: 1;
      }
    }

@media (min-width: 576px) {
      .one__product>div:nth-of-type(1) {
        grid-column-end: 3;
      }
    }

.card__product-long .wrap__image {
    position: relative;
  }

.card__product-long .wrap__image {
    height: 18rem;
  }

.card__product-long .wrap__image {
    width: 100%;
  }

@media (min-width: 576px) {
    .card__product-long .wrap__image {
      height: 100%;
    }
  }

@media (min-width: 576px) {
    .card__product-long .wrap__image {
      width: 50%;
    }
  }

.card__product-long .wrap__image img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

.card__product-long .label__img{
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    top: 8px;
    right: 8px;
  }

.card__product-long .wrap__price{
    font-weight: 600 !important;
  }

@media (min-width: 576px) {
      .main__products>div:nth-of-type(1) {
        grid-column-start: 1;
      }
    }

@media (min-width: 576px) {
      .main__products>div:nth-of-type(1) {
        grid-column-end: 3;
      }
    }

@media (min-width: 992px) {
      .main__products>div:nth-of-type(1) {
        grid-column-start: auto;
      }
    }

@media (min-width: 992px) {
      .main__products>div:nth-of-type(1) {
        grid-column-end: auto;
      }
    }

.custom-underline{
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.add__cart{
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.add__cart:hover{
    opacity: 0.7;
  }

.sku{
  color: #BCBCBC;
}

.section-related{
  overflow: hidden;
}

.section-related .products {
    display: flex;
  }

.section-related .products {
    gap: 1rem;
  }

.section-related .products {
    overflow: auto;
  }

@media (min-width: 576px) {
    .section-related .products {
      display: grid;
    }
  }

@media (min-width: 576px) {
    .section-related .products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 576px) {
    .section-related .products {
      gap: 1.5rem;
    }
  }

@media (min-width: 768px) {
    .section-related .products {
      gap: 2rem;
    }
  }

@media (min-width: 992px) {
    .section-related .products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

@media (min-width: 992px) {
    .section-related .products {
      gap: 2.5rem;
    }
  }

.section-related .products::-webkit-scrollbar {
      visibility: hidden;
      opacity: 0;
      z-index: -1;
    }

.section-related .card__product {
    min-width: 280px;
  }

@media (min-width: 576px) {
    .section-related .card__product {
      min-width: 0px;
    }
  }

.added_to_cart{
  display: none !important;
}

.btn__filters:after{
    content: url("../resources/img/chevron_grey.svg");
  }

.btn__filters:after {
    margin-left: 0.375rem;
  }

.selectize-input{
  height: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 29 29 / var(--tw-text-opacity)) !important
}

@media (min-width: 576px) {
  .selectize-input {
    justify-content: space-between;
  }
}

.selectize-input input{
    position: absolute !important;
    opacity: 0 !important;
    height: 0 !important;
  }

.selectize-dropdown-content{
  background: #fff;
}

.selectize-dropdown-content .option{
    transition: 0.3s;
    padding: 10px !important;
  }

.selectize-dropdown-content .option:hover{
      background: #f7f7f7;
    }

.selectize-dropdown-content .option.selected {
      --tw-bg-opacity: 1;
      background-color: rgb(226 35 26 / var(--tw-bg-opacity));
    }

.selectize-dropdown-content .option.selected {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.item{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}

.selectize-dropdown .active:not(.selected){
  background: #f7f7f7;
}

.selectize-input.dropdown-active{
  border-radius: 0 !important;
}

.selectize-control.single .selectize-input:after{
  content: url("../resources/img/chevron_grey.svg");
  border: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  top: -1px !important;
  left: 0 !important;
}

.selectize-dropdown{
  border: 1px solid #d0d0d0 !important;
  min-width: 150px !important;
}

.custom__filters{
  transition: 0.3s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.custom__filters .wrap__filters{
    transition: 0.3s;
  }

.custom__filters .wrap__filters {
    position: relative;
  }

.custom__filters .wrap__filters {
    left: -100%;
  }

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

.custom__filters .wrap__filters {
    display: flex;
  }

.custom__filters .wrap__filters {
    height: 100%;
  }

.custom__filters .wrap__filters {
    width: 100%;
  }

.custom__filters .wrap__filters {
    flex-direction: column;
  }

.custom__filters .wrap__filters {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

@media (min-width: 576px) {
    .custom__filters .wrap__filters {
      left: -320px;
    }
  }

@media (min-width: 576px) {
    .custom__filters .wrap__filters {
      width: 320px;
    }
  }

.custom__filters .wrap__close-filters {
    display: flex;
  }

.custom__filters .wrap__close-filters {
    align-items: center;
  }

.custom__filters .wrap__close-filters {
    justify-content: space-between;
  }

.custom__filters .wrap__close-filters {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  }

.custom__filters .wrap__close-filters {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.custom__filters .wrap__close-filters {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

.custom__filters .hamburger__filters{
    height: 16px;
    width: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

.custom__filters .hamburger__filters span{
      width: 100%;
      height: 1px;
      position: relative;
      display: block;
      border-radius: 10px;
      transition: 0.3s
    }

.custom__filters .hamburger__filters span {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.custom__filters .hamburger__filters span:nth-of-type(1).rotate__line{
          transform: rotate(135deg) translate(6px, -6px);
        }

.custom__filters .hamburger__filters span:nth-of-type(2).rotate__line{
          opacity: 0;
        }

.custom__filters .hamburger__filters span:nth-of-type(3).rotate__line{
          transform: rotate(45deg) translate(-4px, -4px);
        }

.custom__filters .inner__filters {
    display: flex;
  }

.custom__filters .inner__filters {
    flex-direction: column;
  }

.custom__filters .inner__filters {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.custom__filters .inner__filters {
    font-size: 16px;
  }

.custom__filters .inner__filters .values {
      display: flex;
    }

.custom__filters .inner__filters .values {
      display: none;
    }

.custom__filters .inner__filters .values {
      flex-direction: column;
    }

.custom__filters .inner__filters .values > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

.custom__filters .inner__filters .values {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }

.custom__filters .inner__filters .chevron{
      transition: 0.3s;
    }

.custom__filters .inner__filters .headline {
      display: flex;
    }

.custom__filters .inner__filters .headline {
      width: 100%;
    }

.custom__filters .inner__filters .headline {
      align-items: center;
    }

.custom__filters .inner__filters .headline {
      justify-content: space-between;
    }

.custom__filters .inner__filters .headline {
      border-bottom-width: 1px;
    }

.custom__filters .inner__filters .headline {
      --tw-border-opacity: 1;
      border-color: rgb(222 222 222 / var(--tw-border-opacity));
    }

.custom__filters .inner__filters .headline {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

.custom__filters .inner__filters .headline {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }

.custom__filters .inner__filters .headline{
      transition: 0.3s;
      cursor: pointer
    }

.custom__filters .main__btn{
    min-width: 0 !important;
  }

.wrap__checkbox{
  display: flex;
}

.wrap__checkbox input {
    display: none;
  }

.wrap__checkbox input:checked~label:after{
          width: 6px;
          height: 12px;
          border-width: 0 1px 1px 0;
          transform: rotate(45deg);
          display: block;
          content: '';
          left: 7.5px;
          top: 3px;
          position: absolute;
        }

.wrap__checkbox input:checked~label:after {
          --tw-border-opacity: 1;
          border-color: rgb(151 151 151 / var(--tw-border-opacity));
        }

.wrap__checkbox label{
    display: flex;
    align-items: center;
    position: relative;
  }

.wrap__checkbox label:before{
      content: '';
      min-width: 20px;
      height: 20px;
    }

.wrap__checkbox label:before {
      position: relative;
    }

.wrap__checkbox label:before {
      margin-right: 0.625rem;
    }

.wrap__checkbox label:before {
      display: block;
    }

.wrap__checkbox label:before {
      border-width: 1px;
    }

.wrap__checkbox label:before {
      --tw-border-opacity: 1;
      border-color: rgb(151 151 151 / var(--tw-border-opacity));
    }

.wrap__checkbox label{
    font-size: 13px;
  }

.wrap__characteristic .divider{
    border: 1px dashed #E3DDD5;
    width: 100%;
    height: 1px;
    position: relative;
    min-width: 120px;
    bottom: -10px;
  }

.wrap__characteristic .divider {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

.wrap__characteristic .divider {
    display: none;
  }

.wrap__characteristic .divider {
    flex: 1 1 0%;
  }

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

.wrap__characteristic ul li span:first-of-type{
          max-width: 50%;
          min-width: -moz-max-content;
          min-width: max-content;
        }

@media (min-width: 768px) {
          .wrap__characteristic ul li span:last-of-type {
            text-align: right;
          }
        }

.wrap__characteristic .inner__characteristic{
    border-color: #EFEFEF;
  }

.wrap__characteristic .inner__characteristic {
    display: flex;
  }

.wrap__characteristic .inner__characteristic {
    flex-direction: column;
  }

.wrap__characteristic .inner__characteristic {
    border-bottom-width: 1px;
  }

.wrap__characteristic .inner__characteristic {
    padding-bottom: 0.375rem;
  }

.wrap__characteristic .inner__characteristic {
    line-height: 1;
  }

@media (min-width: 768px) {
    .wrap__characteristic .inner__characteristic {
      flex-direction: row;
    }
  }

@media (min-width: 768px) {
    .wrap__characteristic .inner__characteristic {
      border-style: none;
    }
  }

@media (min-width: 768px) {
    .wrap__characteristic .inner__characteristic {
      padding-bottom: 0px;
    }
  }

.wrap__product-content {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.wrap__product-content img{
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.wrap__product-content img {
    height: 20rem;
  }

@media (min-width: 768px) {
    .wrap__product-content img {
      height: 490px;
    }
  }

.wrap__product-content h2:after,.wrap__product-content h3:after{
      content: none;
    }

.wrap__product-content h2,.wrap__product-content h3{
    margin-bottom: 16px;
  }

.wrap__product-content p{
    margin-bottom: 16px;
  }

.wrap__product-content p:last-of-type{
      margin-bottom: 0;
    }

.wrap__pagination {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .wrap__pagination {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .wrap__pagination {
    margin-top: 4rem;
  }
}

.wrap__pagination a,.wrap__pagination span {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.wrap__pagination a,.wrap__pagination span {
    font-size: 16px;
  }

.wrap__pagination .current {
    border-bottom-width: 2px;
  }

.wrap__pagination .current {
    --tw-border-opacity: 1;
    border-color: rgb(226 35 26 / var(--tw-border-opacity));
  }

.wrap__pagination .current {
    font-weight: 600;
  }

.wrap__pagination .current {
    --tw-text-opacity: 1;
    color: rgb(226 35 26 / var(--tw-text-opacity));
  }

.selectize-input{
  cursor: pointer;
  transition: 0.3s;
}

.selectize-input:hover{
    opacity: 0.7;
  }

.woocommerce-checkout h3{
    font-family: 'Montserrat',sans-serif;
  }

.woocommerce-checkout h3 {
    margin-bottom: 1.25rem;
  }

.woocommerce-checkout h3 {
    font-size: 18px;
  }

.woocommerce-checkout h3 {
    font-weight: 600;
  }

@media (min-width: 992px) {
    .woocommerce-checkout h3 {
      margin-bottom: 1.75rem;
    }
  }

@media (min-width: 992px) {
    .woocommerce-checkout h3 {
      font-size: 21px;
    }
  }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    row-gap: 2.5rem;
  }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p{
      display: flex;
    }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
      width: 100%;
    }

@media (min-width: 576px) {
      .woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
        width: calc(50% - 8px);
      }
    }

@media (min-width: 768px) {
      .woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
        width: calc(50% - 20px);
      }
    }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label{
      display: none !important;
    }

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper{
      width: 100%;
    }

#billing_country_field{
  display: none;
}

.woocommerce-input-wrapper .selectize-control {
    border-bottom-width: 1px;
  }

.woocommerce-input-wrapper .selectize-control {
    --tw-border-opacity: 1;
    border-color: rgb(151 151 151 / var(--tw-border-opacity));
  }

.woocommerce-input-wrapper .selectize-input {
    padding-left: 0px;
    padding-right: 0px;
  }

.woocommerce-input-wrapper .selectize-input {
    padding-top: 0px;
  }

.woocommerce-input-wrapper .selectize-input {
    padding-bottom: 0.5rem;
  }

.woocommerce-input-wrapper .selectize-input .item {
      --tw-text-opacity: 1;
      color: rgb(151 151 151 / var(--tw-text-opacity));
    }

textarea{
  resize: none !important;
}

.woocommerce-additional-fields__field-wrapper{
  display: none;
}

.remove__checkout{
  content: url("../resources/img/remove_checkout.svg");
  width: 30px;
  height: 30px;
}

.woocommerce-Price-currencySymbol{
  margin-right: 0.25rem;
}

span.xoo-wsc-sc-count{
  transition: 0.2s;
  position: absolute;
  left: 0.5rem;
  bottom: -0.5rem;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card__product{
  background: linear-gradient(180deg, rgba(251, 251, 251, 0.5) 0%, rgba(245, 245, 245, 0.5) 100%);
}

.card__product .variations_button .quantity{
      display: none !important;
    }

.card__product .reset_variations{
    display: none !important;
  }

.card__product .item{
    font-size: 16px !important;
    margin-right: 8px !important;
  }

.card__product .selectize-input{
    justify-content: flex-end !important;
    padding:0 !important;
  }

.card__product .variations {
    margin-bottom: 1.5rem;
  }

.card__product .variations th,.card__product .variations td {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }

.card__product .variations th,.card__product .variations td {
      padding-right: 0px !important;
    }

.card__product .variations td {
      padding-left: 0.5rem !important;
    }

.card__product .wrap__taste {
    margin-bottom: 1rem;
  }

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

.card__product .wrap__taste .headline {
      margin-bottom: 0.5rem;
    }

.card__product .wrap__taste .headline {
      font-size: 13px;
    }

@media (min-width: 768px) {
      .card__product .wrap__taste .headline {
        font-size: 14px;
      }
    }

.card__product .inner__taste{
    display: flex;
    flex-direction: column;
  }

.wrap__taste {
  display: flex;
}

.wrap__taste .headline {
    font-size: 14px;
  }

.wrap__taste .headline {
    font-weight: 600;
  }

.wrap__taste .headline {
    --tw-text-opacity: 1;
    color: rgb(60 60 60 / var(--tw-text-opacity));
  }

.section-single-product .wrap__taste {
    flex-direction: column;
  }

.section-single-product .wrap__taste {
    justify-content: space-between;
  }

.section-single-product .wrap__taste > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

@media (min-width: 576px) {
    .section-single-product .wrap__taste {
      flex-direction: row;
    }
  }

@media (min-width: 576px) {
    .section-single-product .wrap__taste > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
  }

@media (min-width: 1200px) {
    .section-single-product .wrap__taste {
      justify-content: flex-start;
    }
  }

@media (min-width: 1200px) {
    .section-single-product .wrap__taste > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(2.5rem * var(--tw-space-x-reverse));
      margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }

.section-single-product .wrap__taste .headline {
      margin-right: 1rem;
    }

@media (min-width: 576px) {
      .section-single-product .wrap__taste .headline {
        margin-right: 0.625rem;
      }
    }

.section-single-product .inner__taste{
    display: flex;
    align-items: center;
  }

.section-single-product .inner__taste .headline {
      width: 90px;
    }

@media (min-width: 576px) {
      .section-single-product .inner__taste .headline {
        width: -moz-max-content;
        width: max-content;
      }
    }

.section-single-product .variations tr{
      border-bottom: 1px solid #F1F1F1
    }

.section-single-product .variations tr {
      display: flex;
    }

.section-single-product .variations tr {
      align-items: center;
    }

.section-single-product .variations tr {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

.section-single-product .variations tr:first-of-type{
        border-top: 1px solid #F1F1F1;
      }

.section-single-product .variations th,.section-single-product .variations td{
      width: -moz-max-content !important;
      width: max-content !important;
    }

.section-single-product .variations td {
      padding-left: 0.5rem !important;
    }

.section-single-product .variations .selectize-input{
      width: -moz-max-content !important;
      width: max-content !important;
      padding: 0 !important;
    }

.section-single-product .variations .reset_variations{
      display: none !important;
    }

.section-single-product .woocommerce-variation-add-to-cart{
    display: flex;
  }

.section-single-product .woocommerce-variation-add-to-cart .main__btn {
      display: none;
    }

@media (min-width: 576px) {
      .section-single-product .woocommerce-variation-add-to-cart .main__btn {
        display: flex;
      }
    }

.section-single-product .item{
    font-weight: 500;
  }

.section-single-product .price{
    font-family: 'Lighthaus',sans-serif;
  }

.section-single-product .price {
    font-size: 32px;
  }

.section-single-product .price {
    font-weight: 300;
  }

.section-single-product .price__weight,.section-single-product .separator{
    font-family: 'Lighthaus',sans-serif;
  }

.section-single-product .price__weight,.section-single-product .separator {
    font-size: 14px;
  }

.section-single-product .single_variation_wrap {
    margin-bottom: 1.25rem;
  }

@media (min-width: 576px) {
    .section-single-product .single_variation_wrap {
      margin-bottom: 0px;
    }
  }

.section-single-product .quantity{
    width: 100%;
    height: 100%;
  }

.section-single-product .quantity input{
      width: 100%;
      height: 100%;
      text-align: center;
    }

.section-single-product .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

.section-single-product .quantity input:focus{
        outline: none !important;
      }

.section-single-product .woocommerce-variation-price{
    display: flex;
    align-items: flex-end;
    line-height: 1 !important;
  }

.section-single-product .woocommerce-variation-price bdi{
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-end;
    }

.section-single-product .woocommerce-variation-price .woocommerce-Price-currencySymbol{
      margin-right: 0 !important;
    }

.section-single-product .woocommerce-variation-price del {
      margin-left: 0.5rem;
    }

.section-single-product .woocommerce-variation-price del {
      font-size: 14px;
    }

@media (min-width: 768px) {
      .section-single-product .woocommerce-variation-price del {
        font-size: 16px;
      }
    }

@media (min-width: 1200px) {
      .section-single-product .woocommerce-variation-price del {
        margin-left: 0.625rem;
      }
    }

@media (min-width: 1200px) {
      .section-single-product .woocommerce-variation-price del {
        font-size: 18px;
      }
    }

.section-single-product .wrap__quantity {
    margin-right: 0.5rem;
  }

.section-single-product .wrap__quantity {
    display: flex;
  }

.section-single-product .wrap__quantity {
    align-items: center;
  }

.section-single-product .wrap__quantity {
    border-width: 1px;
  }

.section-single-product .wrap__quantity {
    --tw-border-opacity: 1;
    border-color: rgb(222 222 222 / var(--tw-border-opacity));
  }

.section-single-product .wrap__variations {
    margin-bottom: 1.5rem;
  }

.section-single-product .wrap__variations {
    display: flex;
  }

.section-single-product .wrap__variations {
    flex-direction: column;
  }

.section-single-product h2 {
    margin-bottom: 1rem;
  }

.section-single-product h2 {
    font-size: 32px;
  }

.section-single-product .wrap__content {
    font-size: 14px;
  }

.section-single-product .select2 {
    top: -3px;
  }

@media (min-width: 768px) {
    .section-single-product .select2 {
      top: -1px;
    }
  }

.card__product .wrap__price{
    font-weight: 600 !important;
  }

.card__product .wholesale__btn,.card__product .price__weight,.card__product .wrap__quantity{
    display: none;
  }

.card__product .wrap__variations {
    display: flex;
  }

.card__product .wrap__variations {
    flex-direction: column;
  }

.card__product .woocommerce-variation-price .separator{
      display: none;
    }

.card__product .selectize-control.single .selectize-input:after,.section-single-product .selectize-control.single .selectize-input:after{
    content: url("../resources/img/chevron_product.svg");
  }

.woocommerce-product-gallery{
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery img{
    height: 473px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.section-checkout .woocommerce-notices-wrapper{
    display: none;
  }

.section-checkout .selectize-input{
    justify-content: space-between !important;
  }

.section-checkout textarea{
    height: 120px !important;
  }

.section-login,.section-registration,.section-thank-you,.section-lost-password,.section-404 {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.section-login .woocommerce-form,.section-login .woocommerce-ResetPassword,.section-registration .woocommerce-form,.section-registration .woocommerce-ResetPassword,.section-thank-you .woocommerce-form,.section-thank-you .woocommerce-ResetPassword,.section-lost-password .woocommerce-form,.section-lost-password .woocommerce-ResetPassword,.section-404 .woocommerce-form,.section-404 .woocommerce-ResetPassword {
    width: 100%;
  }

@media (min-width: 768px) {
    .section-login .woocommerce-form,.section-login .woocommerce-ResetPassword,.section-registration .woocommerce-form,.section-registration .woocommerce-ResetPassword,.section-thank-you .woocommerce-form,.section-thank-you .woocommerce-ResetPassword,.section-lost-password .woocommerce-form,.section-lost-password .woocommerce-ResetPassword,.section-404 .woocommerce-form,.section-404 .woocommerce-ResetPassword {
      max-width: 480px;
    }
  }

.section-login .woocommerce-form .woocommerce-form-row,.section-login .woocommerce-ResetPassword .woocommerce-form-row,.section-registration .woocommerce-form .woocommerce-form-row,.section-registration .woocommerce-ResetPassword .woocommerce-form-row,.section-thank-you .woocommerce-form .woocommerce-form-row,.section-thank-you .woocommerce-ResetPassword .woocommerce-form-row,.section-lost-password .woocommerce-form .woocommerce-form-row,.section-lost-password .woocommerce-ResetPassword .woocommerce-form-row,.section-404 .woocommerce-form .woocommerce-form-row,.section-404 .woocommerce-ResetPassword .woocommerce-form-row{
      display: flex;
      flex-direction: column;
    }

.section-login h1, .section-registration h1, .section-thank-you h1, .section-lost-password h1, .section-404 h1 {
    margin-bottom: 3rem;
  }

.section-login h1, .section-registration h1, .section-thank-you h1, .section-lost-password h1, .section-404 h1 {
    display: flex;
  }

.section-login h1, .section-registration h1, .section-thank-you h1, .section-lost-password h1, .section-404 h1 {
    flex-direction: column;
  }

@media (min-width: 576px) {
    .section-login h1, .section-registration h1, .section-thank-you h1, .section-lost-password h1, .section-404 h1 {
      align-items: center;
    }
  }

@media (min-width: 992px) {
    .section-login h1, .section-registration h1, .section-thank-you h1, .section-lost-password h1, .section-404 h1 {
      margin-bottom: 4rem;
    }
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    display: flex;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    width: 100%;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    max-width: 768px;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    flex-direction: column;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    align-items: center;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    border-width: 1px;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    --tw-border-opacity: 1;
    border-color: rgb(222 222 222 / var(--tw-border-opacity));
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

@media (min-width: 576px) {
    .section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

@media (min-width: 576px) {
    .section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
      padding-top: 4rem;
    }
  }

@media (min-width: 576px) {
    .section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
      padding-bottom: 5rem;
    }
  }

@media (min-width: 992px) {
    .section-login .wrap__form, .section-registration .wrap__form, .section-thank-you .wrap__form, .section-lost-password .wrap__form, .section-404 .wrap__form {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

.woocommerce-notices-wrapper{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}

.woocommerce-notices-wrapper ul{
    margin-bottom: 0 !important;
  }

.woocommerce-privacy-policy-text{
  display: none;
}

.section-checkout input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

.section-checkout input:focus{
      outline: 0;
    }

.section-checkout .quantity input{
      width: 24px !important;
    }

.wrap__wholesale{
  display: flex;
  flex-direction: column;
}

.wrap__wholesale .inner__wholesale{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F1F1F1
  }

.wrap__wholesale .inner__wholesale {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.wrap__wholesale .inner__wholesale:first-of-type{
      border-top: 1px solid #F1F1F1;
    }

.section-thank-you h1 {
  max-width: 700px;
}

.wrap__radio input{
    display: none;
  }

.wrap__radio input:checked~label:after{
          visibility: visible;
          opacity: 1;
        }

.wrap__radio label{
    display: flex !important;
    align-items: center;
    position: relative;
  }

.wrap__radio label:before{
      content: '';
      min-width: 19px;
      height: 19px;
    }

.wrap__radio label:before {
      margin-right: 0.625rem;
    }

.wrap__radio label:before {
      display: flex;
    }

.wrap__radio label:before {
      border-radius: 9999px;
    }

.wrap__radio label:before {
      border-width: 1px;
    }

.wrap__radio label:before {
      --tw-border-opacity: 1;
      border-color: rgb(29 29 29 / var(--tw-border-opacity));
    }

.wrap__radio label:after{
      content: '';
      left: 2.5px;
      width: 14px;
      height: 14px;
      visibility: hidden;
      opacity: 0;
    }

.wrap__radio label:after {
      position: absolute;
    }

.wrap__radio label:after {
      border-radius: 9999px;
    }

.wrap__radio label:after {
      --tw-bg-opacity: 1;
      background-color: rgb(29 29 29 / var(--tw-bg-opacity));
    }

.woocommerce-shipping-methods {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.woocommerce ul#shipping_method li,.wc_payment_methods li{
  margin-bottom: 20px !important;
}

.woocommerce ul#shipping_method li:last-of-type,.wc_payment_methods li:last-of-type{
    margin-bottom: 0 !important;
  }

.woocommerce ul#shipping_method li .woocommerce-Price-amount,.wc_payment_methods li .woocommerce-Price-amount{
    margin-left: 8px;
  }

.woocommerce-checkout-payment{
  background: transparent !important;
}

.woocommerce-checkout-payment .payment_box{
    display: none !important;
  }

.woocommerce-checkout-payment .payment_methods{
    padding: 0 !important;
  }

.wrap__payment {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) {
    .wrap__payment>div {
      width: calc(50% - 20px);
    }
  }

.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 0 !important;
}

.order_comments_field label{
    display: none;
  }

.section-product-category .selectize-dropdown{
    border: 0 !important;
  }

.woocommerce-product-gallery a{
    cursor: auto;
    pointer-events: none;
  }

.section-related .main__btn,.section-bestsellers .main__btn{
    display: none !important;
  }

.section-single-product .add__cart{
    display: none !important;
  }

.section-single-product .selectize-dropdown{
    text-align: left !important;
  }

#order_review .woocommerce-Price-amount{
    font-weight: 600 !important;
  }

.wrap__variations .select2.select2-container{
    display: flex;
    text-align: left;
    width: -moz-max-content !important;
    width: max-content !important;
    min-width: 0 !important;
  }

.wrap__variations .select2.select2-container .selection{
      width: 100%;
    }

.wrap__variations .select2-container--default .select2-selection--single{
      background: transparent !important;
      border: 0 !important;
      border-radius: 0px !important;
    }

.wrap__variations .select2-selection__arrow b{
      display: none;
    }

.wrap__variations .select2-selection__arrow:after{
      content: url("../resources/img/chevron_product.svg");
      display: flex;
      justify-content: center;
    }

.select2-container .select2-dropdown{
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    border-style: solid !important;
  }

.select2-container .select2-dropdown {
    border-top-width: 1px !important;
  }

.select2-container .select2-dropdown {
    --tw-border-opacity: 1 !important;
    border-color: rgb(151 151 151 / var(--tw-border-opacity)) !important;
  }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 35 26 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce-additional-fields__field-wrapper .notes label{
      display: none !important;
    }

#payment .place-order{
    display: none !important;
  }

.section-bestsellers .card__product {
    min-width: 80vw;
  }

@media (min-width: 576px) {
    .section-bestsellers .card__product {
      min-width: 0px;
    }
  }

.section-single-product .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.25rem;
  }

@media (min-width: 768px) {
    .section-single-product .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 1px;
    }
  }

.woocommerce-account-fields .create-account{
    display: none !important;
  }

.section-related .card__product .add__cart~form{
      display: none !important;
    }

.single__button-cart {
  display: flex;
  width: 100%;
}

@media (min-width: 576px) {
  .single__button-cart {
    display: none;
  }
}

.wrap__main-headline {
  max-width: 700px;
}

.wrap__main-headline * {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.wrap__main-headline>div {
    max-width: 470px;
  }

.main__height .overlay {
    z-index: -1;
  }

.main__height .overlay {
    background-color: rgb(29 29 29 / 0.5);
  }

.wrap__main-headline p{
    line-height: 1.5 !important;
  }

.wrap__reverse {
  position: relative;
  display: flex;
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .wrap__reverse {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrap__reverse:nth-child(even) {
    flex-direction: row;
  }
}

.wrap__reverse:nth-of-type(even) {
    flex-direction: column-reverse;
  }

@media (min-width: 992px) {
    .wrap__reverse:nth-of-type(even) {
      flex-direction: row;
    }
  }

.wrap__reverse:nth-of-type(even) .wrap__description {
      margin-bottom: 2rem;
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(even) .wrap__description {
        margin-bottom: 0px;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(even) .wrap__description {
        padding-right: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse:nth-of-type(even) .wrap__description {
        padding-right: 2.5rem;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(even) .wrap__image {
        margin-right: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse:nth-of-type(even) .wrap__image {
        margin-right: 2.5rem;
      }
    }

.wrap__reverse:nth-of-type(odd) {
    flex-direction: column-reverse;
  }

@media (min-width: 992px) {
    .wrap__reverse:nth-of-type(odd) {
      flex-direction: row-reverse;
    }
  }

.wrap__reverse:nth-of-type(odd) .wrap__description {
      margin-bottom: 2rem;
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(odd) .wrap__description {
        margin-bottom: 0px;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(odd) .wrap__description {
        padding-left: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse:nth-of-type(odd) .wrap__description {
        padding-left: 2.5rem;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse:nth-of-type(odd) .wrap__image {
        margin-left: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse:nth-of-type(odd) .wrap__image {
        margin-left: 2.5rem;
      }
    }

.wrap__reverse>div {
    width: 100%;
  }

@media (min-width: 992px) {
    .wrap__reverse>div {
      width: 50%;
    }
  }

.wrap__reverse-second {
  position: relative;
  display: flex;
}

@media (min-width: 992px) {
  .wrap__reverse-second:nth-child(even) {
    flex-direction: row;
  }
}

.wrap__reverse-second:nth-of-type(even) {
    flex-direction: column;
  }

@media (min-width: 992px) {
    .wrap__reverse-second:nth-of-type(even) {
      flex-direction: row-reverse;
    }
  }

.wrap__reverse-second:nth-of-type(even) .wrap__image {
      margin-bottom: 2rem;
    }

@media (min-width: 992px) {
      .wrap__reverse-second:nth-of-type(even) .wrap__image {
        margin-left: 1.5rem;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse-second:nth-of-type(even) .wrap__image {
        margin-bottom: 0px;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse-second:nth-of-type(even) .wrap__image {
        margin-left: 2.5rem;
      }
    }

.wrap__reverse-second:nth-of-type(odd) {
    flex-direction: column;
  }

@media (min-width: 992px) {
    .wrap__reverse-second:nth-of-type(odd) {
      flex-direction: row;
    }
  }

.wrap__reverse-second:nth-of-type(odd) .wrap__image {
      margin-bottom: 2rem;
    }

@media (min-width: 992px) {
      .wrap__reverse-second:nth-of-type(odd) .wrap__image {
        margin-right: 1.5rem;
      }
    }

@media (min-width: 992px) {
      .wrap__reverse-second:nth-of-type(odd) .wrap__image {
        margin-bottom: 0px;
      }
    }

@media (min-width: 1200px) {
      .wrap__reverse-second:nth-of-type(odd) .wrap__image {
        margin-right: 2.5rem;
      }
    }

.wrap__reverse-second>div {
    width: 100%;
  }

@media (min-width: 992px) {
    .wrap__reverse-second>div {
      width: 50%;
    }
  }

.section-contact-form .wrap__form button {
      width: 100%;
    }

.section-coffee-shops .wrap__image {
    margin-bottom: 1.25rem !important;
  }

@media (min-width: 992px) {
    .section-coffee-shops .wrap__image {
      margin-bottom: 0px !important;
    }
  }

.wrap__coaches {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .wrap__coaches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .wrap__coaches {
    margin-bottom: 5rem;
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .wrap__coaches {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .wrap__coaches {
    margin-bottom: 7rem;
    gap: 2.5rem;
  }
}

.wrap__coaches .description ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

.wrap__coaches .image {
    margin-bottom: 1rem;
  }

@media (min-width: 768px) {
    .wrap__coaches .image {
      margin-bottom: 1.25rem;
    }
  }

.wrap__coaches .image img {
      height: 230px;
    }

.wrap__coaches .image img {
      width: 100%;
    }

.wrap__coaches .image img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.section-content .wrap__content>*:first-of-type {
        margin-top: 0px !important;
      }

.section-content .wrap__content h2:after{
        content:none;
      }

.section-content .wrap__content h3 {
      margin-top: 1.5rem;
    }

.section-content .wrap__content h3 {
      margin-bottom: 1rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h3 {
        margin-top: 2rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h3 {
        margin-top: 3rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h3 {
        margin-bottom: 1.25rem;
      }
    }

@media (min-width: 1200px) {
      .section-content .wrap__content h3 {
        margin-top: 4rem;
      }
    }

.section-content .wrap__content ul > :not([hidden]) ~ :not([hidden]),.section-content .wrap__content ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

.section-content .wrap__content ul {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
    }

.section-content .wrap__content ul li {
        display: flex;
      }

.section-content .wrap__content ul li {
        align-items: center;
      }

.section-content .wrap__content ul li {
        --tw-text-opacity: 1;
        color: rgb(72 72 72 / var(--tw-text-opacity));
      }

.section-content .wrap__content ul li:before{
          content: '';
          min-width: 6px;
          height: 6px;
          display: flex;
        }

.section-content .wrap__content ul li:before {
          margin-right: 0.375rem;
        }

.section-content .wrap__content ul li:before {
          border-radius: 9999px;
        }

.section-content .wrap__content ul li:before {
          --tw-bg-opacity: 1;
          background-color: rgb(226 35 26 / var(--tw-bg-opacity));
        }

.section-content .wrap__content p {
      margin-bottom: 1.25rem;
    }

.section-content .wrap__content p:last-of-type {
        margin-bottom: 0px;
      }

.section-content blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }

.section-content blockquote {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

.section-content blockquote {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.section-content blockquote {
    font-size: 16px;
  }

.section-content blockquote {
    font-weight: 600;
  }

@media (min-width: 576px) {
    .section-content blockquote {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 768px) {
    .section-content blockquote {
      padding: 1.5rem;
    }
  }

@media (min-width: 768px) {
    .section-content blockquote {
      font-size: 18px;
    }
  }

@media (min-width: 992px) {
    .section-content blockquote {
      padding: 2.5rem;
    }
  }

@media (min-width: 992px) {
    .section-content blockquote {
      font-size: 21px;
    }
  }

.section-single-course .about__course {
    position: relative;
  }

.section-single-course .about__course {
    display: flex;
  }

.section-single-course .about__course {
    height: -moz-max-content;
    height: max-content;
  }

.section-single-course .about__course {
    width: 100%;
  }

.section-single-course .about__course {
    flex-direction: column;
  }

.section-single-course .about__course {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

.section-single-course .about__course {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

@media (min-width: 576px) {
    .section-single-course .about__course {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

@media (min-width: 576px) {
    .section-single-course .about__course {
      padding-top: 2rem;
    }
  }

@media (min-width: 576px) {
    .section-single-course .about__course {
      padding-bottom: 2.5rem;
    }
  }

@media (min-width: 992px) {
    .section-single-course .about__course {
      position: sticky;
    }
  }

@media (min-width: 992px) {
    .section-single-course .about__course {
      top: 6rem;
    }
  }

@media (min-width: 992px) {
    .section-single-course .about__course {
      width: 360px;
    }
  }

.section-single-course .about__course ul li {
        display: flex;
      }

.section-single-course .about__course ul li {
        width: 100%;
      }

.section-single-course .about__course ul li {
        justify-content: space-between;
      }

.section-single-course .about__course ul li span {
          font-size: 16px;
        }

@media (min-width: 992px) {
          .section-single-course .about__course ul li span {
            font-size: 18px;
          }
        }

.section-single-course .about__course ul li span:first-of-type {
            --tw-text-opacity: 1;
            color: rgb(72 72 72 / var(--tw-text-opacity));
          }

.section-single-course .about__course ul li span:last-of-type {
            font-weight: 500;
          }

.section-single-course.section__margin {
    margin-bottom: 2rem;
  }

@media (min-width: 576px) {
    .section-single-course.section__margin {
      margin-bottom: 3rem;
    }
  }

@media (min-width: 992px) {
    .section-single-course.section__margin {
      margin-bottom: 4rem;
    }
  }

.section-our-courses .wrap__image {
    margin-bottom: 1.25rem;
  }

.section-our-courses .wrap__image {
    height: 13rem;
  }

@media (min-width: 576px) {
    .section-our-courses .wrap__image {
      height: 18rem;
    }
  }

@media (min-width: 768px) {
    .section-our-courses .wrap__image {
      height: 400px;
    }
  }

@media (min-width: 992px) {
    .section-our-courses .wrap__image {
      margin-bottom: 0px;
    }
  }

.section-our-courses .wrap__description{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.section-our-courses .wrap__description ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

@media (min-width: 768px) {
      .section-our-courses .wrap__description ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
      }
    }

@media (min-width: 992px) {
      .section-our-courses .wrap__description ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
      }
    }

.section-our-courses .wrap__description ul li {
        display: flex;
      }

.section-our-courses .wrap__description ul li {
        justify-content: space-between;
      }

.section-our-courses .wrap__description ul li span {
          font-size: 16px;
        }

@media (min-width: 992px) {
          .section-our-courses .wrap__description ul li span {
            font-size: 18px;
          }
        }

.section-our-courses .wrap__description ul li span:first-of-type {
            --tw-text-opacity: 1;
            color: rgb(72 72 72 / var(--tw-text-opacity));
          }

.section-our-courses .wrap__description ul li span:last-of-type {
            font-weight: 500;
          }

.section-our-courses:nth-of-type(even) {
    flex-direction: column-reverse;
  }

@media (min-width: 992px) {
    .section-our-courses:nth-of-type(even) {
      flex-direction: row;
    }
  }

.section-our-courses:nth-of-type(even) .wrap__description {
      margin-bottom: 1.25rem;
    }

.section-our-courses:nth-of-type(even) .wrap__description {
      padding-right: 0px !important;
    }

@media (min-width: 992px) {
      .section-our-courses:nth-of-type(even) .wrap__description {
        margin-bottom: 0px;
      }
    }

@media (min-width: 992px) {
      .section-our-courses:nth-of-type(even) .wrap__image {
        margin-right: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .section-our-courses:nth-of-type(even) .wrap__image {
        margin-right: 2.5rem;
      }
    }

.section-our-courses:nth-of-type(odd) {
    flex-direction: column;
  }

@media (min-width: 992px) {
    .section-our-courses:nth-of-type(odd) {
      flex-direction: row-reverse;
    }
  }

.section-our-courses:nth-of-type(odd) .wrap__description {
      padding: 0px !important;
    }

.section-our-courses:nth-of-type(odd) .wrap__image {
      margin-bottom: 1.25rem;
    }

@media (min-width: 992px) {
      .section-our-courses:nth-of-type(odd) .wrap__image {
        margin-left: 1.5rem;
      }
    }

@media (min-width: 992px) {
      .section-our-courses:nth-of-type(odd) .wrap__image {
        margin-bottom: 0px;
      }
    }

@media (min-width: 1200px) {
      .section-our-courses:nth-of-type(odd) .wrap__image {
        margin-left: 2.5rem;
      }
    }

@media (min-width: 992px) {
    .section-our-courses h3{
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

.section-our-contacts h2 {
    font-size: 28px;
  }

@media (min-width: 768px) {
    .section-our-contacts h2 {
      font-size: 32px;
    }
  }

@media (min-width: 992px) {
    .section-our-contacts h2 {
      font-size: 40px;
    }
  }

.section-our-contacts .wrap__map {
    display: flex;
  }

.section-our-contacts .wrap__map {
    flex-direction: column;
  }

.section-our-contacts .wrap__map {
    justify-content: center;
  }

@media (min-width: 992px) {
    .section-our-contacts .wrap__map {
      padding-left: 12rem;
    }
  }

.section-our-contacts .wrap__map .inner__map {
      position: relative;
    }

.section-our-contacts .wrap__map .inner__map {
      left: -1rem;
    }

.section-our-contacts .wrap__map .inner__map {
      height: 448px;
    }

.section-our-contacts .wrap__map .inner__map {
      width: calc(100% + 32px);
    }

@media (min-width: 768px) {
      .section-our-contacts .wrap__map .inner__map {
        height: 570px;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__map .inner__map {
        left: auto;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__map .inner__map {
        height: 658px;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__map .inner__map {
        width: 100%;
      }
    }

.section-our-contacts .wrap__map iframe{
      width: 100% !important;
      height: 100% !important;
    }

.section-our-contacts .wrap__contacts {
    position: relative;
  }

.section-our-contacts .wrap__contacts {
    left: 0px;
  }

.section-our-contacts .wrap__contacts {
    top: 6rem;
  }

.section-our-contacts .wrap__contacts {
    z-index: 10;
  }

@media (min-width: 992px) {
    .section-our-contacts .wrap__contacts {
      position: absolute;
    }
  }

@media (min-width: 992px) {
    .section-our-contacts .wrap__contacts {
      top: auto;
    }
  }

.section-our-contacts .wrap__contacts .inner__contacts {
      width: 100%;
    }

.section-our-contacts .wrap__contacts .inner__contacts {
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }

.section-our-contacts .wrap__contacts .inner__contacts {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

.section-our-contacts .wrap__contacts .inner__contacts {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }

@media (min-width: 576px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

@media (min-width: 768px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-left: 2rem;
        padding-right: 2rem;
      }
    }

@media (min-width: 768px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-top: 2.5rem;
      }
    }

@media (min-width: 768px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-bottom: 3rem;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        width: 501px;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-top: 3rem;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-bottom: 3.5rem;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-left: 2.5rem;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts .inner__contacts {
        padding-right: 6rem;
      }
    }

.section-our-contacts .wrap__contacts h4 {
      margin-bottom: 0.375rem !important;
    }

.section-our-contacts .wrap__contacts h4 {
      font-size: 16px;
    }

.section-our-contacts .wrap__contacts h4 {
      font-weight: 600;
    }

@media (min-width: 768px) {
      .section-our-contacts .wrap__contacts h4 {
        font-size: 18px;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts h4 {
        font-size: 21px;
      }
    }

.section-our-contacts .wrap__contacts span {
      font-size: 14px;
    }

@media (min-width: 576px) {
      .section-our-contacts .wrap__contacts span {
        font-size: 16px;
      }
    }

@media (min-width: 992px) {
      .section-our-contacts .wrap__contacts span {
        font-size: 18px;
      }
    }

.section-our-contacts .address br,.section-contacts .address br{
      display: none !important;
    }

.contact__form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.contact__form .wrap__form{
    width: 960px;
    overflow: hidden;
    position: relative
  }

.contact__form .wrap__form {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.contact__form .wrap__form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.contact__form .wrap__form {
    padding-top: 4rem;
  }

.contact__form .wrap__form {
    padding-bottom: 2rem;
  }

@media (min-width: 576px) {
    .contact__form .wrap__form {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

@media (min-width: 768px) {
    .contact__form .wrap__form {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }

@media (min-width: 768px) {
    .contact__form .wrap__form {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }

@media (min-width: 992px) {
    .contact__form .wrap__form {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  }

@media (min-width: 992px) {
    .contact__form .wrap__form {
      padding-left: 10rem;
      padding-right: 10rem;
    }
  }

.contact__form .wrap__form .wpforms-container{
      width: 100%;
    }

.contact__form .wrap__form .wpforms-container button{
        width: 100% !important;
      }

.contact__form .wrap__form h3 {
      margin-bottom: 1.25rem;
    }

.contact__form .wrap__form h3 {
      display: flex;
    }

.contact__form .wrap__form h3 {
      flex-direction: column;
    }

.contact__form .wrap__form h3 {
      align-items: center;
    }

.contact__form .wrap__form h3 {
      text-align: center;
    }

.contact__form .description {
    text-align: center;
  }

.contact__form h3:after{
      content: '';
      width: 160px;
      height: 1px;
      display: block;
    }

.contact__form h3:after {
      margin-top: 1.25rem;
    }

.contact__form h3:after {
      --tw-bg-opacity: 1;
      background-color: rgb(151 151 151 / var(--tw-bg-opacity));
    }

.section-about-us .wrap__reverse{
    display: flex;
    align-items: center;
  }

.section-about-us .wrap__reverse:nth-of-type(even) {
      left: -1rem;
    }

.section-about-us .wrap__reverse:nth-of-type(even) {
      width: calc(100% + 32px);
    }

.section-about-us .wrap__reverse:nth-of-type(even) {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }

@media (min-width: 992px) {
      .section-about-us .wrap__reverse:nth-of-type(even) {
        left: auto;
      }
    }

@media (min-width: 992px) {
      .section-about-us .wrap__reverse:nth-of-type(even) {
        width: 100%;
      }
    }

@media (min-width: 992px) {
      .section-about-us .wrap__reverse:nth-of-type(even) {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
    }

.section-about-us .wrap__reverse:nth-of-type(odd) {
      padding-top: 0px;
      padding-bottom: 0px;
    }

.section-about-us .wrap__reverse:nth-of-type(odd) .wrap__description {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

.woocommerce-MyAccount-navigation ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

.woocommerce-MyAccount-navigation ul li:last-of-type a {
          font-weight: 600;
        }

.woocommerce-MyAccount-navigation ul li:last-of-type a {
          --tw-text-opacity: 1;
          color: rgb(226 35 26 / var(--tw-text-opacity));
        }

 a{
            text-underline-offset: 8px;
            text-decoration: underline;
            text-decoration-thickness: 1px;
          }

 a{
            text-underline-offset: 8px;
            text-decoration: underline;
            text-decoration-thickness: 1px;
          }

.woocommerce-MyAccount-navigation ul li:last-of-type a{
          text-underline-offset: 4px;
          text-decoration: underline;
          text-decoration-thickness: 1px;
        }

.woocommerce-MyAccount-navigation ul li.is-active {
        font-weight: 600;
      }

.woocommerce-MyAccount-content .woocommerce-form-row{
    padding: 0 !important;
    margin: 0 !important;
  }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm>.form-row {
      width: 100%;
    }

@media (min-width: 768px) {
      .woocommerce-MyAccount-content .woocommerce-EditAccountForm>.form-row {
        width: calc(50% - 20px);
      }
    }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label{
        color: #c1c1c1;
      }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
        font-size: 12px;
      }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm input{
      font-size: 14px;
    }

.section-404 h1 {
    margin-bottom: 1.25rem;
  }

.section-404 h1 {
    align-items: center;
  }

.section-404 h1 {
    justify-content: center;
  }

.section-404 h1 {
    text-align: center;
  }

.section-404 h1 {
    font-size: 8rem;
    line-height: 1;
  }

.section-404 h1 {
    --tw-text-opacity: 1;
    color: rgb(226 35 26 / var(--tw-text-opacity));
  }

@media (min-width: 576px) {
    .section-404 h1 {
      font-size: 160px;
    }
  }

@media (min-width: 768px) {
    .section-404 h1 {
      font-size: 200px;
    }
  }

@media (min-width: 992px) {
    .section-404 h1 {
      font-size: 220px;
    }
  }

.section-404 span {
    display: flex;
  }

.section-404 span {
    align-items: center;
  }

.section-404 span {
    justify-content: center;
  }

.section-404 span {
    text-align: center;
  }

.section-404 span {
    font-size: 28px;
  }

@media (min-width: 576px) {
    .section-404 span {
      font-size: 32px;
    }
  }

@media (min-width: 768px) {
    .section-404 span {
      font-size: 40px;
    }
  }

@media (min-width: 992px) {
    .section-404 span {
      font-size: 56px;
    }
  }

.wrap__pagination-orders {
  display: flex;
}

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

.wrap__pagination-orders .main__btn{
    min-width: 120px !important;
    font-size: 14px !important;
  }

.woocommerce-info, .woocommerce-message{
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.woocommerce table.shop_table{
  border: none !important;
}

mark {
  background-color: transparent;
  font-weight: 600;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
  top: unset !important;
}

.card__product .woocommerce-variation-price ins,.card__product-long .woocommerce-variation-price ins,.section-single-product .woocommerce-variation-price ins{
      text-decoration: unset !important;
    }

.card__product .woocommerce-variation-price del, .card__product-long .woocommerce-variation-price del, .section-single-product .woocommerce-variation-price del {
      --tw-text-opacity: 1;
      color: rgb(151 151 151 / var(--tw-text-opacity));
    }

.card__product .woocommerce-variation-price .price, .card__product-long .woocommerce-variation-price .price, .section-single-product .woocommerce-variation-price .price {
      display: flex;
    }

.card__product .woocommerce-variation-price .price, .card__product-long .woocommerce-variation-price .price, .section-single-product .woocommerce-variation-price .price {
      flex-direction: row-reverse;
    }

.card__product .woocommerce-variation-price .price, .card__product-long .woocommerce-variation-price .price, .section-single-product .woocommerce-variation-price .price {
      align-items: center;
    }

.card__product-long .wrap__quantity,.card__product-long .reset_variations{
    display: none !important;
  }

.card__product-long .wrap__variations{
    width: 100%;
  }

.card__product-long .wrap__taste {
    margin-bottom: 1rem !important;
  }

.card__product-long .wrap__taste {
    margin-top: 1.5rem !important;
  }

.card__product-long .wrap__taste {
    justify-content: space-between;
  }

.card__product-long .wrap__taste .headline {
      margin-bottom: 0.5rem;
    }

.card__product-long .wrap__taste .headline {
      font-size: 13px;
    }

@media (min-width: 768px) {
      .card__product-long .wrap__taste .headline {
        font-size: 14px;
      }
    }

.card__product-long .wrap__taste .inner__taste {
      display: flex;
    }

.card__product-long .wrap__taste .inner__taste {
      flex-direction: column;
    }

.card__product-long .wrap__variations .value {
      display: flex;
    }

.card__product-long .wrap__variations .value {
      width: 100%;
    }

.card__product-long .wrap__variations .value {
      justify-content: flex-end;
    }

.card__product-long .wrap__variations .select2-selection__arrow:after{
    justify-content: flex-end !important;
  }

.card__product-long .wrap__variations {
    display: flex;
  }

.card__product-long .wrap__variations {
    flex-direction: column;
  }

.card__product-long .wrap__variations .variations {
      margin-bottom: 1.5rem;
    }

.card__product-long .wrap__variations .variations th,.card__product-long .wrap__variations .variations td {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
      }

.card__product-long .wrap__variations .variations th,.card__product-long .wrap__variations .variations td {
        padding-right: 0px !important;
      }

.card__product-long .wrap__variations .variations td {
        padding-left: 0.5rem !important;
      }

.card__product-long .woocommerce-variation-price .price__weight,.card__product-long .woocommerce-variation-price .separator{
      display: none;
    }

.card__product-long .woocommerce-variation-price .price {
      font-size: 21px;
    }

@media (min-width: 768px) {
      .card__product-long .woocommerce-variation-price .price {
        font-size: 24px;
      }
    }

@media (min-width: 1200px) {
      .card__product-long .woocommerce-variation-price .price {
        font-size: 32px;
      }
    }

.card__product-long .woocommerce-variation-price del {
      margin-left: 0.5rem;
    }

.card__product-long .woocommerce-variation-price del {
      font-size: 14px;
    }

@media (min-width: 768px) {
      .card__product-long .woocommerce-variation-price del {
        font-size: 16px;
      }
    }

@media (min-width: 1200px) {
      .card__product-long .woocommerce-variation-price del {
        margin-left: 0.625rem;
      }
    }

@media (min-width: 1200px) {
      .card__product-long .woocommerce-variation-price del {
        font-size: 18px;
      }
    }

.card__product-long .add__cart{
    display: none !important;
  }

.woocommerce-checkout-review-order .remove{
    display: none !important;
  }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img{
  width: 50px !important;
}

.free__delivery-notice {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .free__delivery-notice {
    font-size: 16px;
  }
}

.woocommerce-checkout-review-order-table b, .woocommerce-checkout-review-order-table strong{
    font-weight: bold !important;
  }

.wrap__vacancy {
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .wrap__vacancy {
    flex-direction: row;
    align-items: center;
  }

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

  .wrap__vacancy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
    .wrap__vacancy .description {
      max-width: calc(100% - 12rem) !important;
    }
  }

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-none::after {
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.hover\:\!opacity-100:hover {
  opacity: 1 !important;
}

.child\:flex > * {
  display: flex;
}

.child\:h-10 > * {
  height: 2.5rem;
}

.child\:w-10 > * {
  width: 2.5rem;
}

.child\:w-16 > * {
  width: 4rem;
}

.child\:w-full > * {
  width: 100%;
}

.child\:flex-1 > * {
  flex: 1 1 0%;
}

.child\:items-center > * {
  align-items: center;
}

.child\:justify-center > * {
  justify-content: center;
}

.child\:rounded-full > * {
  border-radius: 9999px;
}

.child\:border > * {
  border-width: 1px;
}

.child\:border-grey > * {
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}

.child\:bg-white > * {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.child\:px-8 > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.child\:py-1 > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.child\:py-1\.5 > * {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.child\:pb-6 > * {
  padding-bottom: 1.5rem;
}

.child\:pt-4 > * {
  padding-top: 1rem;
}

.child\:text-13 > * {
  font-size: 13px;
}

.child\:text-16 > * {
  font-size: 16px;
}

.child\:text-28 > * {
  font-size: 28px;
}

.child\:font-medium > * {
  font-weight: 500;
}

.child-all\:\!text-18 * {
  font-size: 18px !important;
}

.child-all\:\!text-primary * {
  --tw-text-opacity: 1 !important;
  color: rgb(29 29 29 / var(--tw-text-opacity)) !important;
}

.child-all\:text-primary * {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:\!grid {
    display: grid !important;
  }

  .sm\:\!hidden {
    display: none !important;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-full {
    height: 100%;
  }

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

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

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-center {
    align-items: center;
  }

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

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

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

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:border {
    border-width: 1px;
  }

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

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

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

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

  .sm\:border-grey_lines {
    --tw-border-opacity: 1;
    border-color: rgb(222 222 222 / var(--tw-border-opacity));
  }

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:text-16 {
    font-size: 16px;
  }

  .sm\:text-18 {
    font-size: 18px;
  }

  .child\:sm\:justify-center > * {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .md\:right-\[-440px\] {
    right: -440px;
  }

  .md\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

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

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

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

  .md\:items-center {
    align-items: center;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

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

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-36 {
    font-size: 36px;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .child\:md\:text-32 > * {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:right-8 {
    right: 2rem;
  }

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

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-21 {
    font-size: 21px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-40 {
    font-size: 40px;
  }

  .child\:lg\:w-1\/3 > * {
    width: 33.333333%;
  }

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

@media (min-width: 1200px) {
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:\!object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
}
