/*!
Theme Name: Terrano
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: terrano
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Terrano is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url(fonts/plusJakarta/PlusJakartaSans-VariableFont_wght.ttf)
}

@font-face {
  font-family: "Inter";

  src: url(fonts/Inter/Inter-VariableFont_slnt,wght.ttf)
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity));
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

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

@media (min-width: 640px) {
  .container-content {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 768px) {
  .container-content {
    max-width: 48rem
  }
}

@media (min-width: 1024px) {
  .container-content {
    max-width: 64rem
  }
}

@media (min-width: 1280px) {
  .container-content {
    max-width: 107rem
  }
}

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

@media (min-width: 640px) {
  .container-article {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 768px) {
  .container-article {
    max-width: 48rem
  }
}

@media (min-width: 1024px) {
  .container-article {
    max-width: 62rem
  }
}

/* buttons */

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(172 214 229 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.613rem;
  padding-bottom: 0.613rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn:hover,
a.btn:hover,
button.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 178 205 / var(--tw-bg-opacity))
}

.btn.disabled,
a.btn.disabled,
button.btn.disabled,
button[disabled] {
  cursor: not-allowed;
  opacity: 0.5
}

.btn.btn-warning,
button.btn.btn-warning,
a.btn.btn-warning {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 76 60 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn.btn-warning:hover,
button.btn.btn-warning:hover,
a.btn.btn-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 76 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn.btn-icon-left {
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 1024px) {
  .btn.btn-icon-left {
    padding-left: 4.188rem
  }
}

.btn-icon-left svg {
  transition: opacity 100ms, left 300ms;
  display: none
}

@media (min-width: 1024px) {
  .btn-icon-left svg {
    display: block
  }
}

.btn-icon-left svg:nth-of-type(1) {
  position: absolute;
  left: 2.188rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

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

@media (min-width: 1024px) {
  .btn.btn-icon-left:hover span {
    --tw-translate-x: -2.188rem;
    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))
  }
}

.btn-icon-left:hover svg:nth-of-type(1) {
  opacity: 0
}

.btn-icon-left svg:nth-of-type(2) {
  position: absolute;
  left: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-icon-left:hover svg:nth-of-type(2) {
  left: calc(100% - 11px - 2rem);
  opacity: 1
}

.btn-border,
button.btn-border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 178 205 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

input#woocommerce-product-search-field::-webkit-search-cancel-button {
  opacity: 0.5;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.dgwt-wcas-search-wrapp {
  position: relative;
  order: 2;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0px !important
}

.dgwt-wcas-search-wrapp::before {
  position: absolute;
  top: -0.75rem;
  left: -1rem;
  display: block;
  height: 1px;
  width: calc(100% + 2rem);
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity))
}

@media (min-width: 1024px) {
  .dgwt-wcas-search-wrapp {
    order: 0;
    margin-top: 0px;
    margin-bottom: 0px
  }

  .dgwt-wcas-search-wrapp::before {
    content: var(--tw-content);
    display: none
  }
}

.dgwt-wcas-search-focused input {
  border-radius: 0px !important
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  padding: 0px
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem
  }
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity))
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 1rem;
  left: auto;
  top: 0.25rem;
  opacity: 0.5
}

@media (min-width: 1024px) {
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 1.5rem;
    top: 0.5rem
  }
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 1rem
}

@media (min-width: 1024px) {
  .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 1.5rem
  }
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 1rem
}

@media (min-width: 1024px) {
  .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 2rem
  }
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font-family: Plus Jakarta Sans, sans-serif
}

.btn-arrow {
  bottom: -2.5rem;
  top: auto;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 214 229 / var(--tw-bg-opacity))
}

@media (min-width: 640px) {
  .btn-arrow {
    top: 50%
  }
}

.btn-arrow-dark {
  bottom: 4rem;
  top: auto;
  display: none;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-arrow-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 214 229 / var(--tw-bg-opacity))
}

@media (min-width: 640px) {
  .btn-arrow-dark {
    top: 58%
  }
}

@media (min-width: 1024px) {
  .btn-arrow-dark {
    display: flex
  }
}

.btn-arrow-dark[disabled] {
  display: none
}

@media (min-width: 1024px) {
  .category-slider > .container-content:hover .btn-arrow-dark,
.bestsellers-slider > .container-content:hover .btn-arrow-dark,
.recommended-slider > .container-content:hover .btn-arrow-dark {
    opacity: 1
  }
}

.splide__arrow:hover:not(:disabled).btn-arrow {
  opacity: 1
}

.btn-arrow svg {
  width: 0.813rem
}

.btn-arrow-dark svg {
  width: 0.813rem;
  --tw-brightness: brightness(100);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.btn-arrow-dark:hover svg {
  --tw-brightness: brightness(1);
  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)
}

.btn-arrow-prev {
  border-radius: 9999px
}

@media (min-width: 640px) {
  .btn-arrow-prev {
    left: 0px
  }
}

@media (min-width: 1900px) {
  .btn-arrow-prev {
    left: -4rem
  }
}

.btn-arrow-next {
  border-radius: 9999px
}

@media (min-width: 640px) {
  .btn-arrow-next {
    right: 0px
  }
}

@media (min-width: 1900px) {
  .btn-arrow-next {
    right: -4rem
  }
}

.btn-arrow-prev svg {
  --tw-skew-y: 180deg 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))
}

.btn-transparent-arrow {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  padding-top: 0.344rem;
  padding-bottom: 0.344rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-transparent-arrow:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 26 52 / var(--tw-border-opacity))
}

.btn-transparent-arrow svg {
  height: 1.25rem
}

.btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(172 214 229 / var(--tw-bg-opacity));
  padding: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-circle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 178 205 / var(--tw-bg-opacity))
}

@media (min-width: 1024px) {
  .btn-circle {
    padding: 1rem
  }
}

.btn-circle > img {
  height: 1rem !important;
  width: 1rem !important
}

.btn-circle-heart {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.5);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.btn-circle-heart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity))
}

@media (min-width: 1024px) {
  .btn-circle-heart {
    height: 3rem;
    width: 3rem
  }
}

.btn-circle-heart > img {
  height: 1rem;
  width: 1rem
}

@media (min-width: 1024px) {
  .btn-circle-heart > img {
    height: 1.25rem;
    width: 1.25rem
  }
}

.product-card .btn-circle-heart > img {
  height: 1.25rem !important;
  width: 1.25rem !important;
  -o-object-fit: none !important;
     object-fit: none !important
}

.btn-circle-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.btn-circle-prev {
  --tw-skew-y: 180deg 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))
}

/* text */

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5
}

@media (min-width: 1024px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.8
  }
}

.par-14,
p.p-14 {
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em
}

@media (min-width: 640px) {
  .par-14,
p.p-14 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.8
  }
}

.par-18,
p.p-18 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em
}

@media (min-width: 1024px) {
  .par-18,
p.p-18 {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

/* headings */

.h1,
h1.h1 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .h1,
h1.h1 {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .h1,
h1.h1 {
    font-size: 3.5rem;
    line-height: 1.2
  }
}

.h1-small,
h1.h1-small {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1280px) {
  .h1-small,
h1.h1-small {
    font-size: 3rem
  }
}

.h2:not(.woocommerce-loop-product__title),
h2:not(.woocommerce-loop-product__title) {
  margin-bottom: 2rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .h2:not(.woocommerce-loop-product__title),
h2:not(.woocommerce-loop-product__title) {
    font-size: 2rem !important
  }
}

.h4,
h4.h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .h4,
h4.h4 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.h5,
h5.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .h5,
h5.h5 {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

/* menu */

.menu-num {
  position: relative
}

.menu-num .num {
  position: absolute;
  top: 0.188rem;
  right: 0.188rem;
  display: flex;
  height: 1.125rem;
  width: 1.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 76 60 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.menu-menu-glowne-container {
  width: 100%
}

@media (min-width: 1280px) {
  .menu-menu-glowne-container {
    margin-bottom: -0.25rem
  }
}

.menu-main-ul {
  scrollbar-color:  #D6DEE1 transparent;
  scrollbar-width: thin;
}

.menu-main-ul > li,
.menu-main-ul > li > a {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1536px) {
  .menu-main-ul > li,
.menu-main-ul > li > a {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.menu-main-ul > li > a {
  display: block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-top: 0.844rem;
  padding-bottom: 0.844rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1280px) {
  .menu-main-ul > li > a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 26 52 / var(--tw-border-opacity))
  }
}

.menu-mobile {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 100%
}

@media (min-width: 640px) {
  .menu-mobile {
    padding-left: calc((100% - 40rem) / 2)
  }
}

@media (min-width: 768px) {
  .menu-mobile {
    padding-left: calc((100% - 48rem) / 2)
  }
}

@media (min-width: 1024px) {
  .menu-mobile {
    padding-left: calc((100% - 64rem) / 2)
  }
}

@media (min-width: 1280px) {
  .menu-mobile {
    position: static;
    display: flex;
    padding-left: calc((100% - 107rem) / 2)
  }
}

.menu-mobile-common.open {
  display: flex
}

.menu-mobile-common.scrolled {
  height: calc(100vh - 4rem)
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem
}

@media (min-width: 1024px) {
  .menu-footer {
    gap: 1rem
  }
}

.menu-footer > li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.menu-footer > li:hover {
  text-decoration-line: underline;
  text-underline-offset: 8px
}

@media (min-width: 1024px) {
  .menu-footer > li {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

/* submenu */

.menu-menu-glowne-container li.menu-item-has-children > a {
  cursor: pointer
}

.menu-menu-glowne-container li.menu-item-has-children > a::after {
  position: relative;
  top: -.21rem;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: url(./img/icons/arrow-down.svg);
  content: var(--tw-content)
}

.menu-menu-glowne-container li.menu-item-has-children.open > a::after {
  --tw-translate-y: 0.25rem;
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu {
  pointer-events: none;
  left: 0px;
  top: 100%;
  z-index: -50;
  display: none;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 235 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1280px) {
  .menu-menu-glowne-container li.menu-item-has-children .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: row;
    border-bottom-width: 1px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: calc((100% - 103rem) / 2) !important;
    padding-right: calc((100% - 103rem) / 2) !important
  }
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li {
  width: 22.375rem
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li figure {
  position: relative;
  margin-bottom: 1.5rem;
  display: none;
  height: 14.917rem;
  width: 100%
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li figure::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1280px) {
  .menu-menu-glowne-container li.menu-item-has-children .sub-menu li figure {
    display: block
  }
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li:hover figure::before {
  content: var(--tw-content);
  background-color: rgba(7,26,52,0.7)
}

.menu-menu-glowne-container li.menu-item-has-children .sub-menu li span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1280px) {
  .menu-menu-glowne-container li.menu-item-has-children .sub-menu li span {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.menu-menu-glowne-container li.menu-item-has-children.open .sub-menu {
  pointer-events: auto;
  display: flex;
  opacity: 1
}

.menu-mobile-anim span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.open .menu-mobile-anim span:nth-of-type(1),
.open.menu-mobile-anim span:nth-of-type(1) {
  --tw-translate-y: 0.4rem;
  --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))
}

.open .menu-mobile-anim span:nth-of-type(2),
.open.menu-mobile-anim span:nth-of-type(2) {
  opacity: 0
}

.open .menu-mobile-anim span:nth-of-type(3),
.open.menu-mobile-anim span:nth-of-type(3) {
  --tw-translate-y: -0.4rem;
  --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))
}

/* menu kupuj online */

.menu-online {
  scrollbar-color:  #D6DEE1 transparent;
  scrollbar-width: thin;
  pointer-events: none;
  z-index: -50;
  max-height: 40rem;
  width: 100%;
  overflow: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 235 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1280px) {
  .menu-online {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.menu-online.open {
  pointer-events: auto;
  z-index: auto;
  opacity: 1
}

.menu-kupuj-online-container > ul {
  width: 100%;
  gap: 1rem
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container > ul {
    display: flex;
    gap: 4.5rem
  }
}

.menu-kupuj-online-container > ul > .menu-item {
  margin-bottom: 1rem;
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.menu-kupuj-online-container > ul > .menu-item:last-child {
  margin-bottom: 0px
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container > ul > .menu-item {
    margin-bottom: 0px
  }
}

.menu-kupuj-online-container > ul > .menu-item > a {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container > ul > .menu-item > a {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.menu-kupuj-online-container .sub-menu {
  display: none;
  flex-direction: column;
  gap: 0.625rem
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container .sub-menu {
    display: flex
  }
}

.menu-kupuj-online-container li.menu-item-has-children {
  position: relative;
  cursor: pointer
}

.menu-kupuj-online-container li.menu-item-has-children::after {
  position: absolute;
  top: .21rem;
  right: 0px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: url(./img/icons/arrow-down.svg);
  content: var(--tw-content)
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container li.menu-item-has-children::after {
    content: var(--tw-content);
    display: none
  }
}

.menu-kupuj-online-container li.menu-item-has-children.open::after {
  --tw-translate-y: 0.25rem;
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.menu-kupuj-online-container li.menu-item-has-children.open .sub-menu {
  display: flex
}

.menu-kupuj-online-container .sub-menu > li > a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.menu-kupuj-online-container .sub-menu > li > a:hover {
  text-underline-offset: 8px
}

@media (min-width: 1280px) {
  .menu-kupuj-online-container .sub-menu > li > a {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .menu-kupuj-online-container .sub-menu > li > a:hover {
    text-decoration-line: underline
  }
}

.menu-kupuj-online-container .sub-menu > li.sale > a {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity))
}

/* splide pagination */

.splide__pagination {
  position: static;
  margin-top: 2rem;
  gap: 0.5rem
}

.splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.splide__pagination .splide__pagination__page.is-active {
  width: 1.5rem;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

/* destroyed splide fix */

.splide.is-initialized:not(.is-active) .splide__list {
  display: flex
}

/* product card */

.product-card,
.rvpm-product {
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.product-card:hover,
.rvpm-product:hover {
  --tw-shadow: 0px 12px 28px 0px rgba(7,26,52,0.05);
  --tw-shadow-colored: 0px 12px 28px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {
  .product-card:hover,
.rvpm-product: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))
  }
}

.product-card.category-plytki .product-figure img {
  -o-object-fit: cover;
     object-fit: cover
}

.product-card .heart {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 3rem;
  width: 3rem
}

.product-card-img-wrapper {
  height: 8.5rem;
  width: 100%
}

@media (min-width: 1024px) {
  .product-card-img-wrapper {
    height: 16.5rem
  }
}

.product-card > img,
.product-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center
}

.product-card.category-plytki > img,
.product-card.category-plytki img {
  -o-object-fit: cover;
     object-fit: cover
}

.product-card-woo.category-plytki > img,
.product-card-woo.category-plytki img,
.product-card-woo.category-podlogi-i-sciany-wyprzedaz > img,
.product-card-woo.category-podlogi-i-sciany-wyprzedaz img {
  -o-object-fit: cover;
     object-fit: cover
}

.product-card .product-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1rem
}

@media (min-width: 1024px) {
  .product-card .product-inner {
    padding: 2rem
  }
}

.product-card .product-inner h5,
.rvpm-loop-product__link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .product-card .product-inner h5,
.rvpm-loop-product__link {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.8
  }
}

.product-card .product-inner .price,
.rvpm-shop-summary-wrap .price {
  margin-top: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity));
  text-decoration-line: none !important
}

@media (min-width: 1024px) {
  .product-card .product-inner .price,
.rvpm-shop-summary-wrap .price {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.rvpm-product {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.rvpm-shop-summary-wrap .price {
  margin-left: 1rem;
  margin-right: 1rem
}

@media (min-width: 1024px) {
  .rvpm-shop-summary-wrap .price {
    margin-left: 2rem;
    margin-right: 2rem
  }
}

.product-more-from .price {
  margin-top: 0px !important
}

.product-more-from .woocommerce-Price-amount.amount {
  margin-top: auto !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.01em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(99 178 205 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important
}

@media (min-width: 1024px) {
  .product-more-from .woocommerce-Price-amount.amount {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity));
  text-decoration-line: none !important
}

.rvpm-shop-summary-wrap .price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration-line: none !important
}

.rvpm-shop-summary-wrap .price del,
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.rvpm-shop-summary-wrap .price del .amount,
.woocommerce div.product p.price del .amount, .woocommerce div.product span.price del .amount {
  margin-right: 0.5rem;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important;
  opacity: 1
}

.rvpm-shop-summary-wrap .btn-circle {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem
}

@media (min-width: 1024px) {
  .rvpm-shop-summary-wrap .btn-circle {
    right: 1.5rem;
    bottom: 1.5rem;
    opacity: 0
  }
}

.rvpm-products .rvpm-shop-thumbnail-wrap > img {
  height: 8.5rem;
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 1024px) {
  .rvpm-products .rvpm-shop-thumbnail-wrap > img {
    height: 16.5rem
  }
}

.product-type-simple.splide__slide {
  margin-right: 0px !important
}

.product-card .cart {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  opacity: 1
}

@media (min-width: 1024px) {
  .product-card .cart {
    right: 1.5rem;
    bottom: 1.5rem;
    opacity: 0
  }
}

.product-card:hover .cart,
.rvpm-product:hover .btn-circle {
  opacity: 1
}

.products .woocommerce-notices-wrapper {
  display: none
}

/* product card woocommerce */

.product-card-woo,
.woocommerce ul li.product, .woocommerce-page ul.products li.product.product-card-woo {
  margin: 0px;
  height: auto;
  width: calc(25% - 0.75rem);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 640px) {
  .product-card-woo:hover,
.woocommerce ul li.product:hover, .woocommerce-page ul.products li.product.product-card-woo: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))
  }
}

.product-card-woo > a.woocommerce-LoopProduct-link {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.product-card-woo > a.woocommerce-LoopProduct-link .heart {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 3rem;
  width: 3rem
}

.product-card-woo .product-figure,
.product-card .product-figure {
  height: 8.75rem;
  width: 100%
}

@media (min-width: 1024px) {
  .product-card-woo .product-figure,
.product-card .product-figure {
    height: 16.5rem
  }
}

.woocommerce ul li.product.product-card-woo > a.woocommerce-LoopProduct-link .product-figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center
}

.woocommerce ul li.product.product-card-woo.category-plytki > a.woocommerce-LoopProduct-link .product-figure img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.woocommerce ul li.product.product-card-woo > a.woocommerce-LoopProduct-link .product-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1rem
}

@media (min-width: 1024px) {
  .woocommerce ul li.product.product-card-woo > a.woocommerce-LoopProduct-link .product-inner {
    padding: 2rem
  }
}

.woocommerce ul li.product.product-card-woo > a.woocommerce-LoopProduct-link h5 {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.woocommerce ul li.product.product-card-woo > a.woocommerce-LoopProduct-link .price {
  margin-top: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.woocommerce ul li.product.product-card-woo > .btn-circle {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  opacity: 1
}

@media (min-width: 1024px) {
  .woocommerce ul li.product.product-card-woo > .btn-circle {
    opacity: 0
  }
}

.woocommerce ul li.product-card-woo:hover {
  --tw-shadow: 0px 12px 28px 0px rgba(7,26,52,0.05);
  --tw-shadow-colored: 0px 12px 28px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.woocommerce ul li.product-card-woo:hover  > .btn-circle {
  opacity: 1
}

.woocommerce ul li.product.product-card-woo {
  position: relative
}

.woocommerce ul li.product.product-card-woo .btn-circle {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem
}

@media (min-width: 1024px) {
  .woocommerce ul li.product.product-card-woo .btn-circle {
    bottom: 1.5rem;
    right: 1.5rem
  }
}

.woocommerce ul li.product.product-card-woo .woocommerce-loop-product__title,
.archive:not(.post-type-archive-gotowe-lazienki) .woocommerce-loop-product__title {
  margin: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1.6 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(7 26 52 / var(--tw-text-opacity)) !important
}

@media (min-width: 1024px) {
  .woocommerce ul li.product.product-card-woo .woocommerce-loop-product__title,
.archive:not(.post-type-archive-gotowe-lazienki) .woocommerce-loop-product__title {
    margin: 1.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    line-height: 1.8 !important
  }
}

/* page and post simple */

.simple-page-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .simple-page-content {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
  }
}

.woocommerce-page .simple-page-content {
  padding: 0px
}

.simple-page-content h1, 
.simple-page-content h2, 
.simple-page-content h3, 
.simple-page-content h4, 
.simple-page-content h5, 
.simple-page-content h6 {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.simple-page-content h1 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem
}

@media (min-width: 1024px) {
  .simple-page-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

.simple-page-content h2 {
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media (min-width: 1024px) {
  .simple-page-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

.simple-page-content h3 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

@media (min-width: 1024px) {
  .simple-page-content h3 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.simple-page-content h4 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

@media (min-width: 1024px) {
  .simple-page-content h4 {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.simple-page-content h5 {
  font-size: 0.875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .simple-page-content h5 {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

.simple-page-content h6 {
  font-size: 0.875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .simple-page-content h6 {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

/* category slider */

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

@media (min-width: 640px) {
  .category-slider .category-slide: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))
  }
}

.category-slider .category-slide figure {
  position: relative
}

.category-slider .category-slide figure::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.category-slider .category-slide figure:hover::after {
  content: var(--tw-content);
  background-color: rgba(7,26,52,0.4)
}

/* presentation section */

.presentation-item:hover .presentation-mask {
  opacity: 1
}

.presentation-item:hover .presentation-title {
  --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))
}

.presentation-item:hover .btn-transparent-arrow {
  opacity: 1
}

/* assortment experts */

.assortment-experts-item:hover figure::after {
  content: var(--tw-content);
  opacity: 1
}

/* breadcrumbs */

ul.breadcrumbs {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  white-space: nowrap
}

@media (min-width: 1024px) {
  ul.breadcrumbs {
    -moz-column-gap: 1rem;
         column-gap: 1rem
  }
}

ul.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(110 131 137 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  ul.breadcrumbs li {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

ul.breadcrumbs li > a {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  ul.breadcrumbs li > a {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

.woocommerce .woocommerce-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 640px) {
  .woocommerce .woocommerce-breadcrumb {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 768px) {
  .woocommerce .woocommerce-breadcrumb {
    max-width: 48rem
  }
}

@media (min-width: 1024px) {
  .woocommerce .woocommerce-breadcrumb {
    max-width: 64rem
  }
}

@media (min-width: 1280px) {
  .woocommerce .woocommerce-breadcrumb {
    max-width: 107rem
  }
}

.woocommerce.single-product .woocommerce-breadcrumb {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important
}

/* blog */

.blog-item {
  width: 100%
}

@media (min-width: 640px) {
  .blog-item {
    width: calc(50% - 1.25rem)
  }
}

@media (min-width: 1280px) {
  .blog-item {
    width: calc(33.33% - 1.666rem)
  }
}

.blog-item figure {
  position: relative;
  margin-bottom: 1.25rem;
  height: 10rem;
  width: 100%
}

.blog-item figure::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(7,26,52,0.2);
  opacity: 0;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1024px) {
  .blog-item figure {
    margin-bottom: 2.5rem;
    height: 18.75rem
  }
}

.blog-item:hover figure::after {
  content: var(--tw-content);
  opacity: 1
}

.blog-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.blog-item .entry-content p {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.pagination-nav span {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 1rem
}

@media (min-width: 1024px) {
  .archive .custom-pagination {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .archive .products-top {
    row-gap: 2rem
  }
}

.archive .products-top .custom-pagination {
  order: 1;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  margin-right: 0px;
  margin-left: auto;
  display: none;
  width: 100%;
  --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))
}

@media (min-width: 1024px) {
  .archive .products-top .custom-pagination {
    margin-bottom: 0px;
    margin-top: 0px;
    width: auto
  }
}

@media (min-width: 1280px) {
  .archive .products-top .custom-pagination {
    display: flex
  }
}

.custom-pagination form {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

.custom-pagination input[type="number"] {
  -moz-appearance: textfield;
  display: block;
  height: 3rem;
  width: 3.875rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.custom-pagination input[type="number"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.custom-pagination input[type="number"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.custom-pagination input[type="number"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

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

.custom-pagination button {
  margin-left: 0.5rem
}

.sidebar-sort .custom-pagination {
  display: none
}

.orderby-wrapper {
  display: flex
}

.sidebar-sort .orderby-wrapper {
  display: flex
}

.custom-select-container:nth-of-type(2) {
  display: none
}

@media (min-width: 1280px) {
  .custom-select-container:nth-of-type(2) {
    display: inline-flex
  }
}

.post-header h1 {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.post-excerpt p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .post-excerpt p {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.single .post .container-content > figure,
.salony .container-content > figure {
  height: 20rem;
  width: 100%
}

@media (min-width: 1024px) {
  .single .post .container-content > figure,
.salony .container-content > figure {
    height: 37rem
  }
}

.single .post .container-content > figure img,
.salony .container-content > figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.single #content {
  overflow: hidden
}

@media (min-width: 1280px) {
  .single #content {
    overflow: visible
  }
}

/* wysiwyg */

.wysiwyg {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%
}

.wysiwyg h1 {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.wysiwyg p {
  margin: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.wysiwyg strong,
.wysiwyg strong {
  font-weight: 600
}

.wysiwyg .wp-block-group {
  margin-bottom: 4.5rem
}

.wysiwyg .wp-block-group:last-child {
  margin-bottom: 0px
}

.wysiwyg p a,
.wysiwyg li a {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: .1875rem
}

.wysiwyg p.is-style-lead {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.wysiwyg ul {
  margin-top: 1rem;
  list-style-type: none !important;
  padding: 0px
}

.wysiwyg li {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8
}

.wysiwyg li::before {
  position: absolute;
  left: 0px;
  top: 0.25rem;
  margin-right: 1rem;
  display: block;
  height: 1rem;
  width: 1rem;
  --tw-content: url(./img/icons/check.svg);
  content: var(--tw-content)
}

.wysiwyg li:last-child {
  margin-bottom: 0px
}

.wysiwyg .wp-block-separator {
  margin-top: 0px;
  margin-bottom: 4.5rem
}

/* blog section */

.blog-section-item {
  width: 100%
}

@media (min-width: 1024px) {
  .blog-section-item {
    width: calc(33.33% - 1.667rem)
  }
}

.blog-section-item figure {
  position: relative;
  margin-bottom: 1rem;
  height: 9.313rem;
  width: 100%
}

.blog-section-item figure::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1024px) {
  .blog-section-item figure {
    margin-bottom: 2.5rem;
    height: 18.75rem
  }
}

.blog-section-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.blog-section-item:hover figure::after {
  content: var(--tw-content);
  background-color: rgba(7,26,52,0.2)
}

/* offices */

.offices figure {
  position: relative;
  height: 13rem;
  width: 100%
}

.offices figure::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (min-width: 1024px) {
  .offices figure {
    height: 24.688rem
  }
}

.offices figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.offices-item:hover figure::after {
  content: var(--tw-content);
  background-color: rgba(7,26,52,0.2)
}

.offices-item:hover .btn.btn-icon-left {
  --tw-bg-opacity: 1;
  background-color: rgb(99 178 205 / var(--tw-bg-opacity))
}

.offices-item:hover .btn.btn-icon-left span {
  --tw-translate-x: -2.188rem;
  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))
}

.offices-item:hover .btn-icon-left svg:nth-of-type(1) {
  opacity: 0
}

.offices-item:hover .btn-icon-left svg:nth-of-type(2) {
  left: calc(100% - 11px - 2rem);
  opacity: 1
}

/* form contact */

.contact-form-section label {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.form-custom-checkbox label {
  margin-bottom: 0px
}

.contact-form-section input[type="text"],
.contact-form-section input[type="email"],
.contact-form-section input[type="tel"],
.contact-form-section textarea {
  margin-top: 0.5rem;
  max-height: 10rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.contact-form-section input[type="text"]:focus,
.contact-form-section input[type="email"]:focus,
.contact-form-section input[type="tel"]:focus,
.contact-form-section textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact-form-section input[type="text"]:active,
.contact-form-section input[type="email"]:active,
.contact-form-section input[type="tel"]:active,
.contact-form-section textarea:active {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact-form-section input[type="submit"] {
  display: inline-flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(172 214 229 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.contact-form-section input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 178 205 / var(--tw-bg-opacity))
}

.contact-form-section input[type="submit"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity));
  opacity: 0.5
}

.contact-form-section label a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px
}

.form-custom-checkbox {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  cursor: pointer
}

.form-custom-checkbox input {
  display: none;
}

.form-custom-checkbox .form-custom-checkbox-span {
  position: absolute;
  left: 0px;
  margin-right: 1rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.form-custom-checkbox .form-custom-checkbox-span.checked {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 26 52 / var(--tw-border-opacity));
  border-right-color: rgb(7 26 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.form-custom-checkbox .form-custom-checkbox-span svg {
  position: absolute;
  top: 0.25rem;
  left: 0.125rem;
  width: 1.25rem
}

.wpcf7-form-control-wrap {
  position: relative;
  z-index: 20
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  z-index: 20;
  padding-left: 1.875rem
}

.cf7sr-g-recaptcha {
  margin-bottom: 1rem
}

.form-upload b {
  font-weight: 600
}

.form-upload {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem
}

.form-upload > p {
  margin-bottom: 0.5rem
}

.form-upload .btn {
  margin-top: 0.5rem;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 178 205 / var(--tw-border-opacity));
  background-color: transparent
}

.form-upload .btn br {
  display: none
}

.form-upload label {
  margin-bottom: 0.5rem
}

.form-upload label br {
  display: none
}

.form-upload .small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.8;
  letter-spacing: -0.01em
}

.form-upload .wpcf7-form-control-wrap input.wpcf7-file {
  display: none
}

.form-upload .wpcf7-form-control-wrap {
  display: none
}

.form-3cols {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem
}

.form-dane-p {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem
}

.contact-tab-btn.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity))
}

/* cart */

.cart-inner > .woocommerce {
  display: flex;
  height: 100%;
  flex-direction: column
}

.cart-inner > .woocommerce .return-to-shop {
  margin-top: auto
}

.woocommerce-mini-cart.cart_list {
  max-height: calc(100vh - 23rem);
  overflow: auto
}

@media (min-width: 1280px) {
  .woocommerce-mini-cart.cart_list {
    max-height: calc(100vh - 25rem)
  }
}

.woocommerce-mini-cart.cart_list::-webkit-scrollbar {
  width: 0.25rem
}

.woocommerce-mini-cart.cart_list::-webkit-scrollbar-track {
  background-color: transparent
}

.woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 162 169 / var(--tw-bg-opacity))
}

.thin-scrollbar::-webkit-scrollbar {
  width: 0.25rem
}

.thin-scrollbar::-webkit-scrollbar-track {
  background-color: transparent
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 162 169 / var(--tw-bg-opacity))
}

.fixed-cart-show.show,
.fixed-login-show.show,
.fixed-wishlist-show.show {
  --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))
}

.cart-overlay.show,
.login-overlay.show,
.wishlist-overlay.show {
  opacity: 0.2
}

.remove_from_cart_button,
.remove-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.remove_from_cart_button:hover,
.remove-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity))
}

.remove_from_cart_button:hover > svg,
.remove-btn:hover > svg {
  opacity: 1
}

.cart-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.cart-thumbnail > a {
  display: block;
  height: 100%;
  width: 100%
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  margin-bottom: 2rem;
  padding: 0px
}

.quantity {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.quantity .amount {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.woocommerce .woocommerce-mini-cart .quantity {
  margin-top: 0px !important
}

.woocommerce-mini-cart__total {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5
}

.woocommerce-mini-cart__total strong {
  font-weight: 400
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.woocommerce-mini-cart-item.mini_cart_item {
  margin-bottom: 2rem !important
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: flex
}

.cart-thumbnail .attachment-woocommerce_thumbnail {
  -o-object-fit: cover;
     object-fit: cover
}

.login-info-success {
  margin-bottom: 2rem;
  border-left-width: .1875rem;
  --tw-border-opacity: 1;
  border-left-color: rgb(29 156 83 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 156 83 / var(--tw-text-opacity))
}

.login-info-error {
  margin-bottom: 2rem;
  border-left-width: .1875rem;
  --tw-border-opacity: 1;
  border-left-color: rgb(231 76 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity))
}

/* gotowe łazienki */

.blocks-products .products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.product-card-block {
  position: relative;
  height: 20rem;
  width: 100%
}

@media (min-width: 1024px) {
  .product-card-block {
    height: 37rem;
    width: calc(33.33% - 0.667rem)
  }
}

.product-card-block > a.product-card-block-link {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.product-card-block > a.product-card-block-link::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(7,26,52,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(7, 26, 52, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(7,26,52,0.35) var(--tw-gradient-to-position)
}

.product-card-block > a.product-card-block-link:hover {
  background-color: rgba(7,26,52,0.7)
}

.product-card-block > a.product-card-block-link > img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.product-card-block > a.product-card-block-link > figure {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.product-card-block > a.product-card-block-link > figure > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.product-card-block .woocommerce-loop-product__title {
  z-index: 20;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

@media (min-width: 1024px) {
  .product-card-block .woocommerce-loop-product__title {
    --tw-translate-y: 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))
  }
}

.product-card-block > a .product-card-block-btn {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

@media (min-width: 1024px) {
  .product-card-block > a .product-card-block-btn {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.8
  }

  .product-card-block > a:hover .woocommerce-loop-product__title {
    --tw-translate-y: -0.75rem;
    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))
  }
}

.product-card-block > a:hover .product-card-block-btn {
  z-index: 20;
  opacity: 1
}

@media (min-width: 1024px) {
  .product-card-block:nth-of-type(1),
.product-card-block:nth-of-type(7),
.product-card-block:nth-of-type(8) {
    width: calc(66.66% - 0.5rem)
  }
}

/* woocommerce breadcrumbs */

.woocommerce .woocommerce-breadcrumb {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(110 131 137 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce .woocommerce-breadcrumb {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

.woocommerce .woocommerce-breadcrumb svg {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

/* orderby */

.custom-select-display.open {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity))
}

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

/* title category */

.post-type-archive-product .sidebar-title {
  display: none
}

.archive  .custom-select-container {
  margin: 0px
}

/* woocommerce filters */

.sidebar .subcategories .subcategory.active {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px
}

.wp-block-woocommerce-filter-wrapper .wp-block-heading {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .wp-block-woocommerce-filter-wrapper .wp-block-heading {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.wc-block-attribute-filter__actions {
  justify-content: flex-start !important
}

.wc-block-attribute-filter__actions .wc-block-components-filter-reset-button {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity));
  text-decoration-line: none
}

.wc-block-attribute-filter__actions .wc-block-components-filter-reset-button::before {
  position: absolute;
  top: 0px;
  display: block;
  height: 1px;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.wpc-filters-widget-containers-wrapper .wpc-posts-found {
  display: none
}

.wpc-filter-product_cat .wpc-filters-ul-list {
  padding: 0px !important
}

.wpc-filters-section.wpc-filter-terms-count-0 {
  display: none
}

.wpc-filter-header {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .wpc-filter-header {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.wpc-filters-section {
  margin-bottom: 3rem !important
}

.wpc-radio-item.wpc-term-selected {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px
}

.wpc-filters-main-wrap li.wpc-term-item {
  margin-bottom: 1rem !important
}

.sidebar .subcategories {
  margin-bottom: 3rem !important
}

.wpc-edit-filter-set {
  display: none
}

.wpc-checkbox-item .wpc-term-item-content-wrapper label {
  padding-left: 2.5rem !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.wpc-checkbox-item .wpc-term-item-content-wrapper label::before {
  position: absolute;
  left: 0.25rem;
  z-index: 20;
  width: 1rem;
  opacity: 0;
  --tw-content: url(./img/icons/input-check.svg);
  content: var(--tw-content)
}

.wpc-checkbox-item .wpc-term-item-content-wrapper label::after {
  position: absolute;
  left: 0px;
  top: -0.125rem;
  margin-right: 1rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity));
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.wpc-checkbox-item .wpc-term-item-content-wrapper input {
  display: none
}

.wpc-checkbox-item .wpc-term-item-content-wrapper input:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity))
}

.wpc-checkbox-item .wpc-term-item-content-wrapper input:checked + label::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.wpc-checkbox-item .wpc-term-item-content-wrapper input:checked + label::before {
  opacity: 1
}

.wpc-checkbox-item .wpc-term-item-content-wrapper input {
  display: none
}

#filters-content.open {
  display: block
}

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

.wpc-filters-main-wrap li.wpc-term-item a.filters-badge-outlet,
.wpc-filters-main-wrap li.wpc-term-item a.filters-badge-sale {
  display: block;
  --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));
  border-radius: 0px;
  border-bottom-right-radius: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.wpc-filters-main-wrap li.wpc-term-item a.filters-badge-sale {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(211 84 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 156 18 / var(--tw-bg-opacity))
}

.wpc-filters-main-wrap li.wpc-term-item a.filters-badge-outlet {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(154 61 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 84 0 / var(--tw-bg-opacity))
}

.wpc-filter-title {
  margin-bottom: 0.5rem !important
}

.wpc-filters-section {
  margin-bottom: 3rem !important
}

.wpc-filter-product_cat .wpc-filters-ul-list {
  padding-top: 0.5rem !important
}

.product-wholesale {
  margin-top: -1.5rem;
  margin-left: 0.75rem;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .product-wholesale {
    margin-left: 1.5rem
  }
}

.wpc-custom-selected-terms {
  display: none
}

.category-desc {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.2
}

@media (min-width: 640px) {
  .category-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.8
  }
}

.category-desc a {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: underline
}

.category-desc h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .category-desc h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 2rem !important
  }
}

.category-desc h2 > span {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .category-desc h2 > span {
    font-size: 2rem !important
  }
}

.category-desc ul,
.category-desc ol {
  padding-left: 1.5rem
}

.category-desc ul {
  list-style-type: disc
}

.category-desc ol {
  list-style-type: decimal
}

/* homepage products cart */

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

/* cart */

.cart-thumbnail img {
  margin: 0px;
  max-height: 100%;
  max-width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center
}

.woocommerce-cart .product-quantity .quantity {
  margin: 0px !important;
  width: 9rem
}

@media (min-width: 640px) {
  .woocommerce-cart .product-quantity .quantity {
    width: 10rem
  }
}

@media (min-width: 1280px) {
  .woocommerce-cart .product-quantity .quantity {
    width: 14.5rem
  }
}

.woocommerce-cart .product-quantity .quantity input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity))
}

.woocommerce-cart .product-remove {
  margin-left: auto
}

.woocommerce-cart .product-subtotal .woocommerce-Price-amount.amount {
  display: block;
  display: flex;
  height: 3rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.woocommerce-cart .woocommerce .quantity .qty {
  height: 3rem
}

.woocommerce-cart .woocommerce .quantity .input-qty-minus,
.woocommerce-cart .woocommerce .quantity .input-qty-plus {
  top: 1.5rem !important
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.disabled {
  cursor: not-allowed;
  opacity: 0.5
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity))
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals h2 {
  margin: 0px
}

.woocommerce-page .cart-collaterals {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem
}

@media (min-width: 1024px) {
  .woocommerce-page .cart-collaterals {
    padding: 3rem
  }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-style: none
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount.amount {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

/* woocommerce notices */

.woocommerce-notices-wrapper {
  margin-bottom: 0.75rem;
  width: 100%
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  flex-wrap: wrap;
  row-gap: 0.5rem;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  display: flex;
  align-items: center;
  gap: 1rem
}

.woocommerce-error li a, .woocommerce-info li, .woocommerce-message li a {
  order: 2;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 239 241 / var(--tw-bg-opacity)) !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(7 26 52 / var(--tw-text-opacity)) !important
}

.woocommerce-notices-wrapper .woocommerce-error {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 1rem
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: static
}

/* kitchen brands */

.kitchen-brand:hover figure::after {
  opacity: 0.2
}

/* acf */

#acf-days .acf-input .acf-fields {
  display: flex;
  flex-wrap: wrap
}

/* contact  */

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

.contact-item.active {
  display: block;
  opacity: 1
}

/* single product */

.woocommerce-product-gallery__wrapper {
  height: 36.5rem
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-bottom: 1rem;
  height: 6.5rem !important;
  width: 6.5rem !important
}

.woocommerce-product-gallery__image {
  margin-right: 1rem;
  cursor: pointer
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 6.5rem
}

.woocommerce-product-gallery__wrapper::-webkit-scrollbar {
  width: 0.3rem
}

.woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
  background-color: transparent
}

.woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.woocommerce-product-gallery__main-image {
  height: 14.5rem;
  width: 100%;
  flex-grow: 1;
  cursor: pointer
}

@media (min-width: 1280px) {
  .woocommerce-product-gallery__main-image {
    height: 36.5rem;
    width: calc(100% - 5.5rem)
  }
}

.woocommerce-product-gallery__main-image img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important
}

@media (min-width: 1280px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 56%
  }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 44%;
    padding-left: 6.5rem
  }
}

.woocommerce div.product .product_title {
  max-width: 34rem
}

.woocommerce .product .summary.entry-summary .price > del .woocommerce-Price-amount {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(110 131 137 / var(--tw-text-opacity));
  text-decoration-line: line-through !important
}

.woocommerce .product .summary.entry-summary .price * {
  text-decoration-line: none !important;
  opacity: 1
}

.single-product .summary.entry-summary {
  top: 15rem
}

@media (min-width: 1024px) {
  .single-product .summary.entry-summary {
    position: sticky
  }
}

.single-product .product {
  position: relative
}

.iworks-omnibus {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.woocommerce span.product-bafo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 30;
  border-radius: 0px;
  border-bottom-right-radius: 0.75rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(62 17 19 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(134 40 45 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce span.product-bafo {
    border-bottom-right-radius: 1.5rem;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .woocommerce span.product-bafo {
    left: calc(56% - 8rem);
    top: 2rem
  }
}

.product-card-woo span.product-bafo {
  top: 0px !important;
  left: 0px !important;
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

@media (min-width: 1024px) {
  .product-card-woo span.product-bafo {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.woocommerce .product_cat-wyprzedaz span.product-bafo, 
.outofstock span.product-bafo,
.woocommerce span.onorder + span.product-bafo,
.woocommerce span.onsale + span.product-bafo {
  top: 2.5rem !important
}

@media (min-width: 1280px) {
  .woocommerce .product_cat-wyprzedaz span.product-bafo, 
.outofstock span.product-bafo,
.woocommerce span.onorder + span.product-bafo,
.woocommerce span.onsale + span.product-bafo {
    top: 5.8rem !important
  }
}

.product_cat-wyprzedaz.product-card-woo span.product-bafo, 
.outofstock.product-card-woo span.product-bafo,
.product-card-woo span.onorder + span.product-bafo,
.product-card-woo span.onsale + span.product-bafo {
  top: 2.5rem !important
}

.woocommerce span.onsale {
  left: 0px;
  top: 0px;
  z-index: 30;
  border-radius: 0px;
  border-bottom-right-radius: 0.75rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(211 84 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 156 18 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce span.onsale {
    border-bottom-right-radius: 1.5rem;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .woocommerce span.onsale {
    left: calc(56% - 8rem);
    top: 2rem
  }
}

.product-card-woo span.onsale {
  top: 0px !important;
  left: 0px !important;
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

@media (min-width: 1024px) {
  .product-card-woo span.onsale {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.woocommerce span.onorder {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 30;
  border-radius: 0px;
  border-bottom-right-radius: 0.75rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(140 159 164 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 241 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce span.onorder {
    border-bottom-right-radius: 1.5rem;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .woocommerce span.onorder {
    left: calc(56% - 8rem);
    top: 2rem
  }
}

.woocommerce span.onoutlet {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  border-radius: 0px;
  border-bottom-right-radius: 0.75rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(154 61 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 84 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce span.onoutlet {
    border-bottom-right-radius: 1.5rem;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .woocommerce span.onoutlet {
    left: calc(56% - 6rem);
    top: 2rem
  }
}

.product-card-woo span.onoutlet {
  top: 0px !important;
  left: 0px !important;
  height: 2rem;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

.product-card-woo span.onoutlet,
.rvpm-product span.onoutlet {
  top: 0px !important;
  left: 0px !important;
  height: 2rem;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

.woocommerce span.onsale {
  min-height: 0px
}

.rvpm-product span.onsale,
.product-card-woo span.onorder,
.rvpm-product span.onorder {
  top: 0px !important;
  left: 0px !important;
  height: 2rem;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3
}

.rvpm-shop-thumbnail-wrap .onsale {
  width: 7rem !important
}

.rvpm-products {
  gap: 1rem
}

@media (min-width: 1280px) {
  .rvpm-products {
    margin-right: 6rem !important
  }
}

.rvpm-shop-summary-wrap {
  display: flex;
  height: 100%;
  flex-direction: column
}

.rvpm-shop-summary-wrap .woocommerce-loop-product__title {
  font-weight: 600
}

.rvpm-loop-product__link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem
}

@media (min-width: 1024px) {
  .rvpm-loop-product__link {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem
  }
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.woocommerce .quantity {
  position: relative;
  z-index: 20;
  margin-top: 1.5rem !important
}

@media (min-width: 1280px) {
  .woocommerce .quantity {
    margin-top: 2rem !important
  }
}

.woocommerce .quantity .qty {
  height: 4rem;
  width: 6rem;
  border-radius: 0px
}

.woocommerce .quantity .qty:focus {
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(135 162 169 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.woocommerce .quantity .qty:active {
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(135 162 169 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (min-width: 1280px) {
  .woocommerce .quantity .qty {
    width: 10.5rem
  }
}

.woocommerce div.product form.cart .btn {
  margin-top: 2rem;
  height: 4rem;
  flex-grow: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.8
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap
}

.single-pr-img .main-image > img {
  max-height: 36.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}

.related.products .product-card-woo, .woocommerce ul li.product, .woocommerce-page ul.products li.product.product-card-woo {
  width: calc(33.33% - 0.67rem)
}

.woocommerce ul li.product, 
.woocommerce-page ul.products li.product.product-card-woo {
  width: calc(50% - 0.5rem)
}

@media (min-width: 1280px) {
  .woocommerce ul li.product, 
.woocommerce-page ul.products li.product.product-card-woo {
    width: calc(25% - 0.75rem)
  }
}

.woocommerce-cart .page .entry-header {
  display: none
}

.variable-select select {
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.variable-select select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.variable-select select:active {
  outline: 2px solid transparent;
  outline-offset: 2px
}

/* checkout */

.woocommerce-checkout .entry-header {
  display: none
}

.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-billing-fields__field-wrapper input[type="tel"] {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 222 225 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.8 !important
}

.woocommerce-billing-fields__field-wrapper input[type="text"]::-moz-placeholder, .woocommerce-billing-fields__field-wrapper input[type="email"]::-moz-placeholder, .woocommerce-billing-fields__field-wrapper input[type="tel"]::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.woocommerce-billing-fields__field-wrapper input[type="text"]::placeholder,
.woocommerce-billing-fields__field-wrapper input[type="email"]::placeholder,
.woocommerce-billing-fields__field-wrapper input[type="tel"]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.select2-container--default .select2-selection--single {
  height: 3rem;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 222 225 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.8 !important
}

.select2-container--default .select2-selection--single::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.select2-container--default .select2-selection--single::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.select2-selection--single .select2-selection__arrow {
  height: 3rem !important
}

.woocommerce-billing-fields h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce-billing-fields h3 {
    margin-bottom: 2rem;
    font-size: 2rem
  }
}

.woocommerce-billing-fields {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.woocommerce-billing-fields__field-wrapper .required {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.woocommerce-billing-fields__field-wrapper label {
  margin-bottom: 0.5rem
}

.woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 1rem !important
}

@media (min-width: 1024px) {
  .woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 2rem !important
  }
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%
}

@media (min-width: 1024px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: calc(50% - 1rem)
  }
}

#zo_agree_field {
  display: none
}

.chekcout-product-thumbnail img {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.shipping .amount,
.cart-subtotal .amount,
.order-total-price strong {
  --tw-text-opacity: 1 !important;
  color: rgb(99 178 205 / var(--tw-text-opacity)) !important
}

.cart-subtotal1 .amount {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  line-height: 1.5 !important
}

.custom-select-checkout:checked + span {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.custom-select-checkout:checked + span::after {
  position: absolute;
  margin-left: 0.25rem;
  height: 1.25rem;
  --tw-content: url(./img/icons/input-check.svg);
  content: var(--tw-content)
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-style: none;
  padding: 0px
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.payment_methods .wc_payment_method {
  display: flex;
  flex-wrap: wrap
}

.payment_methods .wc_payment_method > label {
  display: flex;
  max-width: 80%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-weight: 600;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.payment_methods .wc_payment_method > label img {
  order: -1
}

.payment_methods .wc_payment_method {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  padding: 1.5rem
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 1rem
}

#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  margin-left: 0px;
  max-width: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none
}

#payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  padding-left: 0px
}

@media (min-width: 1024px) {
  #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    padding-left: 2rem
  }
}

.payment_method_imoje_blik, .woocommerce-cart #payment div.payment_method_imoje_blik, .woocommerce-checkout #payment div.payment_method_imoje_blik,
.woocommerce-cart #payment div.payment_method_imoje, .woocommerce-checkout #payment div.payment_method_imoje,
.woocommerce-cart #payment div.payment_method_imoje_cards, .woocommerce-checkout #payment div.payment_method_imoje_cards,
.woocommerce-checkout #payment div.payment_method_imoje_paylater {
  padding-left: 0px
}

@media (min-width: 1024px) {
  .payment_method_imoje_blik, .woocommerce-cart #payment div.payment_method_imoje_blik, .woocommerce-checkout #payment div.payment_method_imoje_blik,
.woocommerce-cart #payment div.payment_method_imoje, .woocommerce-checkout #payment div.payment_method_imoje,
.woocommerce-cart #payment div.payment_method_imoje_cards, .woocommerce-checkout #payment div.payment_method_imoje_cards,
.woocommerce-checkout #payment div.payment_method_imoje_paylater {
    padding-left: 6rem
  }
}

.imoje-payment-method-container {
  display: none !important
}

.imoje-regulations {
  margin-top: 0.5rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8
}

.payment_box .imoje-regulations a {
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(110 131 137 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important
}

.woocommerce-shipping-totals.shipping th {
  display: none;
  padding: 0px
}

.woocommerce-shipping-totals.shipping td,
.woocommerce table.shop_table td {
  padding: 0px
}

.woocommerce ul#shipping_method li {
  margin: 0px;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  padding: 1.5rem
}

.woocommerce ul#shipping_method li:last-child {
  border-style: none
}

.woocommerce ul#shipping_method li input {
  margin-right: 1rem
}

.woocommerce ul#shipping_method li label {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .woocommerce ul#shipping_method li label {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.woocommerce ul#shipping_method .amount {
  margin-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .woocommerce ul#shipping_method .amount {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.woocommerce table.shop_table {
  margin-bottom: 3rem
}

/* account */

.woocommerce-account .entry-header {
  display: none
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 222 225 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.8 !important
}

.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.woocommerce form .form-row input.input-text::placeholder, 
.woocommerce form .form-row textarea::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.woocommerce form .form-row .required {
  --tw-text-opacity: 1 !important;
  color: rgb(88 106 113 / var(--tw-text-opacity)) !important
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  content: "Pokaż hasło"!important;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.my-account-list > li.is-active > a {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px
}

.order-list-status--completed {
  --tw-text-opacity: 1;
  color: rgb(29 156 83 / var(--tw-text-opacity))
}

.order-list-status--completed, 
.order-list-status--processing, 
.order-list-status--on-hold, 
.order-list-status--cancelled, 
.order-list-status--refunded, 
.order-list-status--failed {
  display: flex;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(110 131 137 / var(--tw-text-opacity))
}

.order-list-status--completed::before, 
.order-list-status--processing::before, 
.order-list-status--on-hold::before, 
.order-list-status--cancelled::before, 
.order-list-status--refunded::before, 
.order-list-status--failed::before {
  margin-right: 1rem;
  content: var(--tw-content);
  height: 1.25rem
}

.order-list-status--completed {
  --tw-text-opacity: 1;
  color: rgb(29 156 83 / var(--tw-text-opacity))
}

.order-list-status--completed::before {
  --tw-content: url(./img/icons/order-check.svg);
  content: var(--tw-content)
}

.order-list-status--processing {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.order-list-status--processing::before {
  --tw-content: url(./img/icons/order-delivery.svg);
  content: var(--tw-content)
}

.order-list-status--cancelled {
  --tw-text-opacity: 1;
  color: rgb(110 131 137 / var(--tw-text-opacity))
}

.order-list-status--cancelled::before {
  --tw-content: url(./img/icons/order-cross.svg);
  content: var(--tw-content)
}

.order-list-status--failed {
  color: #E74C3C0
}

.order-list-status--failed::before {
  --tw-content: url(./img/icons/order-warning.svg);
  content: var(--tw-content)
}

.woocommerce-orders-container .order-item .thumbnail > img {
  margin: 0px;
  -o-object-fit: cover;
     object-fit: cover
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%
}

@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 18%
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%
}

@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(82% - 4.5rem)
  }
}

.order-details-ul .order-details-li > div > img {
  margin: 0px;
  margin-right: 1rem !important;
  margin-bottom: 0.5rem;
  height: 5rem !important;
  width: 5rem !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 1024px) {
  .order-details-ul .order-details-li > div > img {
    margin-bottom: 0px
  }
}

.order-details-ul .order-details-li .order-details-title .woocommerce-Price-amount.amount {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.order-details-ul .order-details-li .order-details-total .woocommerce-Price-amount.amount {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.order-details-summary1 .woocommerce-Price-amount.amount {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.order-details-summary2 .woocommerce-Price-amount.amount {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.order-details-summary3 .woocommerce-Price-amount.amount {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%
}

/* messages */

.woocommerce-notices-wrapper {
  display: none
}

.woocommerce-message,
.woocommerce-info {
  display: block;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(214 222 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.woocommerce-info::before {
  margin-right: 0.5rem
}

/* delivery form */

.delivery-form.show {
  display: flex
}

.delivery-form.show .delivery-mask {
  opacity: 0.2
}

.delivery-form-contact7 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem
}

.delivery-form-contact7 .delivery-form-half {
  width: 100%
}

@media (min-width: 1024px) {
  .delivery-form-contact7 .delivery-form-half {
    width: calc(50% - 0.75rem)
  }
}

.contact-form-section .screen-reader-response {
  display: none
}

.contact-form-section .wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity))
}

.contact-form-section .wpcf7-response-output {
  margin-top: 2rem
}

.investor-img figure img {
  width: 100%
}

/* wishlist checkoboxes */

.wishlist-checkbox {
  position: relative
}

.wishlist-checkbox input {
  display: none
}

.wishlist-li {
  margin-bottom: 2rem;
  display: flex
}

#page-favorites-container .wishlist-li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  padding: 1.25rem
}

#page-favorites-container .wishlist-li:last-child {
  margin-bottom: 0px
}

@media (min-width: 1024px) {
  #page-favorites-container .wishlist-li {
    padding: 3rem
  }
}

.wishlist-checkbox input + span {
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.wishlist-checkbox input + span::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 1rem;
  content: var(--tw-content);
  width: 1rem
}

.wishlist-checkbox input + span::after {
  position: absolute;
  bottom: -0.5rem;
  z-index: 30;
  width: 0.75rem;
  --tw-content: url(./img/icons/input-check.svg);
  content: var(--tw-content)
}

.wishlist-checkbox input:checked + span::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.wishlist-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity));
  text-underline-offset: 4px
}

.wishlist-title:hover {
  text-decoration-line: underline
}

@media (min-width: 1024px) {
  .wishlist-title {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

.wishlist-li > div {
  width: calc(100% - 8.5rem)
}

.woocommerce .wishlist-img,
.wishlist-img,
.fixed-wishlist-show .wishlist-img {
  margin-right: 0.5rem;
  height: 4rem;
  width: 4rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover
}

@media (min-width: 1280px) {
  .woocommerce .wishlist-img,
.wishlist-img,
.fixed-wishlist-show .wishlist-img {
    margin-right: 1.5rem;
    height: 5rem;
    width: 5rem
  }
}

.woocommerce-Loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(./img/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75);
  display: none;
}

@keyframes woocommerce-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.woocommerce-Loader.loader-show::before {
  display: block
}

#wishlist-alert.success,
#cart-alert.success {
  --tw-border-opacity: 1;
  border-color: rgb(29 156 83 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity))
}

#wishlist-alert.warning,
#cart-alert.warning {
  --tw-border-opacity: 1;
  border-color: rgb(231 76 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity))
}

.wishlist-tooltip {
  position: absolute;
  display: none;
  white-space: nowrap;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(231 76 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.wishlist-tooltip::before {
  position: absolute;
  bottom: calc(100% - 6px);
  height: 0.75rem;
  width: 0.75rem;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity))
}

.wishlist-checkbox {
  cursor: pointer
}

.wishlist-checkbox .favorite-item[disabled]:hover ~ .wishlist-tooltip {
  display: block
}

/* delete and logout account */

#deleteAccountModal.show .modal-account-mask,
#logoutModal.show .modal-account-mask {
  opacity: 0.2
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.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: 1900px) {
  .container {
    max-width: 1900px
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`"
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`"
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014"
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible
}

.\!static {
  position: static !important
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.\!absolute {
  position: absolute !important
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0px
}

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

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

.\!top-\[calc\(100\%_\+_0\.5rem\)\] {
  top: calc(100% + 0.5rem) !important
}

.-bottom-\[1\.313rem\] {
  bottom: -1.313rem
}

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

.-right-4 {
  right: -1rem
}

.-top-10 {
  top: -2.5rem
}

.-top-4 {
  top: -1rem
}

.bottom-0 {
  bottom: 0px
}

.bottom-6 {
  bottom: 1.5rem
}

.left-0 {
  left: 0px
}

.left-1 {
  left: 0.25rem
}

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

.left-6 {
  left: 1.5rem
}

.left-\[4\.5rem\] {
  left: 4.5rem
}

.left-\[4rem\] {
  left: 4rem
}

.right-0 {
  right: 0px
}

.right-2 {
  right: 0.5rem
}

.right-4 {
  right: 1rem
}

.right-6 {
  right: 1.5rem
}

.right-8 {
  right: 2rem
}

.right-\[0\.625rem\] {
  right: 0.625rem
}

.top-0 {
  top: 0px
}

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

.top-2 {
  top: 0.5rem
}

.top-4 {
  top: 1rem
}

.top-6 {
  top: 1.5rem
}

.top-60 {
  top: 15rem
}

.top-8 {
  top: 2rem
}

.top-\[19rem\] {
  top: 19rem
}

.top-full {
  top: 100%
}

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

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-\[-1\] {
  z-index: -1
}

.z-\[99999999999\] {
  z-index: 99999999999
}

.z-\[9999999999\] {
  z-index: 9999999999
}

.z-\[99999999\] {
  z-index: 99999999
}

.z-\[9999999\] {
  z-index: 9999999
}

.z-\[999999\] {
  z-index: 999999
}

.z-\[99999\] {
  z-index: 99999
}

.z-\[9999\] {
  z-index: 9999
}

.order-1 {
  order: 1
}

.\!m-0 {
  margin: 0px !important
}

.m-0 {
  margin: 0px
}

.m-2 {
  margin: 0.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!mr-8 {
  margin-right: 2rem !important
}

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

.\!mt-6 {
  margin-top: 1.5rem !important
}

.\!mt-8 {
  margin-top: 2rem !important
}

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

.-mr-10 {
  margin-right: -2.5rem
}

.-mr-20 {
  margin-right: -5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem
}

.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem
}

.mb-\[5\.125rem\] {
  margin-bottom: 5.125rem
}

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

.ml-12 {
  margin-left: 3rem
}

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

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

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

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

.ml-auto {
  margin-left: auto
}

.mr-12 {
  margin-right: 3rem
}

.mr-16 {
  margin-right: 4rem
}

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

.mr-20 {
  margin-right: 5rem
}

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

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

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

.mt-0 {
  margin-top: 0px
}

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

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

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

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

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

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

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

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

.mt-\[0\.4rem\] {
  margin-top: 0.4rem
}

.mt-auto {
  margin-top: auto
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.\!inline-flex {
  display: inline-flex !important
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.\!hidden {
  display: none !important
}

.hidden {
  display: none
}

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

.\!h-5 {
  height: 1.25rem !important
}

.\!h-8 {
  height: 2rem !important
}

.\!h-\[15rem\] {
  height: 15rem !important
}

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

.h-0 {
  height: 0px
}

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

.h-1\/2 {
  height: 50%
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-36 {
  height: 9rem
}

.h-40 {
  height: 10rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-60 {
  height: 15rem
}

.h-64 {
  height: 16rem
}

.h-8 {
  height: 2rem
}

.h-80 {
  height: 20rem
}

.h-\[0\.938rem\] {
  height: 0.938rem
}

.h-\[10rem\] {
  height: 10rem
}

.h-\[12rem\] {
  height: 12rem
}

.h-\[16rem\] {
  height: 16rem
}

.h-\[18\.75rem\] {
  height: 18.75rem
}

.h-\[20rem\] {
  height: 20rem
}

.h-\[37rem\] {
  height: 37rem
}

.h-\[6\.5rem\] {
  height: 6.5rem
}

.h-\[7\.5rem\] {
  height: 7.5rem
}

.h-\[calc\(100vh_-_6\.8rem\)\] {
  height: calc(100vh - 6.8rem)
}

.h-\[calc\(50\%_-_0\.5rem\)\] {
  height: calc(50% - 0.5rem)
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-\[20rem\] {
  max-height: 20rem
}

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

.max-h-\[calc\(100vh_-_10rem\)\] {
  max-height: calc(100vh - 10rem)
}

.max-h-\[calc\(100vh_-_20rem\)\] {
  max-height: calc(100vh - 20rem)
}

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

.min-h-40 {
  min-height: 10rem
}

.min-h-\[8\.25rem\] {
  min-height: 8.25rem
}

.\!w-8 {
  width: 2rem !important
}

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

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

.w-1\/5 {
  width: 20%
}

.w-1\/6 {
  width: 16.666667%
}

.w-12 {
  width: 3rem
}

.w-16 {
  width: 4rem
}

.w-2\/5 {
  width: 40%
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

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

.w-3\/5 {
  width: 60%
}

.w-4 {
  width: 1rem
}

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

.w-5 {
  width: 1.25rem
}

.w-8 {
  width: 2rem
}

.w-\[16\.75rem\] {
  width: 16.75rem
}

.w-\[40rem\] {
  width: 40rem
}

.w-\[43rem\] {
  width: 43rem
}

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

.w-\[56\%\] {
  width: 56%
}

.w-\[6\.563rem\] {
  width: 6.563rem
}

.w-\[6\.5rem\] {
  width: 6.5rem
}

.w-\[7\.5rem\] {
  width: 7.5rem
}

.w-\[calc\(100\%_\+_4rem\)\] {
  width: calc(100% + 4rem)
}

.w-\[calc\(100\%_-_2rem\)\] {
  width: calc(100% - 2rem)
}

.w-\[calc\(100\%_-_3rem\)\] {
  width: calc(100% - 3rem)
}

.w-\[calc\(25\%_-_0\.75rem\)\] {
  width: calc(25% - 0.75rem)
}

.w-\[calc\(38\.83_-_4\.5rem\)\] {
  width: calc(38.83 - 4.5rem)
}

.w-\[calc\(50\%_-_0\.5rem\)\] {
  width: calc(50% - 0.5rem)
}

.w-\[calc\(50\%_-_0\.75rem\)\] {
  width: calc(50% - 0.75rem)
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

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

.min-w-\[88\%\] {
  min-width: 88%
}

.max-w-40 {
  max-width: 10rem
}

.max-w-\[49\.25rem\] {
  max-width: 49.25rem
}

.max-w-\[62rem\] {
  max-width: 62rem
}

.max-w-\[90vw\] {
  max-width: 90vw
}

.max-w-\[calc\(100\%_-_2rem\)\] {
  max-width: calc(100% - 2rem)
}

.max-w-\[calc\(100vw_-_4rem\)\] {
  max-width: calc(100vw - 4rem)
}

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

.max-w-none {
  max-width: none
}

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

.grow {
  flex-grow: 1
}

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

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

.translate-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\.6rem\] {
  --tw-translate-y: 2.6rem;
  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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-stretch {
  align-items: stretch
}

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

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

.justify-center {
  justify-content: center
}

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

.gap-10 {
  gap: 2.5rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-4 {
  gap: 1rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-\[1\.125rem\] {
  gap: 1.125rem
}

.gap-\[4\.5rem\] {
  gap: 4.5rem
}

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

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

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

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

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

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

.gap-x-\[4\.5rem\] {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem
}

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

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

.gap-y-12 {
  row-gap: 3rem
}

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

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

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

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-visible {
  overflow-y: visible
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded-2xl {
  border-radius: 1rem
}

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

.border {
  border-width: 1px
}

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

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

.border-l-\[3px\] {
  border-left-width: 3px
}

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

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

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

.border-\[\#9A3D00\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 61 0 / var(--tw-border-opacity))
}

.border-mystic-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity))
}

.border-mystic-200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 222 225 / var(--tw-border-opacity))
}

.border-transparent {
  border-color: transparent
}

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

.border-b-mystic-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 235 237 / var(--tw-border-opacity))
}

.border-b-transparent {
  border-bottom-color: transparent
}

.bg-\[rgba\(7\2c 26\2c 52\2c 0\.7\)\] {
  background-color: rgba(7,26,52,0.7)
}

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

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.bg-cinnabar-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity))
}

.bg-midnight-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.bg-mystic-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity))
}

.bg-mystic-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity))
}

.bg-porcelain-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 242 243 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-midnight-950 {
  --tw-gradient-to: #071A34 var(--tw-gradient-to-position)
}

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

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

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

.p-0 {
  padding: 0px
}

.p-10 {
  padding: 2.5rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-\[0\.469rem\] {
  padding-top: 0.469rem;
  padding-bottom: 0.469rem
}

.py-\[0\.563rem\] {
  padding-top: 0.563rem;
  padding-bottom: 0.563rem
}

.py-\[0\.594rem\] {
  padding-top: 0.594rem;
  padding-bottom: 0.594rem
}

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.py-\[0\.844rem\] {
  padding-top: 0.844rem;
  padding-bottom: 0.844rem
}

.py-\[6\.5rem\] {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem
}

.\!pr-20 {
  padding-right: 5rem !important
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pb-12 {
  padding-bottom: 3rem
}

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

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

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

.pl-14 {
  padding-left: 3.5rem
}

.pl-4 {
  padding-left: 1rem
}

.pr-20 {
  padding-right: 5rem
}

.pr-8 {
  padding-right: 2rem
}

.pr-\[3\.631rem\] {
  padding-right: 3.631rem
}

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

.pt-10 {
  padding-top: 2.5rem
}

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

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

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

.pt-\[6\.5rem\] {
  padding-top: 6.5rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.font-main {
  font-family: Plus Jakarta Sans, sans-serif
}

.\!text-\[0\.875rem\] {
  font-size: 0.875rem !important
}

.\!text-\[2rem\] {
  font-size: 2rem !important
}

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

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

.text-\[0\.875rem\] {
  font-size: 0.875rem
}

.text-\[0\.8rem\] {
  font-size: 0.8rem
}

.text-\[1\.2rem\] {
  font-size: 1.2rem
}

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

.text-\[2rem\] {
  font-size: 2rem
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

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

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.normal-case {
  text-transform: none
}

.not-italic {
  font-style: normal
}

.\!leading-130 {
  line-height: 1.3 !important
}

.leading-130 {
  line-height: 1.3
}

.leading-140 {
  line-height: 1.4
}

.leading-150 {
  line-height: 1.5
}

.leading-160 {
  line-height: 1.6
}

.leading-180 {
  line-height: 1.8
}

.leading-\[180\%\] {
  line-height: 180%
}

.tracking-01 {
  letter-spacing: -0.01em
}

.tracking-\[-0\.00875rem\] {
  letter-spacing: -0.00875rem
}

.\!text-blue-regent-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 178 205 / var(--tw-text-opacity)) !important
}

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

.text-blue-regent-400 {
  --tw-text-opacity: 1;
  color: rgb(99 178 205 / var(--tw-text-opacity))
}

.text-cinnabar-500 {
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity))
}

.text-iron-200 {
  --tw-text-opacity: 1;
  color: rgb(203 211 214 / var(--tw-text-opacity))
}

.text-iron-600 {
  --tw-text-opacity: 1;
  color: rgb(88 106 113 / var(--tw-text-opacity))
}

.text-midnight-950 {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

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

.underline {
  text-decoration-line: underline
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px
}

.underline-offset-8 {
  text-underline-offset: 8px
}

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

.opacity-0 {
  opacity: 0
}

.opacity-50 {
  opacity: 0.5
}

.shadow-\[0px_12px_12px_0px_rgba\(7\2c 26\2c 52\2c 0\.05\)\] {
  --tw-shadow: 0px 12px 12px 0px rgba(7,26,52,0.05);
  --tw-shadow-colored: 0px 12px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

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

.duration-700 {
  transition-duration: 700ms
}

.content-none {
  --tw-content: none;
  content: var(--tw-content)
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

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

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px
}

.before\:\!hidden::before {
  content: var(--tw-content);
  display: none !important
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px
}

.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%
}

.before\:w-\[calc\(100\%_-_3\.631rem\)\]::before {
  content: var(--tw-content);
  width: calc(100% - 3.631rem)
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%
}

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

.before\:bg-midnight-950::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0
}

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

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms
}

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

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10
}

.after\:z-20::after {
  content: var(--tw-content);
  z-index: 20
}

.after\:block::after {
  content: var(--tw-content);
  display: block
}

.after\:\!hidden::after {
  content: var(--tw-content);
  display: none !important
}

.after\:h-\[calc\(100\%_-_1\.438rem\)\]::after {
  content: var(--tw-content);
  height: calc(100% - 1.438rem)
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%
}

.after\:w-px::after {
  content: var(--tw-content);
  width: 1px
}

.after\:bg-\[rgba\(7\2c 26\2c 52\2c 0\.2\)\]::after {
  content: var(--tw-content);
  background-color: rgba(7,26,52,0.2)
}

.after\:bg-midnight-950::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.after\:bg-mystic-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity))
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.after\:from-\[rgba\(7\2c 26\2c 52\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-from: rgba(7,26,52,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(7, 26, 52, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.after\:to-\[rgba\(7\2c 26\2c 52\2c 0\.35\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(7,26,52,0.35) var(--tw-gradient-to-position)
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0
}

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

.first\:mt-0:first-child {
  margin-top: 0px
}

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

.hover\:border-b-2:hover {
  border-bottom-width: 2px
}

.hover\:border-midnight-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity))
}

.hover\:\!bg-mystic-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 222 225 / var(--tw-bg-opacity)) !important
}

.hover\:bg-mystic-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 237 / var(--tw-bg-opacity))
}

.hover\:bg-mystic-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity))
}

.hover\:text-midnight-950:hover {
  --tw-text-opacity: 1;
  color: rgb(7 26 52 / var(--tw-text-opacity))
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:underline-offset-\[0\.3rem\]:hover {
  text-underline-offset: 0.3rem
}

.hover\:before\:bg-midnight-950:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(7 26 52 / var(--tw-bg-opacity))
}

.hover\:before\:bg-opacity-20:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.2
}

.active\:border-midnight-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(7 26 52 / var(--tw-border-opacity))
}

.disabled\:\!opacity-0:disabled {
  opacity: 0 !important
}

@media (min-width: 640px) {
  .sm\:-left-4 {
    left: -1rem
  }

  .sm\:-right-4 {
    right: -1rem
  }

  .sm\:order-none {
    order: 0
  }

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

  .sm\:mb-8 {
    margin-bottom: 2rem
  }

  .sm\:inline {
    display: inline
  }

  .sm\:\!inline-flex {
    display: inline-flex !important
  }

  .sm\:w-\[calc\(50\%_-_1\.25rem\)\] {
    width: calc(50% - 1.25rem)
  }

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

  .sm\:w-full {
    width: 100%
  }

  .sm\:bg-midnight-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 26 52 / var(--tw-bg-opacity))
  }

  .sm\:p-10 {
    padding: 2.5rem
  }

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

  .sm\:pr-5 {
    padding-right: 1.25rem
  }

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

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
    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 (min-width: 768px) {
  .md\:inline {
    display: inline
  }

  .md\:w-\[calc\(50\%_-_0\.5rem\)\] {
    width: calc(50% - 0.5rem)
  }

  .md\:w-\[calc\(50\%_-_1\.25rem\)\] {
    width: calc(50% - 1.25rem)
  }

  .md\:text-center {
    text-align: center
  }

  .md\:text-\[1rem\] {
    font-size: 1rem
  }
}

@media (min-width: 1024px) {
  .lg\:\!absolute {
    position: absolute !important
  }

  .lg\:absolute {
    position: absolute
  }

  .lg\:\!-left-\[5\.5rem\] {
    left: -5.5rem !important
  }

  .lg\:\!-right-\[5\.5rem\] {
    right: -5.5rem !important
  }

  .lg\:\!top-\[calc\(100\%_\+_1rem\)\] {
    top: calc(100% + 1rem) !important
  }

  .lg\:-right-6 {
    right: -1.5rem
  }

  .lg\:-top-6 {
    top: -1.5rem
  }

  .lg\:right-16 {
    right: 4rem
  }

  .lg\:right-8 {
    right: 2rem
  }

  .lg\:right-\[0\.625rem\] {
    right: 0.625rem
  }

  .lg\:top-\[0\.625rem\] {
    top: 0.625rem
  }

  .lg\:z-40 {
    z-index: 40
  }

  .lg\:\!my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .lg\:my-\[6\.5rem\] {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem
  }

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

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

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

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

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem
  }

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

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem
  }

  .lg\:mb-8 {
    margin-bottom: 2rem
  }

  .lg\:mb-\[3\.813rem\] {
    margin-bottom: 3.813rem
  }

  .lg\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem
  }

  .lg\:mb-\[6\.5rem\] {
    margin-bottom: 6.5rem
  }

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

  .lg\:ml-2 {
    margin-left: 0.5rem
  }

  .lg\:ml-6 {
    margin-left: 1.5rem
  }

  .lg\:ml-auto {
    margin-left: auto
  }

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

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

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

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

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

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

  .lg\:mt-\[2\.5rem\] {
    margin-top: 2.5rem
  }

  .lg\:mt-\[4\.5rem\] {
    margin-top: 4.5rem
  }

  .lg\:mt-\[6\.5rem\] {
    margin-top: 6.5rem
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:inline-flex {
    display: inline-flex
  }

  .lg\:hidden {
    display: none
  }

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

  .lg\:\!h-12 {
    height: 3rem !important
  }

  .lg\:\!h-\[30rem\] {
    height: 30rem !important
  }

  .lg\:h-12 {
    height: 3rem
  }

  .lg\:h-24 {
    height: 6rem
  }

  .lg\:h-8 {
    height: 2rem
  }

  .lg\:h-\[13\.125rem\] {
    height: 13.125rem
  }

  .lg\:h-\[24\.688rem\] {
    height: 24.688rem
  }

  .lg\:h-\[37rem\] {
    height: 37rem
  }

  .lg\:h-\[calc\(50\%_-_0\.5rem\)\] {
    height: calc(50% - 0.5rem)
  }

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

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

  .lg\:\!w-12 {
    width: 3rem !important
  }

  .lg\:\!w-\[calc\(33\.333\%_-_0\.667rem\)\] {
    width: calc(33.333% - 0.667rem) !important
  }

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

  .lg\:w-1\/5 {
    width: 20%
  }

  .lg\:w-12 {
    width: 3rem
  }

  .lg\:w-24 {
    width: 6rem
  }

  .lg\:w-3\/5 {
    width: 60%
  }

  .lg\:w-\[16\.75rem\] {
    width: 16.75rem
  }

  .lg\:w-\[31\%\] {
    width: 31%
  }

  .lg\:w-\[69\%\] {
    width: 69%
  }

  .lg\:w-\[calc\(25\%_-_1\.875rem\)\] {
    width: calc(25% - 1.875rem)
  }

  .lg\:w-\[calc\(25\%_-_3\.375rem\)\] {
    width: calc(25% - 3.375rem)
  }

  .lg\:w-\[calc\(33\.33\%_-_0\.667rem\)\] {
    width: calc(33.33% - 0.667rem)
  }

  .lg\:w-\[calc\(33\.33\%_-_0\.67rem\)\] {
    width: calc(33.33% - 0.67rem)
  }

  .lg\:w-\[calc\(33\.33\%_-_3rem\)\] {
    width: calc(33.33% - 3rem)
  }

  .lg\:w-\[calc\(33\.333\%_-_0\.67rem\)\] {
    width: calc(33.333% - 0.67rem)
  }

  .lg\:w-\[calc\(50\%_-_0\.5rem\)\] {
    width: calc(50% - 0.5rem)
  }

  .lg\:w-\[calc\(50\%_-_1rem\)\] {
    width: calc(50% - 1rem)
  }

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

  .lg\:min-w-\[45rem\] {
    min-width: 45rem
  }

  .lg\:max-w-\[45rem\] {
    max-width: 45rem
  }

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

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

  .lg\:flex-col {
    flex-direction: column
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap
  }

  .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\:justify-between {
    justify-content: space-between
  }

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

  .lg\:gap-4 {
    gap: 1rem
  }

  .lg\:gap-8 {
    gap: 2rem
  }

  .lg\:gap-\[4\.5rem\] {
    gap: 4.5rem
  }

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem
  }

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

  .lg\:gap-y-4 {
    row-gap: 1rem
  }

  .lg\:gap-y-\[4\.5rem\] {
    row-gap: 4.5rem
  }

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

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

  .lg\:p-10 {
    padding: 2.5rem
  }

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

  .lg\:p-14 {
    padding: 3.5rem
  }

  .lg\:p-16 {
    padding: 4rem
  }

  .lg\:p-6 {
    padding: 1.5rem
  }

  .lg\:p-8 {
    padding: 2rem
  }

  .lg\:p-\[4\.5rem\] {
    padding: 4.5rem
  }

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

  .lg\:\!py-\[\.3rem\] {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important
  }

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

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

  .lg\:px-\[4\.5rem\] {
    padding-left: 4.5rem;
    padding-right: 4.5rem
  }

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

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

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

  .lg\:py-\[0\.844rem\] {
    padding-top: 0.844rem;
    padding-bottom: 0.844rem
  }

  .lg\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
  }

  .lg\:py-\[5\.813rem\] {
    padding-top: 5.813rem;
    padding-bottom: 5.813rem
  }

  .lg\:py-\[6\.5rem\] {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem
  }

  .lg\:pb-0 {
    padding-bottom: 0px
  }

  .lg\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem
  }

  .lg\:pb-\[6\.5rem\] {
    padding-bottom: 6.5rem
  }

  .lg\:pl-12 {
    padding-left: 3rem
  }

  .lg\:pr-12 {
    padding-right: 3rem
  }

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

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

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

  .lg\:pt-8 {
    padding-top: 2rem
  }

  .lg\:pt-\[3\.313rem\] {
    padding-top: 3.313rem
  }

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem
  }

  .lg\:pt-\[6\.5rem\] {
    padding-top: 6.5rem
  }

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

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

  .lg\:\!text-\[1rem\] {
    font-size: 1rem !important
  }

  .lg\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important
  }

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

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

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

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

  .lg\:leading-180 {
    line-height: 1.8
  }

  .lg\:opacity-0 {
    opacity: 0
  }
}

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky
  }

  .xl\:left-4 {
    left: 1rem
  }

  .xl\:left-\[7\.5rem\] {
    left: 7.5rem
  }

  .xl\:right-12 {
    right: 3rem
  }

  .xl\:top-0 {
    top: 0px
  }

  .xl\:top-12 {
    top: 3rem
  }

  .xl\:order-none {
    order: 0
  }

  .xl\:\!mb-12 {
    margin-bottom: 3rem !important
  }

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

  .xl\:ml-0 {
    margin-left: 0px
  }

  .xl\:ml-6 {
    margin-left: 1.5rem
  }

  .xl\:ml-auto {
    margin-left: auto
  }

  .xl\:mr-0 {
    margin-right: 0px
  }

  .xl\:mr-6 {
    margin-right: 1.5rem
  }

  .xl\:block {
    display: block
  }

  .xl\:flex {
    display: flex
  }

  .xl\:hidden {
    display: none
  }

  .xl\:h-20 {
    height: 5rem
  }

  .xl\:h-72 {
    height: 18rem
  }

  .xl\:h-\[30rem\] {
    height: 30rem
  }

  .xl\:h-\[37rem\] {
    height: 37rem
  }

  .xl\:h-\[calc\(50\%_-_0\.5rem\)\] {
    height: calc(50% - 0.5rem)
  }

  .xl\:h-auto {
    height: auto
  }

  .xl\:max-h-\[calc\(100vh_-_12rem\)\] {
    max-height: calc(100vh - 12rem)
  }

  .xl\:\!w-\[calc\(50\%_-_2\.25rem\)\] {
    width: calc(50% - 2.25rem) !important
  }

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

  .xl\:w-20 {
    width: 5rem
  }

  .xl\:w-96 {
    width: 24rem
  }

  .xl\:w-\[18rem\] {
    width: 18rem
  }

  .xl\:w-\[22\.5rem\] {
    width: 22.5rem
  }

  .xl\:w-\[30rem\] {
    width: 30rem
  }

  .xl\:w-\[56\%\] {
    width: 56%
  }

  .xl\:w-\[61\.17\%\] {
    width: 61.17%
  }

  .xl\:w-\[calc\(100\%_-_18rem_-_4\.5rem\)\] {
    width: calc(100% - 18rem - 4.5rem)
  }

  .xl\:w-\[calc\(25\%_-_3\.375rem\)\] {
    width: calc(25% - 3.375rem)
  }

  .xl\:w-\[calc\(33\.33\%_-_0\.67rem\)\] {
    width: calc(33.33% - 0.67rem)
  }

  .xl\:w-\[calc\(38\%_-_4\.5rem\)\] {
    width: calc(38% - 4.5rem)
  }

  .xl\:w-\[calc\(38\.83\%_-_4\.5rem\)\] {
    width: calc(38.83% - 4.5rem)
  }

  .xl\:w-\[calc\(50\%_-_0\.5rem\)\] {
    width: calc(50% - 0.5rem)
  }

  .xl\:w-auto {
    width: auto
  }

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap
  }

  .xl\:justify-between {
    justify-content: space-between
  }

  .xl\:gap-4 {
    gap: 1rem
  }

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

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

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

  .xl\:gap-x-\[4\.5rem\] {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem
  }

  .xl\:p-\[4\.5rem\] {
    padding: 4.5rem
  }

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

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

  .xl\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
  }

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

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

  .xl\:leading-180 {
    line-height: 1.8
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-x-\[3\.631rem\] {
    -moz-column-gap: 3.631rem;
         column-gap: 3.631rem
  }
}

@media (min-width: 1900px) {
  .\33xl\:-left-\[5\.5rem\] {
    left: -5.5rem
  }

  .\33xl\:-right-\[5\.5rem\] {
    right: -5.5rem
  }

  .\33xl\:flex-nowrap {
    flex-wrap: nowrap
  }

  .\33xl\:pl-\[3\.631rem\] {
    padding-left: 3.631rem
  }
}
