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

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

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

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

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

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

.max-w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
}

body {
  font-family: roboto;
  font-size: 16px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity));
}

h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-family: roboto;
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
    padding-top: 1rem;
  }
}

h1 {
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  padding-bottom: 0.75rem;
  font-size: 23px;
  line-height: 27px;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  padding-bottom: 0.75rem;
  font-size: 21px;
  line-height: 25px;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

h5 {
  padding-bottom: 0.5rem;
  font-size: 19px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 19px;
    line-height: 21px;
  }
}

h6 {
  padding-bottom: 0.5rem;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

/* #content a {

        @apply underline text-primary;

    } */

p {
  margin-bottom: 1.25rem;
}

.button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 28 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.button {
  /* clip-path: polygon(87% 0, 100% 57%, 100% 100%, 0 100%, 0 0); */
  -webkit-clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
  padding-right: 30px;
}

.filter-container .button {
  display: flex;
  max-width: 113px;
  justify-content: flex-start;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 4px;
}

input, 
  textarea {
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input[type="submit"] {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 28 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#nf-form-title-1, 
  #nf-form-title-2, 
  #nf-form-title-3, 
  #nf-form-title-4 {
  font-family: roboto;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

@media (min-width: 1024px) {
  #nf-form-title-1, 
  #nf-form-title-2, 
  #nf-form-title-3, 
  #nf-form-title-4 {
    font-size: 31px;
    line-height: 36px;
  }
}

body#tinymce {
  margin-left: 15px;
  margin-right: 15px;
}

video {
  height: 100vh;
  max-width: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  visibility: hidden;
}

.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__trigger::before {
  visibility: hidden;
}

.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__trigger::after {
  visibility: hidden;
}

div.summary.entry-summary > p > span > bdi {
  font-family: roboto;
  font-size: 22px;
  font-weight: 500;
}

.wc-tabs-wrapper li.active {
  font-weight: 700;
}

div.summary.entry-summary > form > div > table {
  text-align: left !important;
}

div.summary.entry-summary
    > form
    > div
    > table
    > tbody
    > tr:nth-child(2)
    > th
    > label {
  margin-top: 0.7rem;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-\[30px\] {
  left: 30px;
}

.left-\[115px\] {
  left: 115px;
}

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

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

.-bottom-52 {
  bottom: -13rem;
}

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

.right-3 {
  right: 0.75rem;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.ml-\[22px\] {
  margin-left: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

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

.h-12 {
  height: 3rem;
}

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

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-auto {
  height: auto;
}

.h-\[30vw\] {
  height: 30vw;
}

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

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

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

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

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-\[100vw\] {
  height: 100vw;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-full {
  max-height: 100%;
}

.max-h-\[100vh\] {
  max-height: 100vh;
}

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

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

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

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[86vh\] {
  min-height: 86vh;
}

.w-full {
  width: 100%;
}

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

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-4\/5 {
  width: 80%;
}

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

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

.w-24 {
  width: 6rem;
}

.w-2 {
  width: 0.5rem;
}

.w-auto {
  width: auto;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-3xl {
  max-width: 48rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

.translate-y-4 {
  --tw-translate-y: 1rem;
  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-\[10px\] {
  --tw-translate-y: 10px;
  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-\[10px\] {
  --tw-translate-y: -10px;
  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-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.skew-y-3 {
  --tw-skew-y: 3deg;
  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));
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.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-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

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

.border-t-\[\#c7c7c7\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 199 199 / var(--tw-border-opacity));
}

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

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

.bg-transparent {
  background-color: transparent;
}

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

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

.bg-buttongray {
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 155 / var(--tw-bg-opacity));
}

.bg-primary\/\[\.8\] {
  background-color: rgb(0 0 0 / .8);
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

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

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

.bg-origin-content {
  background-origin: content-box;
}

.p-0 {
  padding: 0px;
}

.p-8 {
  padding: 2rem;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pr-7 {
  padding-right: 1.75rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

.font-headline {
  font-family: roboto;
}

.font-bickham {
  font-family: Bickham Script Pro;
}

.font-basker {
  font-family: Baskerville Display PT Web;
}

.font-body {
  font-family: roboto;
}

.font-bebas {
  font-family: Bebas Neue;
}

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

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

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

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

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

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

.font-\[500\] {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}

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

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

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

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

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

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

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

.text-\[\#272727\] {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / 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-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

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

.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 9px 4px rgba(0, 0, 0, 0.12));
  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-all {
  transition-property: all;
  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;
}

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

@font-face {
  font-family: 'Baskerville Display PT Web';

  src: url('/wp-content/themes/knockout/assets/fonts/BaskervilleDisplayPTWeb-Regular.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/BaskervilleDisplayPTWeb-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Bickham Script Pro';

  src: url('/wp-content/themes/knockout/assets/fonts/BickhamScriptPro-Bold.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/BickhamScriptPro-Bold.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';

  src: url('/wp-content/themes/knockout/assets/fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/BebasNeue-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('/wp-content/themes/knockout/assets/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/Roboto-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('/wp-content/themes/knockout/assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/Roboto-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('/wp-content/themes/knockout/assets/fonts/Roboto-Light.woff2') format('woff2'),
        url('/wp-content/themes/knockout/assets/fonts/Roboto-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

.menu li {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
}

.menu li:not(.menu-item-has-children) a {
  display: block;
}

.menu .menu-item-has-children {
  position: relative;
}

@media (min-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu {
    pointer-events: none;
    position: absolute;
    left: 0px;
    z-index: 10;
    min-width: 200px;
    --tw-translate-y: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    opacity: 0;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.menu .menu-item-has-children ul.sub-menu li {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu li {
    margin-top: 0.75rem;
  }
}

.menu .menu-item-has-children ul.sub-menu ul.sub-menu {
  left: unset;
  padding-top: 0.75rem;
  right: calc(100% + 0.1rem);
  top: -0.7rem;
  box-shadow: unset;
}

@media (max-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu ul.sub-menu {
    padding-top: 0;
    text-align: center;
  }

  .menu .menu-item-has-children ul.sub-menu {
    text-align: center;
  }
}

.menu .menu-item-has-children:hover > ul.sub-menu {
  pointer-events: auto;
  display: flex;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  opacity: 1;
}

.menu .menu-item-has-children ul.sub-menu li {
  margin-right: 0;
  margin-left: 0;
  padding: 6px 12px;
}

.menu .menu-item-has-children ul.sub-menu li:hover {
  background-color: #ededed;
}

/* Språk och valutaväljare i header */

#topHeader .searchbutton .langpicker .wpml-ls-legacy-dropdown,  #topHeader .searchbutton .langpicker .wcml-dropdown {
  width: auto;
}

#topHeader .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, #topHeader .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
  background-color: unset;
  border: none;
}

#topHeader.top-header .accountlinks .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, #topHeader.top-header .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
  color: black;
}

.page-template-startpage #topHeader.top-header .accountlinks .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, .page-template-startpage #topHeader.top-header .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
  color: white;
}

.archive #topHeader.top-header .accountlinks .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, .archive #topHeader.top-header .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
  color: white;
}

#topHeader.top-header.scrolled .accountlinks .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, #topHeader.top-header.scrolled .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
  color: black;
}

#topHeader.top-header .accountlinks .searchbutton .langpicker .wcml_currency_switcher ul.wcml-cs-submenu{
  color: black !important;
}

/* //Aktivera de menyer som önskas */

/* @import "mobilemenu.css"; */

#mobilesidebar{
  overflow-x: hidden;
}

.sidebar-slow-moves {
  transition: 0.3s;
}

.sidebar-inactive {
  transform: translateX(-100%);
}

.sidebar-menu-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all .25s linear;
}

.sidebar-menu-item-container-child-item {
  right: -500px;
  left: 500px;
}

.move-left {
  left: -500px;
  right: 500px;
}

.move-right {
  right: -50px;
}

.move-inview {
  left: 0;
  right: 0;
}

#toolbar_bottom_menu_container {
  z-index: 998;
  inset: 0;
  left: -430px;
  position: fixed;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  max-width: 430px;
}

#toolbar_bottom_menu_container.open {
  left: 0;
  opacity: 1;
  max-width: 430px;
}

.hide_menu {
  display: none !important;
}

#toolbar_bottom_menu_container .menu-container {
  position: relative;
}

#toolbar_bottom_menu_container .menu-item-container {
  right: -100px;
  left: auto;
  opacity: 0;
}

#toolbar_bottom_menu_container .menu-item-container.open {
  right: 0;
  left: 0;
  opacity: 1;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: slidein;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: slidein;
  -o-animation-duration: 0.251s;
  -o-animation-name: slidein;
  animation-duration: 0.25s;
  animation-name: slidein;
}

#toolbar_bottom_menu_container .menu-item-container.first-level {
  opacity: 1;
  right: 0;
  left: 0;
}

#toolbar_bottom_menu_container .menu-item-container.first-level .close-current-step {
  display: none;
}

#toolbar_bottom_menu_container .menu-item-container .close-current-step {
  text-decoration: underline;
  display: flex;
  align-items: center;
}

#toolbar_bottom_menu_container .menu-item-container .close-current-step img {
  max-height: 12px;
  margin-right: 10px;
}

@-webkit-keyframes slidein {
  from {
    margin-left: 100%;
    opacity: 0;
    width: 300%;
  }

  to {
    margin-left: 0%;
    opacity: 1;
    width: 100%;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    opacity: 0;
    width: 300%;
  }

  to {
    margin-left: 0%;
    opacity: 1;
    width: 100%;
  }
}

#toolbar_bottom {
}

#toolbar_bottom_mobile span img {
  height: 22px;
}

#toolbar_bottom_desktop span img {
  height: 22px;
}

.reset_variations {
  display: none;
}

table.variations {
  margin-bottom: 2rem;
}

ol.flex-control-nav {
  display: none;
}

.woocommerce-product-gallery__wrapper {
  mix-blend-mode: multiply;
}

h2.woocommerce-loop-product__title {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 19px;
  }
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active
  > a {
  --tw-text-opacity: 1;
  color: rgb(29 28 28 / var(--tw-text-opacity));
}

li.woocommerce-MyAccount-navigation-link.is-active {
  display: block !important;
}

.woocommerce-address-fields input {
  width: 100%;
}

input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.select2-container--default .select2-selection--single {
  height: auto !important;
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

#billing_address_2_field {
  margin-top: 28px;
}

.add-to-cart-wrapper {
  display: grid;
  max-width: 500px;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .add-to-cart-wrapper {
    width: 344px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.added_to_cart {
  display: flex;
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 28 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.yith-wcwl-add-to-wishlist:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .yith-wcwl-add-to-wishlist {
    max-width: 164px;
  }
}

.yith-wcwl-add-to-wishlist {
  /* clip-path: polygon(87% 0, 100% 57%, 100% 100%, 0 100%, 0 0); */
  -webkit-clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
  padding-right: 30px;
}

.filter-container .yith-wcwl-add-to-wishlist {
  display: flex;
  max-width: 113px;
  justify-content: flex-start;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 4px;
}

span.xoo-wsc-sp-atc a.yith-wcwl-add-to-wishlist {
  padding: 7px 23px 7px 20px;
}

.filter-container .yith-wcwl-add-to-wishlist {
  -webkit-clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
}

.myacount-wrapper .yith-wcwl-add-to-wishlist {
  max-width: unset;
}

.yith-wcwl-add-to-wishlist {
  --tw-text-opacity: 1;
  color: rgb(29 28 28 / var(--tw-text-opacity));
  height: 39px;
  padding: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .yith-wcwl-add-to-wishlist {
    width: 185px;
  }
}

.yith-wcwl-add-to-wishlist {
  max-width: none;
  display: flex;
  justify-content: flex-start;
  -webkit-clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
}

.yith-wcwl-add-button {
  height: 100%;
  width: 100%;
}

.yith-wcwl-add-button a,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  -webkit-clip-path: polygon(79% 0, 100% 58%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(79% 0, 100% 58%, 100% 100%, 0 100%, 0 0);
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 13px;
  padding-left: 10px;
  line-height: 28px;
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
  line-height: normal;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
  line-height: normal;
  font-size: 14px !important;
}

.yith-wcwl-add-button a span::after {
  position: relative;
  top: 3px;
  margin-left: 0.5rem;
  display: inline-block;
  width: 13px;
  content: url(/wp-content/themes/knockout/assets/images/favorites-black.svg);
}

.sbi_link {
  display: flex !important;
  align-items: center !important;
}

#sb_instagram .sbi_hover_bottom,
#sb_instagram .sbi_hover_top {
  font-size: 18px !important;
  line-height: 26px !important;
}

.miljon:nth-child(1) > a > img {
  max-height: 80px !important ;
}

.miljon:nth-child(2) > a > img {
  max-height: 85px !important ;
}

h2.woocommerce-Reviews-title,
#tab-title-custom_tab > h2 {
  display: none;
}

div.swiper-button-prev::after, 
div.swiper-button-next::after {
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity));
  font-size: 25px;
}

.product-template-default .product-gallery-swiper {
  max-width: 80%;
}

.product-template-default .product-gallery-swiper .swiper-button-prev, 
.product-template-default .product-gallery-swiper .swiper-button-next {
  display: none;
}

.product-loop-container #product-gallery-swiper {
  max-width: 100%;
}

.yith-wcwl-wishlistaddedbrowse a {
  font-size: 16px;
}

.gallery-true .swiper-button-lock {
  /* display: block !important; */
}

.gallery-false .swiper-button-prev,
.gallery-false .swiper-button-next {
  display: none !important;
}

.woocommerce-product-rating {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.woocommerce-review-link {
  margin-left: 5px;
  padding-top: 2px;
  font-size: 14px;
}

.product-wrap span.star-rating {
  display: none;
}

.comment-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment-text .description {
  width: 100%;
}

.comment-text p.meta {
  margin-bottom: 0px;
  margin-left: 6px;
  padding-top: 3px;
}

.comment-text .description {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

a.xoo-wsc-ft-btn {
  padding: 13px 3px 11px 3px;
  max-width: 100%;
}

span.xoo-wsc-sp-atc a.button {
  padding: 7px 23px 7px 20px;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 0;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding: 3px 5px 0px 5px;
}

/* 

label[for="pa_storlek"],

label[for="pa_herr-dam"] {

    display: none !important;

}



.woo-variation-swatches.wvs-show-label .variations th {

    display: flex;

} */

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  margin-left: 0 !important;
  margin-right: 12px !important;
}

a.reset_variations {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.product-template-default {
  padding-bottom: 7rem;
}

li.color-variable-item {
  border-radius: 100% !important;
  height: 20px !important;
  width: 20px !important;
}

span.variable-item-span-color {
  border-radius: 100% !important;
}

.woo-variation-swatches.wvs-show-label .variations th label {
  margin: 0 !important;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on
  .dgwt-wcas-om-bar
  button.dgwt-wcas-om-return {
  background-color: rgb(214, 214, 214);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0;
}

.dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
  font-family: Bebas Neue !important;
}

.js-dgwt-wcas-overlay-mobile {
  z-index: 9900 !important;
}

@media (min-width: 768px) {
  .js-dgwt-wcas-overlay-mobile {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .js-dgwt-wcas-overlay-mobile {
    width: 20rem;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  @media (min-width: 1024px) {
    .js-dgwt-wcas-overlay-mobile {
      width: 20rem;
    }
  }
}

.js-dgwt-wcas-overlay-mobile {
  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.2);
}

.xoo-wsc-ft-btn-cart {
  display: none !important;
}

#dgwt-wcas-search-input-1 {
  font-size: 18px !important;
}

#dgwt-wcas-search-input-1::-moz-placeholder {
  font-size: 18px !important;
}

#dgwt-wcas-search-input-1::placeholder {
  font-size: 18px !important;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.woocommerce-Tabs-panel--size_guide table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}

.otgs-development-site-front-end {
  display: none !important;
}

.filter-container .button {
  -webkit-clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
}

.single-product .content-area .product .woocommerce-tabs #tab-description ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.single-product .content-area .product .woocommerce-tabs #tab-custom_tab_2 ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* Produktkarusell startsida */

.product-carousell {
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 35%,
    rgb(182, 182, 182) 100%
  );
}

.product-carousell .product-image .swiper-slide, .swiper-slide-active {
  background: transparent !important;
}

.product-carousell .swiper-container {
  overflow: hidden;
}

.product-carousell .swiper-container .swiper-slide {
  /* background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 35%,
    rgb(226, 226, 226) 100%
  ); */
  overflow: hidden;
}

.product-carousell .swiper-container .swiper-slide .product-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  transform: translateY(500px);
  transition: transform 0.3s ease-in-out;
}

product-carousell
  .swiper-container
  .swiper-slide
  .product-info
  .product-info--inner {
  position: relative;
}

.product-carousell
  .swiper-container
  .swiper-slide
  .product-info
  .product-info--inner::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.product-carousell .swiper-container .swiper-slide:hover .product-info {
  transform: translateY(0px);
}

/* Header */

.top-header {
  position: absolute;
  transition: all 0.1s ease-in;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-template-startpage .top-header {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.archive .top-header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .top-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
  opacity: 1;
  transition: all 0.1s ease;
} */

.top-header.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.top-header .header-logo .headerlogo-white {
  display: none;
}

@media (min-width: 1024px) {
  .top-header .header-logo .headerlogo-black {
    display: block;
  }

  .top-header .header-logo .headerlogo-white {
    display: none;
  }

  .page-template-startpage .top-header .header-logo .headerlogo-black {
    display: none;
  }

  .page-template-startpage .top-header .header-logo .headerlogo-white {
    display: block;
  }

  .archive .top-header .header-logo .headerlogo-black {
    display: none;
  }

  .archive .top-header .header-logo .headerlogo-white {
    display: block;
  }

  .top-header.scrolled .header-logo .headerlogo-black {
    display: block;
  }

  .top-header.scrolled .header-logo .headerlogo-white {
    display: none;
  }
}

.header-topmessage img {
  max-width: 240px;
}

.top-header .header-logo img {
  width: 250px;
}

.top-header .accountlinks #favoriter .yith-wcwl-items-count i.yith-wcwl-icon {
  font-family: roboto;
  font-weight: 400;
}

.top-header
  .accountlinks
  #favoriter
  .yith-wcwl-items-count
  i.yith-wcwl-icon::before {
  display: none;
}

.top-header .accountlinks .icon-black {
  width: 17px;
  max-height: 17px;
}

.top-header .accountlinks .icon-white {
  display: none;
  width: 17px;
  max-height: 17px;
}

@media (min-width: 1024px) {
  .top-header .accountlinks .icon-black {
    display: inline-block;
    width: 17px;
  }

  .top-header .accountlinks .icon-white {
    display: none;
    width: 17px;
  }

  .page-template-startpage .top-header .accountlinks .icon-black {
    display: none;
    width: 17px;
  }

  .page-template-startpage .top-header .accountlinks .icon-white {
    display: inline-block;
    width: 17px;
  }

  .archive .top-header .accountlinks .icon-black {
    display: none;
    width: 17px;
  }

  .archive .top-header .accountlinks .icon-white {
    display: inline-block;
    width: 17px;
  }

  .top-header.scrolled .accountlinks .icon-black {
    display: inline-block;
  }

  .top-header.scrolled .accountlinks .icon-white {
    display: none;
  }
}

.top-header .accountlinks .searchbutton {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid black;
}

.page-template-startpage .top-header .accountlinks .searchbutton {
  border-left: 1px solid white;
}

.archive .top-header .accountlinks .searchbutton {
  border-left: 1px solid white;
}

.top-header.scrolled .accountlinks .searchbutton {
  border-left: 1px solid black;
}

.top-header .accountlinks #kontosida span.desktop-link-heading,
.top-header .accountlinks #favoriter span.desktop-link-heading,
.top-header .accountlinks #bottom_toolbar_open_cart span.desktop-link-heading {
  position: absolute;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.top-header .accountlinks #kontosida:hover span.desktop-link-heading,
.top-header .accountlinks #favoriter:hover span.desktop-link-heading,
.top-header
  .accountlinks
  #bottom_toolbar_open_cart:hover
  span.desktop-link-heading {
  opacity: 1;
}

/* Footer */

.footer .footer-inner .newsletter .nf-row .nf-cell {
  padding: 0;
}

.footer .footer-inner .newsletter .nf-form-fields-required {
  display: none;
}

.footer .footer-inner .newsletter .form-policy-text {
  margin-bottom: 0;
}

.footer .footer-inner .newsletter .form-policy-text a {
  text-decoration: underline;
}

.footer .footer-inner .socialmedia-icons a img {
  width: 20px;
}

.footer .payment-options-logos li img {
  width: 100%;
}

/* Notify form för produkt */

.single-product .product .summary .cwginstock-subscribe-form .panel-heading {
  background-color: black;
  border-color: black;
}

.single-product .product .summary .cwginstock-subscribe-form .panel-primary {
  border-color: black;
}

.single-product #primary {
  margin-top: 140px;
}

@media (min-width: 1024px) {
  .single-product #primary {
    margin-top: 100px;
  }
}

/* Bildblock startsida och undersidor */

.page-template-startpage .imageblock.single-standard .image-wrapper {
  max-height: 1024px;
}

@media (min-width: 1024px) {
  .page-template-startpage .imageblock.single-standard .image-wrapper {
    height: 100vw;
  }
}

.page-template-startpage .imageblock.single-smaller .image-wrapper {
  max-height: 600px;
}

@media (min-width: 1024px) {
  .page-template-startpage .imageblock.single-smaller .image-wrapper {
    height: 100vw;
  }
}

.page-template-startpage .imageblock.double-standard .image-wrapper {
  max-height: 1024px;
}

@media (min-width: 1024px) {
  .page-template-startpage .imageblock.double-standard .image-wrapper {
    height: 50vw;
  }
}

.page-template-startpage .imageblock.double-bigger .image-wrapper {
  max-height: 1400px;
}

@media (min-width: 1024px) {
  .page-template-startpage .imageblock.double-bigger .image-wrapper {
    height: 100vw;
  }
}

.page-template-default .imageblock.single-standard .image-wrapper {
  max-height: 1024px;
}

@media (min-width: 1024px) {
  .page-template-default .imageblock.single-standard .image-wrapper {
    height: 100vw;
  }
}

.page-template-default .imageblock.single-smaller .image-wrapper {
  max-height: 600px;
}

@media (min-width: 1024px) {
  .page-template-default .imageblock.single-smaller .image-wrapper {
    height: 100vw;
  }
}

.page-template-default .imageblock.double-standard .image-wrapper {
  max-height: 1024px;
}

@media (min-width: 1024px) {
  .page-template-default .imageblock.double-standard .image-wrapper {
    height: 50vw;
  }
}

.page-template-default .imageblock.double-bigger .image-wrapper {
  max-height: 1400px;
}

@media (min-width: 1024px) {
  .page-template-default .imageblock.double-bigger .image-wrapper {
    height: 100vw;
  }
}

.single-product .content-area .dekstop-gallery a.product-image-link {
  background:
    linear-gradient(
        180deg,
        rgba(250, 250, 250, 1) 35%,
        rgb(182, 182, 182) 100%
      )
    ;
}

.archive .content-area .site-main .product-loop-container .product {
  background:
  linear-gradient(
      180deg,
      rgba(250, 250, 250, 1) 35%,
      rgb(182, 182, 182) 100%
    )
  ;
}

.archive .content-area  {
  overflow: hidden;
}

.archive .content-area .site-main .product-loop-container .product:last-of-type {
  position: relative;
}

.archive .content-area .site-main .product-loop-container .product:last-of-type::after {
  content: '';
  background:
  linear-gradient(
      180deg,
      rgba(250, 250, 250, 1) 35%,
      rgb(182, 182, 182) 100%
    )
  ;
  width: 400vw;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -10;
}

@media (min-width: 1024px) {
  .archive .content-area .site-main .product-loop-container .product .product-image .gallery-true {
    display: block;
  }

  .archive .content-area .site-main .product-loop-container .product .product-image .dekstop-gallery {
    display: none;
  }
}

.page-template-default.woocommerce-wishlist h1 {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .page-template-default.woocommerce-wishlist h1 {
    margin-top: 2.5rem;
  }
}

.page-template-default.woocommerce-wishlist .wishlist-title-container .wishlist-title h2 {
  display: none;
}

@media (min-width: 1024px) {
  .single-product .top-header {
    color: black;
  }

  .single-product .top-header .header-logo .headerlogo-black {
    display: block;
  }

  .single-product .top-header .header-logo .headerlogo-white {
    display: none;
  }

  .single-product .top-header {
    color: black;
  }

  .single-product .top-header .accountlinks .icon-black {
    display: inline-block;
  }

  .single-product .top-header .accountlinks .icon-white {
    display: none;
  }

  .single-product #topHeader.top-header .accountlinks .searchbutton .langpicker .wpml-ls-legacy-dropdown li.wpml-ls-item a.wpml-ls-item-toggle, .single-product #topHeader.top-header.scrolled .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
    color: black;
  }

  .single-product #topHeader.top-header .accountlinks .searchbutton .langpicker .wcml-dropdown li.wcml-cs-active-currency {
    color: black;
  }
}

.single-product .content-area .product .product-gallery-swiper .swiper-wrapper .swiper-slide {
  background:
  linear-gradient(
      180deg,
      rgba(250, 250, 250, 1) 35%,
      rgb(182, 182, 182) 100%
    )
  ;
}

.page-template-default .imageblock .image-wrapper .textfaltBildOne p img {
  margin-left: auto;
  margin-right: auto;
}

.favoriter-container {
  margin-top: 9rem;
}

.margin-topsektion {
  margin-top: 2.75rem;
}

.margin-topsektion :is(:where(h1):not(:where([class~="not-prose"] *))) {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .margin-topsektion {
    margin-top: 7rem;
  }
}

.myacount-wrapper .button {
  max-width: unset;
}

/* Merförsäljning singelsida */

@media (min-width: 768px) {
  .single-product .content-area .product .upsells.products .product-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .single-product .content-area .product .upsells.products .product-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.single-product .content-area .product .upsells.products .uppsell-product {
  position: relative;
  overflow: hidden;
}

.single-product .content-area .product .upsells.products .uppsell-product .image-wrapper{
  background:
  linear-gradient(
      180deg,
      rgba(250, 250, 250, 1) 35%,
      rgb(182, 182, 182) 100%
    )
  ;
}

.single-product .content-area .product .upsells.products .uppsell-product .product-info h5 {
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-product .content-area .product .upsells.products .uppsell-product .product-info {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  z-index: 10;
  transform: translateY(95px);
  transition: transform 0.2s ease;
}

.single-product .content-area .product .upsells.products .uppsell-product .product-info::before {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: -14px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.single-product .content-area .product .upsells.products .uppsell-product:hover{
  border: 1px solid rgba(219, 219, 219, 1);
}

.single-product .content-area .product .upsells.products .uppsell-product:hover .product-info{
  transform: translateY(1px);
}

@media (min-width: 1024px) {
  .archive .content-area .site-main .product-loop-container .product .product-image {
    height: 100%;
  }

  .archive .content-area .site-main .product-loop-container .product .product-image .swiper {
    height: 100%;
  }

  .archive .content-area .site-main .product-loop-container .product .product-image .swiper .swiper-wrapper {
    height: 100%;
  }

  .archive .content-area .site-main .product-loop-container .product .product-image .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}

.archive .content-area .site-main .product-loop-container .product .product-image .swiper .swiper-wrapper .swiper-slide {
  background: linear-gradient(180deg, rgba(250, 250, 250, 1) 35%, rgb(182, 182, 182) 100%);
}

@media (min-width: 1024px) {
  .archive .content-area .site-main .product-loop-container .product .product-image .swiper .swiper-wrapper .swiper-slide a {
    height: 100%;
  }
}

.archive .content-area .site-main .product-loop-container .product .product-image .swiper-button-next,  .archive .content-area .site-main .product-loop-container .product .product-image .swiper-button-prev {
  opacity: 0;
  transition: all 0.2s ease-in;
}

.archive .content-area .site-main .product-loop-container .product:hover .product-image .swiper-button-next,  .archive .content-area .site-main .product-loop-container .product:hover .product-image .swiper-button-prev {
  opacity: 0.25;
}

/* Scripttypsnitt */

.scripttypsnitt h5{
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.scripttypsnittbold h5{
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 700;
  font-style: normal;
}

span.philipblank-cursive {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (min-width: 768px) {
  span.philipblank-cursive {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  span.philipblank-cursive {
    font-size: 4rem;
    line-height: 5rem;
  }
}

span.philipblank-cursive-small {
  font-size: 2rem;
  line-height: 3rem;
}

@media (min-width: 768px) {
  span.philipblank-cursive-small {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
}

@media (min-width: 1024px) {
  span.philipblank-cursive-small {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
}

span.philipblank-cursive-big {
  font-size: 3.75rem;
  line-height: 3.75rem;
}

@media (min-width: 768px) {
  span.philipblank-cursive-big {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}

@media (min-width: 1024px) {
  span.philipblank-cursive-big {
    font-size: 10rem;
    line-height: 9.375rem;
  }
}

.filter-container{
}

.filter-container .bapf_sfilter{
}

.filter-container .bapf_sfilter .bapf_head{
  display: none;
}

.product-image * {
  max-height: 500px;
}

.product-image .swiper-slide,
.swiper-slide-active {
  background: rgb(250, 250, 250);
  background: linear-gradient(180deg, rgba(250, 250, 250, 1) 35%, rgb(226, 226, 226) 100%);
}

.product-image .swiper-slide img,
div.swiper-slide.swiper-slide-active > a {
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.product-loop-buttons .yith-wcwl-add-to-wishlist {
  -webkit-clip-path: none;
          clip-path: none;
  background-color: transparent;
}

.product-loop-buttons .yith-wcwl-add-to-wishlist a {
  -webkit-clip-path: none;
          clip-path: none;
}

.product-loop-buttons .yith-wcwl-add-button span {
  font-size: 0;
}

body.woocommerce-page {
  padding-bottom: 83px;
}

p.stars a {
  margin-right: 6px;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1px;
  font-weight: 700;
}

p.stars a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#commentform > div > p > span > a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p.stars span {
  margin-top: 6px;
  display: flex;
}

.comment_container {
  display: flex;
  flex-direction: column;
}

.comment-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment-text .description {
  width: 100%;
}

.comment-text p.meta {
  margin-bottom: 0px;
  margin-left: 6px;
  padding-top: 3px;
}

.comment-text .description {
  margin-top: 0.5rem;
  margin-bottom: 10px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

#review_form_wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  #review_form_wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.comment-reply-title {
  font-family: roboto;
  font-size: 22px;
}

.comment-form-author,  .comment-form-email {
  display: flex;
  flex-direction: column;
}

/* 

.wishlist_table.mobile li .item-wrapper {
    width: 100%;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
    margin-top: 1rem;
}

.wishlist_table.mobile li .item-wrapper {
    margin-bottom: 0;
}

.wishlist_table.mobile li .item-details table.item-details-table,
.wishlist_table.mobile li table.additional-info {
    font-size: 1rem;
    margin-bottom: 0;
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
    font-size: 1rem;
    padding: 0;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    width: 50px;
}



.wishlist_table.mobile li {
    @apply relative mb-8;
}

.product-remove {
    @apply absolute top-[7px] right-[12px] text-[20px];
}

@media screen and (min-width: 768px) {
    .wishlist_table.wishlist_view {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
    }
    
} */

table.wishlist_table {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

body.woocommerce-wishlist .show-title-form {
  display: none;
}

.wishlist-title-container{
  text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin-top: 0px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 28 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    max-width: 164px;
  }
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  /* clip-path: polygon(87% 0, 100% 57%, 100% 100%, 0 100%, 0 0); */
  -webkit-clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(78% 0, 100% 54%, 100% 100%, 0 100%, 0 0);
  padding-right: 30px;
}

.filter-container .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  display: flex;
  max-width: 113px;
  justify-content: flex-start;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 4px;
}

span.xoo-wsc-sp-atc a.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  padding: 7px 23px 7px 20px;
}

.filter-container .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  -webkit-clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(67% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
}

.myacount-wrapper .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  max-width: unset;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: 100%;
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  -webkit-clip-path: polygon(87% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(87% 0, 100% 57%, 100% 100%, 0 100%, 0 0);
}

#kco-order-review, 
.woocommerce-form-coupon-toggle,  .woocommerce-thankyou-order-received,  .woocommerce-order-overview,  .woocommerce-order-details,  .woocommerce-customer-details {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 622px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}

.woocommerce-checkout h1 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 626px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
}

.woocommerce-checkout-review-order-table thead {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.woocommerce-checkout-review-order-table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.woocommerce-checkout-review-order-table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cart-subtotal {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

textarea.input-text {
  width: 100%;
}

#order_comments_field {
  padding-top: 1rem;
}

.woocommerce-checkout article {
  padding-top: 1.5rem;
}

.woocommerce-checkout .product-name {
  display: flex;
  width: 210px !important;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1024px) {
  .woocommerce-checkout .product-name {
    width: 320px !important;
  }
}

.woocommerce-checkout .product-name img {
  margin-right: 1.25rem;
  width: 60px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout .product-name img {
    margin-right: 2.5rem;
    width: 100px;
  }
}

span.xoo-wsc-pname img {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-checkout h1,  .woocommerce-order-overview {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.woocommerce-thankyou-order-received {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-family: roboto;
  font-size: 26px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(20 19 19 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-thankyou-order-received {
    padding-top: 1rem;
    font-size: 36px;
    line-height: 42px;
  }
}

body.woocommerce-order-received .woocommerce-order-details {
  display: none;
}

body.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

dl.variation {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

dl.variation :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  dl.variation {
    font-size: 16px;
  }
}

dl.variation dt {
  margin-right: 0.25rem;
}

dl.variation dd {
  margin-right: 0.75rem;
}

/* Adjust the height and width of the quantity box */

.woocommerce .quantity input.qty {
  height: 40px;
  width: 60px;
}

/* Add a border to the quantity box */

.woocommerce .quantity input.qty {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Change the background color of the quantity box */

.woocommerce .quantity input.qty {
  background-color: #fff;
}

/* Center the text inside the quantity box */

.woocommerce .quantity input.qty {
  text-align: center;
}

/* Adjust the font size and color of the quantity box */

.woocommerce .quantity input.qty {
  font-size: 14px;
  color: #333;
}

/* Style the plus and minus buttons */

.woocommerce .quantity .qty-plus,
.woocommerce .quantity .qty-minus {
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px;
  cursor: pointer;
}

/* Hover effect for the plus and minus buttons */

.woocommerce .quantity .qty-plus:hover,
.woocommerce .quantity .qty-minus:hover {
  background-color: #ccc;
}

/* Ensure the minus and plus buttons are always visible */

.woocommerce .quantity .qty-minus,
.woocommerce .quantity .qty-plus {
  opacity: 1;
  visibility: visible;
}

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

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

.first\:border-b-white:first-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.first\:border-l-white:first-child {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.first\:border-t-white:first-child {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.first\:pr-\[10px\]:first-child {
  padding-right: 10px;
}

.first\:font-bebas:first-child {
  font-family: Bebas Neue;
}

.first\:text-\[21px\]:first-child {
  font-size: 21px;
}

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

.group:hover .group-hover\:-bottom-14 {
  bottom: -3.5rem;
}

.group:hover .group-hover\:block {
  display: block;
}

.prose-h1\:mb-2 :is(:where(h1):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-h1\:p-0 :is(:where(h1):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h1\:text-black :is(:where(h1):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h1\:text-white :is(:where(h1):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h2\:mb-2 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-h2\:-skew-y-3 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-skew-y: -3deg;
  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));
}

.prose-h2\:p-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h2\:text-black :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h2\:text-white :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h3\:mb-2 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-h3\:p-0 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h3\:text-black :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h3\:text-white :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h4\:mb-2 :is(:where(h4):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-h4\:p-0 :is(:where(h4):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h4\:text-black :is(:where(h4):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h4\:text-white :is(:where(h4):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h5\:mb-2 :is(:where(h5):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-h5\:p-0 :is(:where(h5):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h5\:text-black :is(:where(h5):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h5\:text-white :is(:where(h5):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-img\:mx-auto :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
}

.prose-img\:mb-1 :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}

.prose-img\:mt-2 :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-top: 0.5rem;
}

.prose-img\:mix-blend-multiply :is(:where(img):not(:where([class~="not-prose"] *))) {
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:top-\[150px\] {
    top: 150px;
  }

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

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

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

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

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

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

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

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

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[900px\] {
    height: 900px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-\[250px\] {
    height: 250px;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

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

  .lg\:h-\[50vw\] {
    height: 50vw;
  }

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

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

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

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

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

  .lg\:min-w-\[250px\] {
    min-width: 250px;
  }

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

  .lg\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

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

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-\[41px\] {
    line-height: 41px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .first\:lg\:pr-\[20px\]:first-child {
    padding-right: 20px;
  }

  .group:hover .lg\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:h-\[450px\] {
    height: 450px;
  }

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

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

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}