@charset "UTF-8";

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

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

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

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

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

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

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.-bottom-2{
  bottom: -0.5rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.right-6{
  right: 1.5rem;
}
.left-full{
  left: 100%;
}
.left-0{
  left: 0px;
}
.top-1\/2{
  top: 50%;
}
.left-8{
  left: 2rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.right-2{
  right: 0.5rem;
}
.top-full{
  top: 100%;
}
.left-2\/4{
  left: 50%;
}
.-right-full{
  right: -100%;
}
.bottom-4{
  bottom: 1rem;
}
.left-4{
  left: 1rem;
}
.bottom-0{
  bottom: 0px;
}
.top-4{
  top: 1rem;
}
.top-2\/4{
  top: 50%;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1{
  top: 0.25rem;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-0{
  z-index: 0;
}
.order-1{
  order: 1;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mr-8{
  margin-right: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-20{
  height: 5rem;
}
.h-5{
  height: 1.25rem;
}
.h-4{
  height: 1rem;
}
.h-auto{
  height: auto;
}
.h-14{
  height: 3.5rem;
}
.h-12{
  height: 3rem;
}
.h-7{
  height: 1.75rem;
}
.h-screen{
  height: 100vh;
}
.h-10{
  height: 2.5rem;
}
.h-8{
  height: 2rem;
}
.h-16{
  height: 4rem;
}
.h-48{
  height: 12rem;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-full{
  min-height: 100%;
}
.w-full{
  width: 100%;
}
.w-20{
  width: 5rem;
}
.w-40{
  width: 10rem;
}
.w-auto{
  width: auto;
}
.w-5{
  width: 1.25rem;
}
.w-4{
  width: 1rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-0{
  width: 0px;
}
.w-7{
  width: 1.75rem;
}
.w-px{
  width: 1px;
}
.w-300{
  width: 30rem;
}
.w-screen{
  width: 100vw;
}
.w-64{
  width: 16rem;
}
.w-10{
  width: 2.5rem;
}
.w-8{
  width: 2rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-14{
  width: 3.5rem;
}
.w-48{
  width: 12rem;
}
.min-w-0{
  min-width: 0px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-left{
  transform-origin: left;
}
.origin-right{
  transform-origin: right;
}
.origin-center{
  transform-origin: center;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-x-10{
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@-webkit-keyframes spin{

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

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.touch-auto{
  touch-action: auto;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-cs-3{
  grid-template-columns: 10rem 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.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-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-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)));
}
.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-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-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)));
}
.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-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.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));
}
.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-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-violet-600{
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}
.bg-current{
  background-color: currentColor;
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-8{
  padding: 2rem;
}
.p-0{
  padding: 0px;
}
.p-5{
  padding: 1.25rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pr-48{
  padding-right: 12rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-\[\'Open_Sans\'\]{
  font-family: 'Open Sans';
}
.font-\[\'Roboto_Flex\'\]{
  font-family: 'Roboto Flex';
}
.font-\[\'Source_Sans_Pro\'\]{
  font-family: 'Source Sans Pro';
}
.font-\[\'Manrope\'\]{
  font-family: 'Manrope';
}
.font-\[\'Commissioner\'\]{
  font-family: 'Commissioner';
}
.font-\[\'Syne\'\]{
  font-family: 'Syne';
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-light{
  font-weight: 300;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.leading-8{
  line-height: 2rem;
}
.leading-normal{
  line-height: 1.5;
}
.leading-6{
  line-height: 1.5rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-cs{
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-padding{
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-500{
  transition-delay: 500ms;
}
.delay-700{
  transition-delay: 700ms;
}
.delay-1000{
  transition-delay: 1000ms;
}
.delay-75{
  transition-delay: 75ms;
}
.delay-100{
  transition-delay: 100ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mh-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: transform 0.2s ease;
  transform: translate3d(0, 0, 0);
}

.mh-sticky.mh-unpinned {
  transform: translate3d(0, -100%, 0);
}

.header--megamenu {
  background-color: var(--mmega-bg);
}

.megamenu.megamenu-is-active {
  display: block;
}

.megamenu > ul {
  -webkit-overflow-scrolling: touch;
}

.megamenu > ul > li > a {
  /* color: var(--mmega-font); */
  transition: color 0.2s ease-in-out;
}

.megamenu > ul > li > a:hover {
  color: var(--mmega-font-h);
}

.megamenu > ul.header--main-menu-links > li > a {
  color: var(--mmega-font);
}

.megamenu > ul > li .mega-submenu {
  display: grid;
  grid-template-columns: 1fr;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  max-height: calc(100vh - 17rem);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  border-right: 1px solid var(--light-grey);
}

.megamenu > ul > li .mega-submenu .section {
  max-width: 20%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.megamenu > ul > li .mega-submenu .section ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.megamenu > ul > li .mega-submenu .section ul li {
  display: block;
  line-break: unset;
}

.megamenu > ul > li .mega-submenu .section ul li:not(:last-child) {
  margin-bottom: 0.85rem;
}

.megamenu > ul > li .mega-submenu .section ul li a {
  font-size: var(--font-md);
}

.megamenu > ul > li .mega-submenu .section ul li a:hover {
  color: var(--secondary);
}

.megamenu > ul > li .mega-submenu .section ul li.cta-see-all a {
  color: var(--primary);
}

.megamenu > ul > li:hover .mega-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.megamenu > ul > li:hover .mega-submenu .section {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-in-out 0.15s;
}

.megamenu > ul > li:hover .mega-submenu::-webkit-scrollbar {
  width: 5px;
}

.megamenu > ul > li:hover .mega-submenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: var(--border-sm);
}

.megamenu > ul > li:hover .mega-submenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

/* Masonry grid */

.masonry {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
  height: 100%;
  gap: 3rem;
}

.i3-search-results__overlay {
  background-color: var(--light-blue);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .i3-search-results__overlay {
    height: calc(100vh - 9.5rem);
  }
}

.i3-search-results__overlay::-webkit-scrollbar {
  width: 6px;
}

.i3-search-results__overlay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

.i3-search-results__overlay::-webkit-scrollbar-track {
  border-radius: var(--border-md);
}

.i3-search-results__overlay #results--form form input {
  border: 1px solid var(--light-grey);
}

.i3-search-results__overlay #results--form form button {
  background-color: var(--search-btn-bg);
  color: var(--search-btn-font);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper {
  background-color: var(--white);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block .search__block-header {
  font-size: var(--font-lg);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block .search__block-content .content__list-item {
  font-size: var(--font-sm);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block .search__block-content .content__action {
  border: 1px solid var(--light-grey);
  background: var(--light-blue);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item:not(:last-child) {
  border-bottom: 1px solid var(--light-grey);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link {
  grid-template-columns: 8rem 1fr;
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link .item__information .item__manufacturer {
  font-size: var(--font-sm);
  color: var(--secondary);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link .item__information .item__name h2 {
  font-size: var(--font-md);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link .item__information .item__extras {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link .item__information .item__extras .item__sku {
  font-size: var(--font-sm);
}

.i3-search-results__overlay .i3-search-results__container .column__wrapper .search__block.results__container .search__block-content .content__list .content__list-item .item__link .item__information .item__extras .item__price {
  font-size: var(--font-lg);
}

.has-product-search body {
  overflow: hidden !important;
}

@media screen and (min-width: 1024px) {
  .has-product-search {
    padding-right: 0px;
  }
}

.has-product-search header .search--form {
  z-index: 1;
}

.search-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.header--type-2 .i3-search-results__overlay .form-container,
.header--type-3 .i3-search-results__overlay .form-container,
.header--type-4 .i3-search-results__overlay .form-container {
  display: block !important;
}

/* -------------------------------- 
Modules MiniCart - reusable parts of our design
-------------------------------- */

#minicart {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-overflow-scrolling: touch;
  transition: right 0.3s;
}

#minicart.speed-in {
  right: 0;
}

#minicart .minicart--items {
  max-height: calc(100% - 20rem);
}

#minicart .minicart--items::-webkit-scrollbar {
  width: 2px;
}

#minicart .minicart--items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-lg);
}

#minicart .minicart--items::-webkit-scrollbar-thumb {
  border-radius: var(--border-lg);
  -webkit-box-shadow: inset 0 0 6px var(--primary);
}

#minicart--shadow-layer.is-visible {
  display: block;
  -webkit-animation: minifade-in 0.3s;
  animation: minifade-in 0.3s;
}

@-webkit-keyframes minifade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes minifade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.footer {
  background-color: var(--f-bg);
}

.footer .container:not(:last-child) {
  border-bottom: 1px solid var(--f-line);
}

.footer .container form p {
  color: var(--f-font);
}

.footer .container form label {
  color: var(--f-font);
}

.footer .container form label a {
  color: var(--f-font);
}

.footer .container form #newsletter {
  background-color: var(--f-input-bg);
  color: var(--f-input-font);
}

.footer .container form button {
  background-color: var(--f-btn-bg);
  color: var(--f-btn-font);
}

.footer .container .info--group span,
.footer .container .info--group a {
  color: var(--f-font);
}

.footer .container .info--group .language--wrapper a:first-child {
  border-color: var(--f-fοnt);
}

.footer .container .list--group:not(:last-child) {
  border-color: var(--f-line);
}

.footer .container .list--group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.footer .container .list--group h5 {
  font-size: var(--font-md);
  color: var(--f-header-font);
}

.footer .container .list--group h5[aria-expanded=true] .list--group-icon::after {
  content: "+";
  height: 14px;
  color: var(--f-font);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.5rem;
  line-height: 0.5;
}

.footer .container .list--group h5[aria-expanded=false] .list--group-icon::after {
  content: "\2212";
  height: 14px;
  color: var(--f-font);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.5rem;
  line-height: 0.5;
}

.footer .container .list--group ul li a {
  font-size: var(--font-md);
  color: var(--f-font);
}

.footer .container .list--group .store-socials svg path {
  stroke: var(--f-icon);
}

.footer .container .copyright--group p,
.footer .container .copyright--group span,
.footer .container .copyright--group a {
  color: var(--f-font);
}

.footer .container .separation {
  background-color: var(--f-line);
}

html {
  font-size: 62.5%;
  font-family: var(--font), Georgia, Arial, Helvetica, sans-serif;
}

body {
  font-size: var(--font-md);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  background-color: var(--doc-bg);
}

h1 {
  font-size: var(--font-3lg);
}

h2 {
  font-size: var(--font-2lg);
}

h3,
h4 {
  font-size: var(--font-lg);
}

h5 {
  font-size: var(--font-md);
}

h6 {
  font-size: var(--font-sm);
}

.section--header h2 span {
  font-size: var(--font-section-title);
  font-weight: 300;
}

a,
p,
span,
input,
select,
textarea,
strong,
button {
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-size: var(--font-md);
}

a:hover,
a:active {
  color: var(--doc-link-h);
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: var(--primary);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Placeholder styling */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--search-placeholder);
  font-weight: 300;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--search-placeholder);
  font-weight: 300;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--search-placeholder);
  font-weight: 300;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: var(--search-placeholder);
  font-weight: 300;
}

/* Firefox */

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

/* Chrome, Safari, Edge, Opera */

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

.form-check-input {
  background-color: var(--white);
  border: 1px solid var(--light-grey);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

#app-menu:not(.mm-menu) {
  display: none;
}

.language--wrapper a:first-child {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid var(--fοnt-1);
}

header {
  border-bottom: 1px solid var(--light-grey);
}

header.header--type-1 .header--top,
header.header--type-2 .header--top,
header.header--type-3 .header--top,
header.header--type-4 .header--top,
header.header--type-5 .header--top,
header.header--type-6 .header--top {
  background-color: var(--bg-1);
}

header.header--type-1 .header--top a,
header.header--type-1 .header--top span,
header.header--type-2 .header--top a,
header.header--type-2 .header--top span,
header.header--type-3 .header--top a,
header.header--type-3 .header--top span,
header.header--type-4 .header--top a,
header.header--type-4 .header--top span,
header.header--type-5 .header--top a,
header.header--type-5 .header--top span,
header.header--type-6 .header--top a,
header.header--type-6 .header--top span {
  color: var(--fοnt-1);
}

header.header--type-1 .header--top svg path,
header.header--type-2 .header--top svg path,
header.header--type-3 .header--top svg path,
header.header--type-4 .header--top svg path,
header.header--type-5 .header--top svg path,
header.header--type-6 .header--top svg path {
  fill: var(--icon);
}

header.header--type-1 .header--main,
header.header--type-2 .header--main,
header.header--type-3 .header--main,
header.header--type-4 .header--main,
header.header--type-5 .header--main,
header.header--type-6 .header--main {
  background-color: var(--bg-2);
}

header.header--type-1 .header--main-menu svg path,
header.header--type-2 .header--main-menu svg path,
header.header--type-3 .header--main-menu svg path,
header.header--type-4 .header--main-menu svg path,
header.header--type-5 .header--main-menu svg path,
header.header--type-6 .header--main-menu svg path {
  fill: var(--icon);
}

header.header--type-1 .header--main-search .search--input-field,
header.header--type-2 .header--main-search .search--input-field,
header.header--type-3 .header--main-search .search--input-field,
header.header--type-4 .header--main-search .search--input-field,
header.header--type-5 .header--main-search .search--input-field,
header.header--type-6 .header--main-search .search--input-field {
  color: var(--search-font);
  background-color: var(--search-bg);
  border: 1px solid var(--light-grey);
}

header.header--type-1 .header--main-search .search--input-field::-webkit-input-placeholder,
header.header--type-2 .header--main-search .search--input-field::-webkit-input-placeholder,
header.header--type-3 .header--main-search .search--input-field::-webkit-input-placeholder,
header.header--type-4 .header--main-search .search--input-field::-webkit-input-placeholder,
header.header--type-5 .header--main-search .search--input-field::-webkit-input-placeholder,
header.header--type-6 .header--main-search .search--input-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main-search .search--input-field::-moz-placeholder,
header.header--type-2 .header--main-search .search--input-field::-moz-placeholder,
header.header--type-3 .header--main-search .search--input-field::-moz-placeholder,
header.header--type-4 .header--main-search .search--input-field::-moz-placeholder,
header.header--type-5 .header--main-search .search--input-field::-moz-placeholder,
header.header--type-6 .header--main-search .search--input-field::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main-search .search--input-field:-ms-input-placeholder,
header.header--type-2 .header--main-search .search--input-field:-ms-input-placeholder,
header.header--type-3 .header--main-search .search--input-field:-ms-input-placeholder,
header.header--type-4 .header--main-search .search--input-field:-ms-input-placeholder,
header.header--type-5 .header--main-search .search--input-field:-ms-input-placeholder,
header.header--type-6 .header--main-search .search--input-field:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main-search .search--input-field:-moz-placeholder,
header.header--type-2 .header--main-search .search--input-field:-moz-placeholder,
header.header--type-3 .header--main-search .search--input-field:-moz-placeholder,
header.header--type-4 .header--main-search .search--input-field:-moz-placeholder,
header.header--type-5 .header--main-search .search--input-field:-moz-placeholder,
header.header--type-6 .header--main-search .search--input-field:-moz-placeholder {
  /* Firefox 18- */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main-search .search--input-button,
header.header--type-2 .header--main-search .search--input-button,
header.header--type-3 .header--main-search .search--input-button,
header.header--type-4 .header--main-search .search--input-button,
header.header--type-5 .header--main-search .search--input-button,
header.header--type-6 .header--main-search .search--input-button {
  background-color: var(--search-btn-bg);
  color: var(--search-btn-font);
}

header.header--type-1 .header--main-links li,
header.header--type-2 .header--main-links li,
header.header--type-3 .header--main-links li,
header.header--type-4 .header--main-links li,
header.header--type-5 .header--main-links li,
header.header--type-6 .header--main-links li {
  position: relative;
}

header.header--type-1 .header--main-links li a,
header.header--type-1 .header--main-links li span,
header.header--type-2 .header--main-links li a,
header.header--type-2 .header--main-links li span,
header.header--type-3 .header--main-links li a,
header.header--type-3 .header--main-links li span,
header.header--type-4 .header--main-links li a,
header.header--type-4 .header--main-links li span,
header.header--type-5 .header--main-links li a,
header.header--type-5 .header--main-links li span,
header.header--type-6 .header--main-links li a,
header.header--type-6 .header--main-links li span {
  color: var(--fοnt-2);
}

header.header--type-1 .header--main-links li svg,
header.header--type-2 .header--main-links li svg,
header.header--type-3 .header--main-links li svg,
header.header--type-4 .header--main-links li svg,
header.header--type-5 .header--main-links li svg,
header.header--type-6 .header--main-links li svg {
  max-width: 2rem;
  max-height: 2rem;
}

header.header--type-1 .header--main-links li svg path,
header.header--type-2 .header--main-links li svg path,
header.header--type-3 .header--main-links li svg path,
header.header--type-4 .header--main-links li svg path,
header.header--type-5 .header--main-links li svg path,
header.header--type-6 .header--main-links li svg path {
  fill: var(--icon);
}

header.header--type-1 .header--main-links li svg circle,
header.header--type-2 .header--main-links li svg circle,
header.header--type-3 .header--main-links li svg circle,
header.header--type-4 .header--main-links li svg circle,
header.header--type-5 .header--main-links li svg circle,
header.header--type-6 .header--main-links li svg circle {
  stroke: var(--icon);
}

header.header--type-1 .header--main .search--input svg path,
header.header--type-2 .header--main .search--input svg path,
header.header--type-3 .header--main .search--input svg path,
header.header--type-4 .header--main .search--input svg path,
header.header--type-5 .header--main .search--input svg path,
header.header--type-6 .header--main .search--input svg path {
  fill: var(--icon);
}

header.header--type-1 .header--main #product-search-dsk form input,
header.header--type-2 .header--main #product-search-dsk form input,
header.header--type-3 .header--main #product-search-dsk form input,
header.header--type-4 .header--main #product-search-dsk form input,
header.header--type-5 .header--main #product-search-dsk form input,
header.header--type-6 .header--main #product-search-dsk form input {
  max-width: 26rem;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--icon);
  color: var(--search-font);
}

header.header--type-1 .header--main #product-search-dsk form input::-webkit-input-placeholder,
header.header--type-2 .header--main #product-search-dsk form input::-webkit-input-placeholder,
header.header--type-3 .header--main #product-search-dsk form input::-webkit-input-placeholder,
header.header--type-4 .header--main #product-search-dsk form input::-webkit-input-placeholder,
header.header--type-5 .header--main #product-search-dsk form input::-webkit-input-placeholder,
header.header--type-6 .header--main #product-search-dsk form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main #product-search-dsk form input::-moz-placeholder,
header.header--type-2 .header--main #product-search-dsk form input::-moz-placeholder,
header.header--type-3 .header--main #product-search-dsk form input::-moz-placeholder,
header.header--type-4 .header--main #product-search-dsk form input::-moz-placeholder,
header.header--type-5 .header--main #product-search-dsk form input::-moz-placeholder,
header.header--type-6 .header--main #product-search-dsk form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main #product-search-dsk form input:-ms-input-placeholder,
header.header--type-2 .header--main #product-search-dsk form input:-ms-input-placeholder,
header.header--type-3 .header--main #product-search-dsk form input:-ms-input-placeholder,
header.header--type-4 .header--main #product-search-dsk form input:-ms-input-placeholder,
header.header--type-5 .header--main #product-search-dsk form input:-ms-input-placeholder,
header.header--type-6 .header--main #product-search-dsk form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main #product-search-dsk form input:-moz-placeholder,
header.header--type-2 .header--main #product-search-dsk form input:-moz-placeholder,
header.header--type-3 .header--main #product-search-dsk form input:-moz-placeholder,
header.header--type-4 .header--main #product-search-dsk form input:-moz-placeholder,
header.header--type-5 .header--main #product-search-dsk form input:-moz-placeholder,
header.header--type-6 .header--main #product-search-dsk form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--search-placeholder);
}

header.header--type-1 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-1 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-1 .header--main #product-search-dsk form input:-webkit-autofill:focus,
header.header--type-2 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-2 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-2 .header--main #product-search-dsk form input:-webkit-autofill:focus,
header.header--type-3 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-3 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-3 .header--main #product-search-dsk form input:-webkit-autofill:focus,
header.header--type-4 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-4 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-4 .header--main #product-search-dsk form input:-webkit-autofill:focus,
header.header--type-5 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-5 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-5 .header--main #product-search-dsk form input:-webkit-autofill:focus,
header.header--type-6 .header--main #product-search-dsk form input:-webkit-autofill,
header.header--type-6 .header--main #product-search-dsk form input:-webkit-autofill:hover,
header.header--type-6 .header--main #product-search-dsk form input:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid var(--icon);
  -webkit-text-fill-color: var(--search-font);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

header.header--type-1 .header--megamenu .megamenu > ul > li > a,
header.header--type-2 .header--megamenu .megamenu > ul > li > a,
header.header--type-3 .header--megamenu .megamenu > ul > li > a,
header.header--type-4 .header--megamenu .megamenu > ul > li > a,
header.header--type-5 .header--megamenu .megamenu > ul > li > a,
header.header--type-6 .header--megamenu .megamenu > ul > li > a {
  color: var(--mmega-font);
}

.header--main-search .search--input-button {
  transform: translateY(-50%);
}

.header--main #minicart--trigger {
  position: relative;
}

.header--main #minicart--trigger:after {
  content: attr(data-cart-counter);
  position: absolute;
  display: flex;
  top: -5px;
  left: -10px;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: var(--primary);
  border: 1px solid var(--white);
  color: var(--white);
  font-size: var(--font-sm);
  justify-content: center;
  align-items: center;
}

.header--main #minicart--trigger[data-cart-counter="0"]:after {
  display: none;
}

#breadcrumbs li a {
  font-size: var(--font-sm);
  color: var(--primary);
}

#breadcrumbs li.active a {
  color: var(--secondary);
}

#breadcrumbs li:not(:last-child):after {
  content: "/";
  top: 50%;
  right: -5px;
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--secondary);
  font-size: var(--font-sm);
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  background-color: var(--swiper-arrows-bg);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--swiper-arrows-color);
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev {
  left: 0;
}

.swiper.swiper-initialized {
  opacity: 1;
}

.swiper.swiper-initialized .swiper-button-next,
.swiper.swiper-initialized .swiper-button-prev {
  opacity: 1;
}

.swiper.swiper-initialized .swiper-button-next.swiper-button-disabled,
.swiper.swiper-initialized .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: bounding-box;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--white);
}

.btn {
  background-color: var(--btn-bg);
  color: var(--btn-font);
  font-size: var(--font-md);
  border-radius: var(--btn-radius);
  border: 0;
  transition: all 0.25s ease-in-out;
}

.btn svg path {
  transition: all 0.25s ease-in-out;
}

.btn:hover {
  background-color: var(--btn-bg-h);
  color: var(--btn-font-h);
}

.btn:hover svg path {
  fill: var(--btn-font-h);
}

.btn--bordered {
  background-color: transparent;
  color: var(--btn-bordered-font);
  box-shadow: 0 0 0 1px var(--btn-border);
}

.btn--bordered:hover {
  background-color: var(--btn-bg-h);
  color: var(--btn-font-h);
}

.btn--bordered:hover svg path {
  fill: var(--btn-font-h);
}

.product--type-1 .product--content-top,
.product--type-2 .product--content-top {
  border-radius: var(--product-btn-rad);
}

.product--type-1 .product--content-top .product--atc-btn,
.product--type-2 .product--content-top .product--atc-btn {
  border-radius: var(--product-btn-rad);
  background-color: var(--product-atc-bg);
}

.product--type-1 .product--content-top .product--atc-btn svg path,
.product--type-2 .product--content-top .product--atc-btn svg path {
  fill: var(--product-atc-icon);
}

.product--type-1 .product--content-top .product--wishlist-btn,
.product--type-2 .product--content-top .product--wishlist-btn {
  border-radius: var(--product-btn-rad);
  background-color: var(--product-atw-bg);
}

.product--type-1 .product--content-top .product--wishlist-btn svg path,
.product--type-2 .product--content-top .product--wishlist-btn svg path {
  fill: var(--product-atw-icon);
}

.product--type-1 .product--content-top .product--wishlist-btn.added,
.product--type-2 .product--content-top .product--wishlist-btn.added {
  background-color: var(--product-atw-bg-added);
}

.product--type-1 .product--content-top .product--wishlist-btn.added svg path,
.product--type-2 .product--content-top .product--wishlist-btn.added svg path {
  fill: var(--product-atw-icon-added);
}

.product--type-1 .product--content-top .product--labels-label,
.product--type-2 .product--content-top .product--labels-label {
  border-radius: var(--product-btn-rad);
}

.product--type-1 .product--content-top .product--labels-label span,
.product--type-2 .product--content-top .product--labels-label span {
  font-size: var(--font-sm);
}

.product--type-1 .product--content-top .product--labels-label.new,
.product--type-2 .product--content-top .product--labels-label.new {
  background-color: var(--lb-new);
}

.product--type-1 .product--content-top .product--labels-label.new span,
.product--type-2 .product--content-top .product--labels-label.new span {
  color: var(--lb-new-font);
}

.product--type-1 .product--content-top .product--labels-label.bundle,
.product--type-2 .product--content-top .product--labels-label.bundle {
  background-color: var(--lb-bundle);
}

.product--type-1 .product--content-top .product--labels-label.bundle span,
.product--type-2 .product--content-top .product--labels-label.bundle span {
  color: var(--lb-bundle-font);
}

.product--type-1 .product--content-top .product--labels-label.discount,
.product--type-2 .product--content-top .product--labels-label.discount {
  background-color: var(--lb-discount);
}

.product--type-1 .product--content-top .product--labels-label.discount span,
.product--type-2 .product--content-top .product--labels-label.discount span {
  color: var(--lb-discount-font);
}

.product--type-1 .product--content-bottom .product--manufacturer a,
.product--type-2 .product--content-bottom .product--manufacturer a {
  font-size: var(--font-sm);
  color: var(--secondary);
}

.product--type-1 .product--content-bottom .product--availability .availability--type-1,
.product--type-2 .product--content-bottom .product--availability .availability--type-1 {
  color: var(--available);
}

.product--type-1 .product--content-bottom .product--availability .availability--type-2,
.product--type-2 .product--content-bottom .product--availability .availability--type-2 {
  color: var(--pending);
}

.product--type-1 .product--content-bottom .product--availability .availability--type-3,
.product--type-2 .product--content-bottom .product--availability .availability--type-3 {
  color: var(--backorder);
}

.product--type-1 .product--content-bottom .product--availability .availability--type-4,
.product--type-2 .product--content-bottom .product--availability .availability--type-4 {
  color: var(--not-available);
}

.product--type-1 .product--content-bottom .product--price .product--price-final span,
.product--type-2 .product--content-bottom .product--price .product--price-final span {
  font-size: var(--font-md);
}

.product--type-1 .product--content-bottom .product--price .product--price-initial,
.product--type-2 .product--content-bottom .product--price .product--price-initial {
  color: var(--discount);
}

.product--type-1 .product--content-bottom .product--price .product--price-initial span,
.product--type-2 .product--content-bottom .product--price .product--price-initial span {
  font-size: var(--font-sm);
  color: var(--discount);
}

.product--type-1:hover .product--content-top .product--media .product--media-hover,
.product--type-2:hover .product--content-top .product--media .product--media-hover {
  will-change: opacity, visibility;
  display: flex;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  header.header--type-1 .header--main .megamenu-toggle-desktop,
  header.header--type-2 .header--main .megamenu-toggle-desktop,
  header.header--type-3 .header--main .megamenu-toggle-desktop,
  header.header--type-4 .header--main .megamenu-toggle-desktop,
  header.header--type-5 .header--main .megamenu-toggle-desktop,
  header.header--type-6 .header--main .megamenu-toggle-desktop {
    background-color: var(--menu-btn-bg);
  }

  header.header--type-1 .header--main .megamenu-toggle-desktop a,
  header.header--type-1 .header--main .megamenu-toggle-desktop span,
  header.header--type-2 .header--main .megamenu-toggle-desktop a,
  header.header--type-2 .header--main .megamenu-toggle-desktop span,
  header.header--type-3 .header--main .megamenu-toggle-desktop a,
  header.header--type-3 .header--main .megamenu-toggle-desktop span,
  header.header--type-4 .header--main .megamenu-toggle-desktop a,
  header.header--type-4 .header--main .megamenu-toggle-desktop span,
  header.header--type-5 .header--main .megamenu-toggle-desktop a,
  header.header--type-5 .header--main .megamenu-toggle-desktop span,
  header.header--type-6 .header--main .megamenu-toggle-desktop a,
  header.header--type-6 .header--main .megamenu-toggle-desktop span {
    color: var(--menu-btn-font);
  }

  header.header--type-1 .header--main .megamenu-toggle-desktop svg path,
  header.header--type-2 .header--main .megamenu-toggle-desktop svg path,
  header.header--type-3 .header--main .megamenu-toggle-desktop svg path,
  header.header--type-4 .header--main .megamenu-toggle-desktop svg path,
  header.header--type-5 .header--main .megamenu-toggle-desktop svg path,
  header.header--type-6 .header--main .megamenu-toggle-desktop svg path {
    fill: var(--menu-btn-font);
  }

  header.header--type-1 .header--main-links li svg,
  header.header--type-2 .header--main-links li svg,
  header.header--type-3 .header--main-links li svg,
  header.header--type-4 .header--main-links li svg,
  header.header--type-5 .header--main-links li svg,
  header.header--type-6 .header--main-links li svg {
    max-width: 3rem;
    max-height: 3rem;
  }

  header.header--type-1 .header--main-links li .links--dropdown,
  header.header--type-2 .header--main-links li .links--dropdown,
  header.header--type-3 .header--main-links li .links--dropdown,
  header.header--type-4 .header--main-links li .links--dropdown,
  header.header--type-5 .header--main-links li .links--dropdown,
  header.header--type-6 .header--main-links li .links--dropdown {
    transition: all 0.2s ease-in-out;
    min-width: 23rem;
    z-index: 1;
  }

  header.header--type-1 .header--main-links li .links--dropdown-content,
  header.header--type-2 .header--main-links li .links--dropdown-content,
  header.header--type-3 .header--main-links li .links--dropdown-content,
  header.header--type-4 .header--main-links li .links--dropdown-content,
  header.header--type-5 .header--main-links li .links--dropdown-content,
  header.header--type-6 .header--main-links li .links--dropdown-content {
    background-color: var(--white);
    border: 1px solid var(--light-grey);
  }

  header.header--type-1 .header--main-links li .links--dropdown-content .content--heading,
  header.header--type-2 .header--main-links li .links--dropdown-content .content--heading,
  header.header--type-3 .header--main-links li .links--dropdown-content .content--heading,
  header.header--type-4 .header--main-links li .links--dropdown-content .content--heading,
  header.header--type-5 .header--main-links li .links--dropdown-content .content--heading,
  header.header--type-6 .header--main-links li .links--dropdown-content .content--heading {
    border-bottom: 1px solid var(--light-grey);
  }

  header.header--type-1 .header--main-links li .links--dropdown-content .content--links li a,
  header.header--type-2 .header--main-links li .links--dropdown-content .content--links li a,
  header.header--type-3 .header--main-links li .links--dropdown-content .content--links li a,
  header.header--type-4 .header--main-links li .links--dropdown-content .content--links li a,
  header.header--type-5 .header--main-links li .links--dropdown-content .content--links li a,
  header.header--type-6 .header--main-links li .links--dropdown-content .content--links li a {
    color: var(--primary);
  }

  header.header--type-1 .header--main-links li .links--dropdown-content .content--links li.actions,
  header.header--type-2 .header--main-links li .links--dropdown-content .content--links li.actions,
  header.header--type-3 .header--main-links li .links--dropdown-content .content--links li.actions,
  header.header--type-4 .header--main-links li .links--dropdown-content .content--links li.actions,
  header.header--type-5 .header--main-links li .links--dropdown-content .content--links li.actions,
  header.header--type-6 .header--main-links li .links--dropdown-content .content--links li.actions {
    border-top: 1px solid var(--light-grey);
  }

  header.header--type-1 .header--main-links li.profile-link:hover .links--dropdown,
  header.header--type-2 .header--main-links li.profile-link:hover .links--dropdown,
  header.header--type-3 .header--main-links li.profile-link:hover .links--dropdown,
  header.header--type-4 .header--main-links li.profile-link:hover .links--dropdown,
  header.header--type-5 .header--main-links li.profile-link:hover .links--dropdown,
  header.header--type-6 .header--main-links li.profile-link:hover .links--dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .mm-wrapper--opened,
  .mm-wrapper--opened body,
  .has-product-search,
  body.overflow-hidden {
    padding-right: var(--page-scroll-pad);
  }

  .product--type-1 .product--content-top .product--atc-btn,
  .product--type-1 .product--content-top .product--wishlist-btn,
  .product--type-2 .product--content-top .product--atc-btn,
  .product--type-2 .product--content-top .product--wishlist-btn {
    transition: transform 0.2s ease-in-out, opacity 0.25s ease-in-out;
    opacity: 0;
  }

  .product--type-1 .product--content-top .product--atc-btn,
  .product--type-2 .product--content-top .product--atc-btn {
    transform: translateX(calc(+100% + 1.5rem));
  }

  .product--type-1 .product--content-top .product--wishlist-btn,
  .product--type-2 .product--content-top .product--wishlist-btn {
    transform: translateX(calc(-100% - 1.5rem));
  }

  .product--type-1 .product--content-top:hover .product--atc-btn,
  .product--type-1 .product--content-top:hover .product--wishlist-btn,
  .product--type-2 .product--content-top:hover .product--atc-btn,
  .product--type-2 .product--content-top:hover .product--wishlist-btn {
    will-change: transform, opacity;
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 639px) {
  #breadcrumbs li:not(:nth-last-child(2)) {
    display: none;
  }

  #breadcrumbs li:nth-last-child(2) {
    padding-left: 1rem;
    margin-left: 3px;
    padding-right: 0;
  }

  #breadcrumbs li:nth-last-child(2):after {
    content: url("/keyvos/front/assets/icons/arrow-left.svg");
    left: 0;
    width: 5px;
    height: auto;
  }

  .swiper--products .swiper-wrapper .swiper-slide {
    max-width: 29rem;
  }
}

.toast-top-right {
  right: 20px;
  top: 40px;
}

.toast-success {
  background-color: var(--primary);
}

#toast-container > div {
  box-shadow: none;
  border-radius: 0;
}

#toast-container > div:hover {
  box-shadow: none;
}

.toast-message {
  font-size: var(--font-sm);
}

#toast-container > .toast-success {
  background-size: 2.2rem;
}

.after\:pointer-events-none::after{
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-4::after{
  content: var(--tw-content);
  bottom: 1rem;
}

.after\:right-4::after{
  content: var(--tw-content);
  right: 1rem;
}

.after\:content-\[\'zoom\'\]::after{
  --tw-content: 'zoom';
  content: var(--tw-content);
}

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

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

.last\:border-0:last-child{
  border-width: 0px;
}

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

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.last\:pr-0:last-child{
  padding-right: 0px;
}

.checked\:border-blue-600:checked{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:bg-violet-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:pl-6:hover{
  padding-left: 1.5rem;
}

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

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:drop-shadow-2xl:hover{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:border-violet-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-indigo-800:active{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.active\:bg-red-800:active{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:outline-none:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:block{
  display: block;
}

.peer:checked ~ .peer-checked\:border-2{
  border-width: 2px;
}

.peer:checked ~ .peer-checked\:border-l-4{
  border-left-width: 4px;
}

.peer:checked ~ .peer-checked\:border-b-0{
  border-bottom-width: 0px;
}

.peer:checked ~ .peer-checked\:border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:pl-6{
  padding-left: 1.5rem;
}

.peer:checked ~ .peer-checked\:font-medium{
  font-weight: 500;
}

.peer:checked ~ .peer-checked\:text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

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

.peer:checked ~ .peer-checked\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\:drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

@media (prefers-reduced-motion: reduce){

  .motion-reduce\:hidden{
    display: none;
  }
}

@media (min-width: 640px){

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

@media (min-width: 768px){

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

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:left-12{
    left: 3rem;
  }

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

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

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-48{
    height: 12rem;
  }

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

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-375{
    width: 37.5rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

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

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

  .md\:flex-auto{
    flex: 1 1 auto;
  }

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

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

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

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

  .md\:flex-col{
    flex-direction: column;
  }

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

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

  .md\:space-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-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)));
  }

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

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

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:top-8::after{
    content: var(--tw-content);
    top: 2rem;
  }

  .md\:after\:-right-8::after{
    content: var(--tw-content);
    right: -2rem;
  }

  .md\:after\:h-1\.5::after{
    content: var(--tw-content);
    height: 0.375rem;
  }

  .md\:after\:h-1::after{
    content: var(--tw-content);
    height: 0.25rem;
  }

  .md\:after\:w-10::after{
    content: var(--tw-content);
    width: 2.5rem;
  }

  .md\:after\:bg-slate-300::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  }

  .md\:after\:content-\[\'\'\]::after{
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1024px){

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

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

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

  .lg\:order-none{
    order: 0;
  }

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-auto{
    height: auto;
  }

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

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

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

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

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

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

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

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

  .lg\:grid-cols-cs-1{
    grid-template-columns: 1fr 10% 35%;
  }

  .lg\:grid-cols-cs-2{
    grid-template-columns: 27rem 1fr;
  }

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

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

  .lg\:items-center{
    align-items: center;
  }

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

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

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

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

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

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

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

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

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

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

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

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

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

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

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

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:after\:-right-12::after{
    content: var(--tw-content);
    right: -3rem;
  }

  .lg\:after\:w-20::after{
    content: var(--tw-content);
    width: 5rem;
  }

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

  .peer:checked ~ .lg\:peer-checked\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .peer:checked ~ .lg\:peer-checked\:border-0{
    border-width: 0px;
  }
}

@media (min-width: 1280px){

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

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

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

