*, ::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:  ;
}/*
! tailwindcss v3.4.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1500px) {

  .container {
    max-width: 1500px;
  }
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-14 {
  bottom: -3.5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[999998\] {
  z-index: 999998;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.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;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.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-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[calc\(550px-85px\)\] {
  height: calc(550px - 85px);
}
.h-full {
  height: 100%;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.\!w-auto {
  width: auto !important;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-80 {
  width: 20rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.\!max-w-\[50px\] {
  max-width: 50px !important;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.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;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#888888\] {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
}
.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}
.border-\[\#DADADA\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(253 1 0 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#0755BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 85 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0c0c0c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity, 1));
}
.bg-\[\#17195A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7c7c7c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 124 124 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dedede\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fd0100\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 1 0 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(253 1 0 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cblue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 134 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#1BB934\] {
  --tw-gradient-from: #1BB934 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 185 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#128A28\] {
  --tw-gradient-to: #128A28 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-8 {
  padding: 2rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[19px\] {
  padding-left: 19px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-\[Exo\] {
  font-family: Exo;
}
.font-exo {
  font-family: Exo, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[36px\] {
  font-size: 36px;
}
.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-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#1a1a86\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 134 / var(--tw-text-opacity, 1));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#232323\] {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.text-\[\#24262B\] {
  --tw-text-opacity: 1;
  color: rgb(36 38 43 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#fa0000\] {
  --tw-text-opacity: 1;
  color: rgb(250 0 0 / var(--tw-text-opacity, 1));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(253 1 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cblue {
  --tw-text-opacity: 1;
  color: rgb(26 26 134 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-10px_0_30px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: -10px 0 30px rgba(0,0,0,0.1);
  --tw-shadow-colored: -10px 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
/* Global CSS Variables for Responsive Spacing System */
:root {
	/* Base spacing scale */
	--spacing-0: 0px;
	--spacing-1: 4px;
	--spacing-2: 8px;
	--spacing-3: 12px;
	--spacing-4: 16px;
	--spacing-5: 20px;
	--spacing-6: 24px;
	--spacing-8: 32px;
	--spacing-10: 40px;
	--spacing-12: 48px;
	--spacing-16: 64px;
	--spacing-20: 80px;
	--spacing-24: 96px;
	--spacing-32: 128px;

	/* Global responsive spacing variables - default to 0 */
	/* These can be overridden via inline style="" on any element */

	/* Padding */
	--pt-mobile: 0;
	--pt-desktop: 0;
	--pr-mobile: 0;
	--pr-desktop: 0;
	--pb-mobile: 0;
	--pb-desktop: 0;
	--pl-mobile: 0;
	--pl-desktop: 0;

	/* Margin */
	--mt-mobile: 0;
	--mt-desktop: 0;
	--mr-mobile: 0;
	--mr-desktop: 0;
	--mb-mobile: 0;
	--mb-desktop: 0;
	--ml-mobile: 0;
	--ml-desktop: 0;

	/* Border radius */
	--br-mobile: 0;
	--br-desktop: 0;

	/* Repeater layout variables */
	--gap-mobile: 0;
	--gap-desktop: 0;
	--flex-direction-mobile: row;
	--flex-direction-desktop: row;

	/* Grid column width variables */
	--col-width-mobile: 100%;
	--col-width-desktop: 100%;
}
/* Mobile spacing - only up to 767px */
@media (max-width: 767px) {
	*[style*="--pt-mobile"] {
		padding-top: var(--pt-mobile) !important;
	}
	*[style*="--pr-mobile"] {
		padding-right: var(--pr-mobile) !important;
	}
	*[style*="--pb-mobile"] {
		padding-bottom: var(--pb-mobile) !important;
	}
	*[style*="--pl-mobile"] {
		padding-left: var(--pl-mobile) !important;
	}
	*[style*="--mt-mobile"] {
		margin-top: var(--mt-mobile) !important;
	}
	*[style*="--mr-mobile"] {
		margin-right: var(--mr-mobile) !important;
	}
	*[style*="--mb-mobile"] {
		margin-bottom: var(--mb-mobile) !important;
	}
	*[style*="--ml-mobile"] {
		margin-left: var(--ml-mobile) !important;
	}
	*[style*="--br-mobile"] {
		border-radius: var(--br-mobile) !important;
	}

	/* Repeater layout - mobile values */
	*[style*="--gap-mobile"] {
		gap: var(--gap-mobile) !important;
	}
	*[style*="--flex-direction-mobile"] {
		flex-direction: var(--flex-direction-mobile) !important;
	}

	/* Grid column width - mobile values */
	*[style*="--col-width-mobile"] {
		width: var(--col-width-mobile) !important;
	}
}
/* Desktop responsive spacing - only when variables are set */
@media (min-width: 768px) {
	*[style*="--pt-desktop"] {
		padding-top: var(--pt-desktop) !important;
	}
	*[style*="--pr-desktop"] {
		padding-right: var(--pr-desktop) !important;
	}
	*[style*="--pb-desktop"] {
		padding-bottom: var(--pb-desktop) !important;
	}
	*[style*="--pl-desktop"] {
		padding-left: var(--pl-desktop) !important;
	}
	*[style*="--mt-desktop"] {
		margin-top: var(--mt-desktop) !important;
	}
	*[style*="--mr-desktop"] {
		margin-right: var(--mr-desktop) !important;
	}
	*[style*="--mb-desktop"] {
		margin-bottom: var(--mb-desktop) !important;
	}
	*[style*="--ml-desktop"] {
		margin-left: var(--ml-desktop) !important;
	}
	*[style*="--br-desktop"] {
		border-radius: var(--br-desktop) !important;
	}

	/* Repeater layout - desktop values */
	*[style*="--gap-desktop"] {
		gap: var(--gap-desktop) !important;
	}
	*[style*="--flex-direction-desktop"] {
		flex-direction: var(--flex-direction-desktop) !important;
	}

	/* Grid column width - desktop values */
	*[style*="--col-width-desktop"] {
		width: var(--col-width-desktop) !important;
	}
}
/* ==========================================================================
   Navigation Menu Styles
   ========================================================================== */
/* Base Menu Structure
   ========================================================================== */
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-navigation .mobile-menu-head {
	display: none;
}
/* Menu Items
   ========================================================================== */
#primary-menu ul.site-menu-main .menu-item {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
	text-transform: uppercase;
}
#primary-menu ul.site-menu-main > .menu-item > a {
	display: flex;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	align-items: center;
	line-height: 80px;
	transition: all 0.25s ease-in-out;
	color: #1a1a86;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}
#primary-menu ul.site-menu-main > .menu-item > a:hover {
	color: #fd0100 !important;
}
#primary-menu ul.site-menu-main > .current-menu-item > a {
	color: #fd0100;
}
.scrolled #primary-menu ul.site-menu-main > .menu-item > a {
	line-height: 50px;
}
#primary-menu ul.site-menu-main ul .menu-item {
	font-size: 18px;
	font-weight: 400;
	padding-inline: 20px;
}
#primary-menu ul.site-menu-main .menu-item:hover > a {
	color: #0119ff;
	width: 100%;
}
#primary-menu ul.site-menu-main li.menu-item-has-children a {
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 15px;
}
/* Submenu Styles
   ========================================================================== */
#primary-menu ul.site-menu-main .sub-menu {
	z-index: 500;
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
/* Desktop Styles (min-width: 1024px)
   ========================================================================== */
@media (min-width: 1024px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 20px;
		     column-gap: 20px;
		flex-direction: row;
	}

	li.menu-item-has-children:not(.has-megamenu) {
		position: relative;
	}

	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}

	#primary-menu ul.site-menu-main i {
		font-size: 19px;
	}

	#primary-menu ul.site-menu-main ul .menu-item > a {
		transition: 0.4s;
		padding: 8px 0px;
	}

	#primary-menu ul.site-menu-main a {
		display: flex;
		align-items: center;
	}

	#primary-menu ul.site-menu-main .sub-menu .sub-menu {
		top: 0 !important;
		left: 100%;
	}
}
/* Desktop Menu Indicators
   ========================================================================== */
@media (min-width: 1024px) {
	.desktop-menu-indicator {
		display: inline-flex;
		align-items: center;
		transition: transform 0.2s ease;
	}

	.desktop-menu-indicator svg {
		width: 1rem;
		height: 1rem;
	}

	/* Hover effect for indicators */
	#primary-menu
		ul.site-menu-main
		.menu-item-has-children:hover
		.desktop-menu-indicator
		svg {
		transform: scale(1.1);
	}

	/* Specific styling for nested submenu indicators */
	#primary-menu ul.site-menu-main .sub-menu .desktop-menu-indicator svg {
		transform: rotate(0deg);
	}

	#primary-menu
		ul.site-menu-main
		.sub-menu
		.menu-item-has-children:hover
		.desktop-menu-indicator
		svg {
		transform: scale(1.1) rotate(0deg);
	}
}
/* Large Desktop Styles (min-width: 1200px)
   ========================================================================== */
@media (min-width: 1200px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 20px;
		     column-gap: 20px;
	}
}
/* Cart Icon Styles
   ========================================================================== */
.cart-icon a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	transition: color 0.3s ease;
}
/* Language Selector Styles
   ========================================================================== */
.language-selector {
	position: relative;
}
.language-trigger {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #111827;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
	background-color: white;
}
.language-trigger:hover {
	border-color: #0119ff;
	background-color: white;
}
.language-trigger:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(1, 25, 255, 0.2);
}
.language-trigger svg {
	width: 1rem;
	height: 1rem;
	transition: transform 0.2s ease;
}
.language-trigger svg.rotate-180 {
	transform: rotate(180deg);
}
.language-menu {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 50;
	margin-top: 0.5rem;
	width: 10rem;
	border-radius: 0.5rem;
	border: 1px solid #e5e7eb;
	background-color: white;
	padding: 0.5rem 0;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease;
}
.language-selector:hover .language-menu {
	opacity: 1;
	visibility: visible;
}
.language-selector:hover .language-trigger svg {
	transform: rotate(180deg);
}
.language-menu a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	color: #374151;
	transition: colors 0.2s ease;
}
.language-menu a:hover {
	background-color: #f9fafb;
	color: #0119ff;
}
/* Mobile Language Selector Styles
   ========================================================================== */
.mobile-language-selector {
	margin-top: 2rem;
	border-top: 1px solid #e5e7eb;
	padding: 0.75rem 0;
}
.mobile-language-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	transition: background-color 0.2s ease;
}
.mobile-language-item:hover {
	background-color: #f9fafb;
}
.mobile-language-item.active {
	background-color: #f3f4f6;
	font-weight: 600;
	color: #0119ff;
}
/* Mobile Navigation (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
	/* Mobile Menu Structure */
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}

	/* Mobile Menu Toggle Button */
	header #open-mobile-menu {
		display: flex;
		height: 30px;
		width: 30px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		margin: 0 -20px 0 0;
	}

	header #open-mobile-menu span {
		display: block;
		height: 2px;
		background-color: #13111a;
		width: 24px;
		position: relative;
	}

	header #open-mobile-menu span::before,
	header #open-mobile-menu span::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #13111a;
	}

	header #open-mobile-menu span::before {
		top: -8px;
	}

	header #open-mobile-menu span::after {
		top: 8px;
	}

	/* Mobile Navigation Overlay */
	#primary-navigation .primary-navigation-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	#primary-navigation .primary-navigation-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	/* Mobile Menu Container */
	#primary-navigation .menu-block-nav {
		position: fixed;
		width: 100vw;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100vh;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.5s ease;
		z-index: 1099;
	}

	#primary-navigation .menu-block-nav.active {
		transform: translateX(0);
	}

	/* Mobile Menu Header */
	#primary-navigation .menu-block-nav .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .go-back {
		padding: 0 15px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		display: none;
		height: 100%;
		align-items: center;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head.active .go-back {
		display: flex;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .current-menu-title {
		font-size: 16px;
		font-weight: 500;
		padding-left: 1rem;
		color: #000000;
	}

	#primary-navigation .menu-block-nav .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 24px;
	}

	/* Mobile Menu Content - Main Menu Items */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		> li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		> li
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	/* Submenu expand button styling handled by JavaScript */

	/* Mobile Submenu Styles */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		max-width: none;
		min-width: auto;
		transform: translateX(100%);
		transition: transform 0.5s ease;
		box-shadow: none;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu.active {
		transform: translateX(0);
	}

	/* Submenu Items */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.menu-item
		> a {
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	/* Submenu expand buttons also handled by JavaScript */

	/* Third Level Submenu */
	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		transform: translateX(100%);
		transition: transform 0.5s ease;
	}

	#primary-navigation
		.menu-block-nav
		#primary-menu-mobile
		ul.site-menu-main
		.sub-menu
		.sub-menu.active {
		transform: translateX(0);
	}

	/* Mobile Menu Content */
	.mobile-menu-content {
		height: calc(100vh - 50px);
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu-content #primary-menu-mobile {
		flex: 1;
	}

	.mobile-menu-content #primary-menu-mobile ul.site-menu-main {
		margin: 0;
		padding: 0;
	}

	/* Mobile cart icon positioning */
	.cart-icon {
		order: 1;
	}

	#open-mobile-menu {
		order: 2;
	}
}
#primary-menu ul.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
@media (width < 1024px) {
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}
}
@media (min-width: 1024px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 20px;
		     column-gap: 20px;
		flex-direction: row;
	}
}
@media (width > 1200px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 20px;
		     column-gap: 20px;
	}
}
#primary-menu ul.site-menu-main li {
	list-style: none;
}
#primary-menu ul.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}
#primary-menu ul.site-menu-main a {
	text-decoration: none !important;
}
#primary-menu ul.site-menu-main .sub-menu {
	background-color: rgb(255, 255, 255);
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 12px 0;
	transition: 0.4s;
	z-index: 4;
	transform: translatey(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	font-weight: 600;
}
@media (min-width: 1024px) {
	#primary-menu li.nav-item-has-children:not(.has-megamenu) {
		position: relative;
	}
	#primary-menu
		ul.site-menu-main
		li.menu-item-has-children:hover
		> .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		transform: translateY(0);
	}
}
.otgs-development-site-front-end {
	display: none;
}
/* === BADGE FIELD STYLES === */
.badge-field {
	display: inline-block;
	margin: 0.5rem 0;
}
.badge-field .render_headline {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #f3f4f6;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e5e7eb;
	min-width: 60px;
	transition: all 0.2s ease-in-out;
	/* Border-radius może być nadpisany przez fieldStyles */
}
.badge-field .render_headline:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Responsive badge sizes */
@media (max-width: 768px) {
	.badge-field .render_headline {
		padding: 0.375rem 0.75rem;
		font-size: 0.8125rem;
		min-width: 50px;
	}
}
& .has-text-align-center {
  text-align: center;
}
& .has-text-align-right {
  text-align: right;
}
& .has-text-align-left {
  text-align: left;
}
.grecaptcha-badge {
  display: none;
}
/* Mobile Fix */
@media screen and (min-width: 1440px) and (max-width: 1460px) {
	.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1300px) {
	.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container {
	max-width: 1280px;
	padding: 0 25px;
}
html {
  font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Exo, sans-serif;
}
.editor-styles-wrapper h2,
main h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin: 30px 0;
}
/* wrapper */
.wl-table {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
/* tabela */
.wlasciwosci-produktu-tabelka {
	hyphens: auto;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	border: 1px solid #d9d9d9;
}
/* komórki */
.wlasciwosci-produktu-tabelka td {
	padding: 14px 16px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.25;
}
/* zebra rows */
.wlasciwosci-produktu-tabelka tbody tr:nth-child(even) {
	background: #f3f3f3;
}
/* hover */
.wlasciwosci-produktu-tabelka tbody tr:hover {
	background: #e9e9e9;
	transition: background 0.2s ease;
}
/* pierwszy wiersz */
.wlasciwosci-produktu-tabelka tr:first-child td {
	font-weight: 700;
	text-transform: uppercase;
}
/* kolumny */
.wlasciwosci-produktu-tabelka td:first-child {
	width: 55%;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.wlasciwosci-produktu-tabelka td:nth-child(2) {
	width: 12%;
	text-align: center;
	font-weight: 600;
}
.wlasciwosci-produktu-tabelka td:nth-child(3) {
	width: 33%;
	text-align: center;
	font-weight: 500;
}
/* dopiski */
.wlasciwosci-produktu-tabelka td span {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	color: #333;
}
/* mobile */
@media (max-width: 768px) {
	.wlasciwosci-produktu-tabelka td {
		padding: 10px;
		font-size: 13px;
	}

	.wlasciwosci-produktu-tabelka td:first-child {
		width: 30%;
	}
}
.wl_block_okruszki {
	text-align: center;
	padding: 25px;
	text-transform: uppercase;
	background-color: #f2f2f2;
}
.wl_block_okruszki span {
	color: #1a1a86;
}
.wl_block_okruszki span a {
	color: #fd0100;
}
body .shop-content .products-grid .products-list .product img {
	height: 100%;
	padding: 20px;
}
/*body .products-archive-content .products-grid .products-list .product,*/
/*body .shop-content .products-grid .products-list .product {*/
/*	-webkit-box-shadow: 0px 0px 23px 5px rgba(170, 170, 170, 1);*/
/*	-moz-box-shadow: 0px 0px 23px 5px rgba(170, 170, 170, 1);*/
/*	box-shadow: 0px 0px 23px 5px rgba(170, 170, 170, 1);*/
/*}*/
@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.hover-underline-animation {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.hover-underline-animation::after {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 1px;
  width: 100%;
  transform-origin: center;
  --tw-scale-x: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
.hover-underline-animation:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*

Przyklad dodania fontu do motywu
------
Wgraj fonty do /assets/fonts/
------
Pamietaj o optymalizacji fontow (format .woff, .woff2)
------
Darmowy konwerter fontow: https://transfonter.org/
------
@font-face {
	font-family: "Poppins";
	src:
		url("../fonts/Poppins-Regular.woff2") format("woff2"),
		url("../fonts/Poppins-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* roboto-200 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/roboto-v51-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/roboto-v51-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/roboto-v51-latin_latin-ext-regular.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/roboto-v51-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/roboto-v51-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/roboto-v51-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/roboto-v51-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/roboto-v51-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/roboto-v51-latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-300 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/exo-v25-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-regular - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/exo-v25-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-500 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/exo-v25-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-600 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/exo-v25-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-700 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/exo-v25-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-800 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/exo-v25-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-900 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Exo";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/exo-v25-latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .btn {
    width: -moz-max-content;
    width: max-content;
  }
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(253 1 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 134 / var(--tw-bg-opacity, 1));
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-transparent {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
 * WooCommerce Styles - WebLegend Child Theme
 *
 * Styling dla:
 * 1. WooCommerce blocks (cart, checkout) - CSS only
 * 2. Custom templates (product, archive, shop) - dodatkowe style
 * 3. General WooCommerce elements override
 */
/* ============================================
   WOOCOMMERCE BLOCKS STYLING
   (dla stron używających bloków Gutenberga)
   ============================================ */
/* Cart Block */
/* Checkout Block */
/* Mini Cart Block */
.wc-block-mini-cart .wc-block-mini-cart__button {
  position: relative;
}
.wc-block-mini-cart .wc-block-mini-cart__badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wc-block-mini-cart .wc-block-mini-cart__drawer {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 20rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wc-block-mini-cart .wc-block-mini-cart__products-table {
  padding: 1rem;
}
.wc-block-mini-cart .wc-block-mini-cart__footer {
  margin-top: auto;
  border-top-width: 1px;
  padding: 1rem;
}
/* ============================================
   CUSTOM TEMPLATES STYLING
   (dla custom templates w child theme)
   ============================================ */
/* Single Product */
/* Product Archive & Shop */
.products-archive-content .archive-header, .shop-content .archive-header {
  margin-bottom: 3rem;
  text-align: center;
}
.products-archive-content .archive-header .archive-description, .shop-content .archive-header .archive-description {
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-toolbar, .shop-content .products-toolbar {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.products-archive-content .products-toolbar .results-count, .shop-content .products-toolbar .results-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-toolbar .woocommerce-ordering select, .shop-content .products-toolbar .woocommerce-ordering select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.products-archive-content .products-grid .products-list .product, .shop-content .products-grid .products-list .product {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-archive-content .products-grid .products-list .product:hover, .shop-content .products-grid .products-list .product:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__link, .shop-content .products-grid .products-list .product .woocommerce-loop-product__link {
  display: block;
}
.products-archive-content .products-grid .products-list .product img, .shop-content .products-grid .products-list .product img {
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__title, .shop-content .products-grid .products-list .product .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-archive-content .products-grid .products-list .product .woocommerce-loop-product__title:hover, .shop-content .products-grid .products-list .product .woocommerce-loop-product__title:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price, .shop-content .products-grid .products-list .product .price {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price del, .shop-content .products-grid .products-list .product .price del {
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .price ins, .shop-content .products-grid .products-list .product .price ins {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-grid .products-list .product .onsale, .shop-content .products-grid .products-list .product .onsale {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-pagination, .shop-content .products-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-archive-content .products-pagination > :not([hidden]) ~ :not([hidden]), .shop-content .products-pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.products-archive-content .products-pagination .page-numbers, .shop-content .products-pagination .page-numbers {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-archive-content .products-pagination .page-numbers:hover, .shop-content .products-pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.products-archive-content .products-pagination .page-numbers.current, .shop-content .products-pagination .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.products-archive-content .products-pagination .page-numbers.prev,
			.products-archive-content .products-pagination .page-numbers.next,
			.shop-content .products-pagination .page-numbers.prev,
			.shop-content .products-pagination .page-numbers.next {
  font-weight: 500;
}
/* Featured Categories */
.featured-categories .categories-grid .category-item {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.featured-categories .categories-grid .category-item:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.featured-categories .categories-grid .category-item img {
  margin-bottom: 0.75rem;
  height: 6rem;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-categories .categories-grid .category-item h3 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.featured-categories .categories-grid .category-item span {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.featured-categories .categories-grid .category-item:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
/* ============================================
   GENERAL WOOCOMMERCE OVERRIDES
   ============================================ */
/* Wiadomości (notices) */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
}
.woocommerce-message {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.woocommerce-error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.woocommerce-info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
/* Form Elements */
.woocommerce .input-text,
	.woocommerce .select2-container .select2-selection--single,
	.woocommerce select,
	.woocommerce textarea {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce .input-text:focus,
	.woocommerce .select2-container .select2-selection--single:focus,
	.woocommerce select:focus,
	.woocommerce textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.woocommerce .required {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
/* Loading states */
.woocommerce-loading::before {
  opacity: 0.5;
}
.blockUI.blockOverlay::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
/* Responsive adjustments */
@media (max-width: 768px) {
	.products-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }

	.single-product-content .product-hero {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
/**
 * WL Custom CSS - Styles impossible to convert to Tailwind
 *
 * This file contains only styles that cannot be expressed with Tailwind CSS:
 * 1. CSS Variables (colors, spacing, shadows)
 * 2. Animations (@keyframes)
 * 3. Loading States (::after pseudo-elements)
 * 4. Custom Form Controls (checkbox, radio, slider thumbs)
 * 5. Scrollbar Styles
 * 6. Icon SVG Backgrounds
 * 7. Third-party Overrides (PhotoSwipe, FlexSlider)
 * 8. Accessibility & Print
 *
 * @package WebLegend-child-theme
 * @version 1.0.0
 */
/* ==========================================================================
   1. CSS Variables
   ========================================================================== */
:root {
	--wl-primary: #2563eb;
	--wl-primary-hover: #1d4ed8;
	--wl-secondary: #64748b;
	--wl-success: #22c55e;
	--wl-error: #ef4444;
	--wl-warning: #f59e0b;
	--wl-border: #e2e8f0;
	--wl-bg-light: #f8fafc;
	--wl-text: #1e293b;
	--wl-text-muted: #64748b;
	--wl-radius: 8px;
	--wl-radius-lg: 12px;
	--wl-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
	--wl-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	--wl-transition: 0.2s ease;
}
/* ==========================================================================
   2. Animations (@keyframes)
   ========================================================================== */
/* Spinner animation - used in loading states */
@keyframes wl-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* Centered spinner animation - used in button loading */
@keyframes wl-spin-centered {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
/* Fade in animation - used in dashboard sections */
@keyframes wl-fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Shimmer animation - used in loading skeletons */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}
/* Animation utility classes */
.wl-animate-spin {
	animation: wl-spin 1s linear infinite;
}
.wl-animate-fadeIn {
	animation: wl-fadeIn 0.3s ease;
}
/* ==========================================================================
   3. Loading States (::after pseudo-elements)
   ========================================================================== */
/* Generic loading overlay */
.wl-loading {
	position: relative;
	pointer-events: none;
}
.wl-loading::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-top-color: currentColor;
	border-radius: 50%;
	animation: wl-spin 0.6s linear infinite;
}
/* Add to cart button loading */
.wl-add-to-cart.wl-loading {
	color: transparent !important;
}
.wl-add-to-cart.wl-loading::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top-color: #6b7280;
	animation: wl-spin-centered 0.6s linear infinite;
}
/* Mini cart content loading */
.wl-mini-cart-content.wl-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Filters sidebar loading */
.wl-filters-sidebar.wl-filters-loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
}
/* Loading skeleton */
.wl-filter-loading-skeleton {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 0.25rem;
}
/* ==========================================================================
   4. Custom Form Controls
   ========================================================================== */
/* --- Custom Checkbox --- */
.wl-filter-checkbox {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d1d5db;
	border-radius: 0.25rem;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
}
.wl-filter-checkbox:checked {
	background-color: var(--color-primary, #2563eb);
	border-color: var(--color-primary, #2563eb);
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.wl-filter-checkbox:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
/* --- Custom Radio --- */
.wl-filter-radio {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d1d5db;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
}
.wl-filter-radio:checked {
	border-color: var(--color-primary, #2563eb);
	border-width: 6px;
}
.wl-filter-radio:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
/* --- Price Slider Thumbs --- */
.wl-price-slider input[type="range"] {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background: transparent;
	pointer-events: none;
	z-index: 2;
}
.wl-price-slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--color-primary, #2563eb);
	border: 3px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
	margin-top: -0.375rem;
}
.wl-price-slider input[type="range"]::-moz-range-thumb {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--color-primary, #2563eb);
	border: 3px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
}
/* --- Quantity Input Spinners (hide) --- */
.wl-qty-input::-webkit-outer-spin-button,
.wl-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wl-qty-input {
	-moz-appearance: textfield;
}
/* --- Custom Select Arrow --- */
.wl-variation-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1.25rem;
	padding-right: 2.5rem;
}
/* ==========================================================================
   5. Scrollbar Styles
   ========================================================================== */
/* Filters sidebar scrollbar */
.wl-filters-sidebar::-webkit-scrollbar {
	width: 4px;
}
.wl-filters-sidebar::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}
.wl-filters-sidebar::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
.wl-filters-sidebar::-webkit-scrollbar-thumb:hover {
	background: #999;
}
/* Drawer content scrollbar */
.wl-drawer-content::-webkit-scrollbar {
	width: 4px;
}
.wl-drawer-content::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.wl-drawer-content::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
/* ==========================================================================
   6. Icon SVG Backgrounds
   ========================================================================== */
.wl-icon-dashboard,
.wl-icon-cart,
.wl-icon-user,
.wl-icon-location,
.wl-icon-download,
.wl-icon-heart,
.wl-icon-logout,
.wl-icon-wallet {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wl-icon-dashboard {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E");
}
.wl-icon-cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}
.wl-icon-user {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
.wl-icon-location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.wl-icon-download {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}
.wl-icon-heart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.wl-icon-logout {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
}
.wl-icon-wallet {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
}
/* ==========================================================================
   7. Third-party Overrides
   ========================================================================== */
/* --- FlexSlider Navigation Arrows --- */
.wl-product-gallery .flex-direction-nav a::before {
	font-size: 1.25rem;
}
.wl-product-gallery .flex-direction-nav .flex-prev::before {
	content: "\2190"; /* ← */
}
.wl-product-gallery .flex-direction-nav .flex-next::before {
	content: "\2192"; /* → */
}
/* --- Zoom Trigger Icon --- */
.wl-product-gallery .woocommerce-product-gallery__trigger::before {
	content: "\1F50D"; /* magnifying glass emoji */
	font-size: 1.125rem;
}
/* --- PhotoSwipe --- */
.pswp__bg {
	background-color: rgba(0, 0, 0, 0.9);
}
.pswp__top-bar {
	background-color: transparent;
}
.pswp__button {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.pswp__button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
/* --- WooCommerce Variation Info (hide default) --- */
.woocommerce-variation-price,
.woocommerce-variation-availability {
	display: none !important;
}
/* --- Variation dt::after content --- */
.wl-cart-item-details .variation dt::after,
.wl-mini-cart-content .woocommerce-mini-cart-item .variation dt::after {
	content: ": ";
}
/* --- Stock Low Warning Icon --- */
.wl-stock-low::before {
	content: "\26A0\FE0F"; /* warning emoji */
}
/* --- Admin Sortable Helpers --- */
.wl-filter-attribute-handle {
	cursor: grab;
}
.wl-filter-attribute-handle:active {
	cursor: grabbing;
}
.wl-filter-attribute-item.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f3f4f6;
	border: 2px dashed #d1d5db;
}
.wl-filter-attribute-item.ui-sortable-helper {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* ==========================================================================
   8. Accessibility & Print
   ========================================================================== */
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.wl-toast,
	.wl-mini-cart-panel,
	.wl-mini-cart-overlay,
	.wl-filters-drawer,
	.wl-sticky-cart {
		transition-duration: 0.01ms !important;
	}

	.wl-loading::after,
	.wl-animate-spin {
		animation: none;
	}
}
/* High contrast mode */
@media (forced-colors: active) {
	.wl-toast {
		border: 2px solid currentColor;
	}

	.wl-mini-cart-panel {
		border-left: 2px solid currentColor;
	}

	.wl-filter-checkbox,
	.wl-filter-radio {
		border: 2px solid currentColor;
	}
}
/* Print styles */
@media print {
	.wl-sticky-cart,
	.wl-share-links,
	.wl-product-badges,
	.wl-mini-cart,
	.wl-toast-container,
	.wl-filters-sidebar,
	.wl-filters-mobile-trigger {
		display: none !important;
	}
}
/* ==========================================================================
   9. Status Badges (semantic colors)
   ========================================================================== */
.wl-status-badge {
	display: inline-flex;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: 9999px;
	text-transform: capitalize;
}
.wl-status-pending {
	background-color: #fef3c7;
	color: #92400e;
}
.wl-status-processing {
	background-color: #dbeafe;
	color: #1e40af;
}
.wl-status-on-hold {
	background-color: #fed7aa;
	color: #c2410c;
}
.wl-status-completed {
	background-color: #d1fae5;
	color: #065f46;
}
.wl-status-cancelled,
.wl-status-refunded,
.wl-status-failed {
	background-color: #fee2e2;
	color: #991b1b;
}
/* ==========================================================================
   10. Toast Type Colors (border-left)
   ========================================================================== */
.wl-toast-success {
	border-left-color: #10b981;
}
.wl-toast-success .wl-toast-icon {
	color: #10b981;
}
.wl-toast-error {
	border-left-color: #ef4444;
}
.wl-toast-error .wl-toast-icon {
	color: #ef4444;
}
.wl-toast-warning {
	border-left-color: #f59e0b;
}
.wl-toast-warning .wl-toast-icon {
	color: #f59e0b;
}
.wl-toast-info {
	border-left-color: #3b82f6;
}
.wl-toast-info .wl-toast-icon {
	color: #3b82f6;
}
/* ==========================================================================
   11. Added State for Add to Cart Button
   ========================================================================== */
.wl-add-to-cart.added {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
	color: white !important;
}
/* ==========================================================================
   12. Mini Cart State Classes
   ========================================================================== */
/* Active state - show mini cart */
/* !important needed to override Tailwind utility classes (invisible, pointer-events-none) */
.wl-mini-cart.wl-active {
	visibility: visible !important;
	pointer-events: auto !important;
}
.wl-mini-cart.wl-active .wl-mini-cart-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.wl-mini-cart.wl-active .wl-mini-cart-panel {
	transform: translateX(0) !important;
}
/* Closing state */
.wl-mini-cart.wl-closing .wl-mini-cart-panel {
	transform: translateX(100%) !important;
}
/* ==========================================================================
   13. Toast Base & Visibility Classes
   ========================================================================== */
/* Base toast styles */
.wl-toast {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow:
		0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-left: 4px solid #6b7280;
	pointer-events: auto;
	transition: all 0.3s ease;
}
/* Hidden state (initial) */
.wl-toast-hidden {
	opacity: 0;
	transform: translateX(-120%);
}
/* Visible state */
.wl-toast-visible {
	opacity: 1 !important;
	transform: translateX(0) !important;
}
/* Hiding animation */
.wl-toast-hiding {
	opacity: 0 !important;
	transform: translateX(-120%) !important;
}
/* Toast content */
.wl-toast-content {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: 1;
	min-width: 0;
}
.wl-toast-icon {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}
.wl-toast-message {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #1f2937;
	font-weight: 500;
}
.wl-toast-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}
.wl-toast-action {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.375rem 0.75rem;
	background-color: #eff6ff;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease;
}
.wl-toast-action:hover {
	background-color: #dbeafe;
}
.wl-toast-close {
	width: 1.75rem;
	height: 1.75rem;
	padding: 0.25rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #9ca3af;
	border-radius: 0.375rem;
	transition: all 0.15s ease;
}
.wl-toast-close:hover {
	background-color: #f3f4f6;
	color: #111827;
}
/* ==========================================================================
   14. Responsive - Mobile Toast & Mini Cart
   ========================================================================== */
@media (max-width: 640px) {
	.wl-toast-container {
		left: 16px;
		right: 16px;
		bottom: 16px;
		max-width: none;
	}

	.wl-toast {
		padding: 14px 16px;
		border-radius: 10px;
	}

	.wl-toast .wl-toast-action {
		display: none;
	}

	.wl-mini-cart-panel {
		max-width: 100%;
	}

	.wl-mini-cart-header {
		padding: 16px 20px;
	}

	.wl-mini-cart-content .wl-cart-item {
		padding: 16px 20px;
	}

	.wl-mini-cart-footer {
		padding: 16px 20px;
	}

	.wl-mini-cart-actions {
		flex-direction: column;
	}
}
/* ==========================================================================
   15. My Account Block Styles
   ========================================================================== */
/* ===== GENERAL STYLES ===== */
.wl-my-account {
	font-family: inherit;
}
.wl-my-account * {
	box-sizing: border-box;
}
/* ===== GUEST VIEWS ===== */
.wl-my-account-guest .wl-guest-view {
	display: none;
}
.wl-my-account-guest .wl-guest-view.wl-active {
	display: block;
}
.wl-form-wrapper {
	max-width: 420px;
	width: 100%;
}
/* ===== FORM STYLES ===== */
.wl-form-container {
	width: 100%;
}
.wl-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-form-group {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}
.wl-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}
.wl-form-row-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
@media (max-width: 640px) {
	.wl-form-row-2 {
		grid-template-columns: 1fr;
	}
}
.wl-form-label {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--wl-text);
}
.wl-form-input,
.wl-form-select {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--wl-text);
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius);
	transition:
		border-color var(--wl-transition),
		box-shadow var(--wl-transition);
}
.wl-form-input:focus,
.wl-form-select:focus {
	outline: none;
	border-color: var(--wl-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.wl-form-input.wl-error {
	border-color: var(--wl-error);
}
.wl-form-input::-moz-placeholder {
	color: var(--wl-text-muted);
}
.wl-form-input::placeholder {
	color: var(--wl-text-muted);
}
.wl-form-hint,
.wl-password-hint {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
/* Password Toggle */
.wl-password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
.wl-password-wrapper .wl-form-input {
	padding-right: 3rem;
}
.wl-password-toggle {
	position: absolute;
	right: 0.75rem;
	padding: 0.25rem;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--wl-text-muted);
	transition: color var(--wl-transition);
}
.wl-password-toggle:hover {
	color: var(--wl-text);
}
.wl-password-toggle svg {
	width: 20px;
	height: 20px;
}
/* Checkbox */
.wl-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	cursor: pointer;
	font-size: 0.875rem;
}
.wl-form-checkbox {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.125rem;
	accent-color: var(--wl-primary);
	cursor: pointer;
}
.wl-checkbox-text {
	color: var(--wl-text);
}
.wl-checkbox-text a {
	color: var(--wl-primary);
	text-decoration: underline;
}
/* Field Error */
.wl-field-error {
	font-size: 0.75rem;
	color: var(--wl-error);
	min-height: 1rem;
}
/* Form Messages */
.wl-form-message {
	padding: 0.75rem 1rem;
	border-radius: var(--wl-radius);
	font-size: 0.875rem;
}
.wl-form-message-error {
	background-color: #fef2f2;
	color: var(--wl-error);
	border: 1px solid #fecaca;
}
.wl-form-message-success {
	background-color: #f0fdf4;
	color: var(--wl-success);
	border: 1px solid #bbf7d0;
}
/* Form Footer */
.wl-form-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.5rem;
	font-size: 0.875rem;
}
.wl-form-footer-text {
	color: var(--wl-text-muted);
}
.wl-form-link {
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	transition: color var(--wl-transition);
}
.wl-form-link:hover {
	color: var(--wl-primary-hover);
	text-decoration: underline;
}
.wl-forgot-password-link {
	font-size: 0.875rem;
}
/* ===== BUTTONS (My Account specific) ===== */
.wl-my-account .wl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	border-radius: var(--wl-radius);
	cursor: pointer;
	transition: all var(--wl-transition);
	border: none;
}
.wl-my-account .wl-btn-primary {
	background-color: var(--wl-primary);
	color: #fff;
}
.wl-my-account .wl-btn-primary:hover {
	background-color: var(--wl-primary-hover);
}
.wl-my-account .wl-btn-outline {
	background-color: transparent;
	color: var(--wl-primary);
	border: 1px solid var(--wl-primary);
}
.wl-my-account .wl-btn-outline:hover {
	background-color: var(--wl-primary);
	color: #fff;
}
.wl-my-account .wl-btn-full {
	width: 100%;
}
.wl-my-account .wl-btn-sm {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}
.wl-my-account .wl-btn-disabled {
	background-color: var(--wl-border);
	color: var(--wl-text-muted);
	cursor: not-allowed;
}
.wl-my-account .wl-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
/* Button Loading */
.wl-btn-loading {
	display: inline-flex;
	align-items: center;
}
.wl-spinner {
	width: 20px;
	height: 20px;
	animation: wl-spin 1s linear infinite;
}
/* ===== DASHBOARD LAYOUT ===== */
.wl-my-account-dashboard {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.wl-dashboard-header {
	margin-bottom: 1rem;
}
.wl-dashboard-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 2rem;
	align-items: start;
}
@media (max-width: 768px) {
	.wl-dashboard-layout {
		grid-template-columns: 1fr;
	}
}
/* Dashboard Navigation */
.wl-dashboard-nav {
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
	padding: 0.5rem;
	position: sticky;
	top: 100px;
}
@media (max-width: 768px) {
	.wl-dashboard-nav {
		position: static;
	}
}
.wl-dashboard-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
@media (max-width: 768px) {
	.wl-dashboard-menu {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.wl-dashboard-menu-item {
	border-radius: var(--wl-radius);
}
.wl-dashboard-menu-link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	color: var(--wl-text);
	text-decoration: none;
	border-radius: var(--wl-radius);
	transition: all var(--wl-transition);
}
.wl-dashboard-menu-link:hover {
	background-color: #fff;
	color: var(--wl-primary);
}
.wl-dashboard-menu-item.wl-active .wl-dashboard-menu-link {
	background-color: #fff;
	color: var(--wl-primary);
	box-shadow: var(--wl-shadow);
}
.wl-menu-logout .wl-dashboard-menu-link {
	color: var(--wl-error);
}
.wl-menu-logout .wl-dashboard-menu-link:hover {
	background-color: #fef2f2;
}
.wl-menu-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wl-menu-label {
	font-size: 0.875rem;
	font-weight: 500;
}
/* Dashboard Content */
.wl-dashboard-content {
	min-height: 400px;
}
.wl-dashboard-content.wl-loading {
	opacity: 0.5;
	pointer-events: none;
}
.wl-dashboard-section {
	animation: wl-fadeIn 0.3s ease;
}
/* Section Titles */
.wl-section-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--wl-text);
	margin: 0 0 1.5rem;
}
.wl-subsection-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--wl-text);
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.wl-section-description {
	color: var(--wl-text-muted);
	margin-bottom: 1.5rem;
}
/* ===== OVERVIEW SECTION ===== */
.wl-welcome-message {
	margin-bottom: 2rem;
}
.wl-welcome-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}
.wl-welcome-text {
	color: var(--wl-text-muted);
	margin: 0;
}
/* Stats Grid */
.wl-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}
.wl-stat-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-stat-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl-stat-content {
	display: flex;
	flex-direction: column;
}
.wl-stat-value {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--wl-text);
}
.wl-stat-label {
	font-size: 0.875rem;
	color: var(--wl-text-muted);
}
/* Quick Actions */
.wl-quick-actions {
	margin-bottom: 2rem;
}
.wl-actions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
}
.wl-action-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem;
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	text-decoration: none;
	color: var(--wl-text);
	transition: all var(--wl-transition);
}
.wl-action-card:hover {
	border-color: var(--wl-primary);
	box-shadow: var(--wl-shadow-md);
}
.wl-action-icon {
	width: 32px;
	height: 32px;
	color: var(--wl-primary);
}
.wl-action-label {
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}
/* Recent Orders Mini */
.wl-recent-orders {
	margin-bottom: 1rem;
}
.wl-orders-mini-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
.wl-order-mini-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius);
}
.wl-order-mini-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.wl-order-mini-number {
	font-weight: 600;
}
.wl-order-mini-date {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
.wl-order-mini-total {
	font-weight: 600;
}
.wl-order-mini-link {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.875rem;
	color: var(--wl-primary);
	text-decoration: none;
}
.wl-order-mini-link:hover {
	text-decoration: underline;
}
.wl-view-all-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
}
.wl-view-all-link:hover {
	text-decoration: underline;
}
/* ===== ORDERS TABLE ===== */
.wl-orders-table-wrapper {
	overflow-x: auto;
}
.wl-orders-table {
	width: 100%;
	border-collapse: collapse;
}
.wl-orders-table th,
.wl-orders-table td {
	padding: 1rem;
	text-align: left;
	border-bottom: 1px solid var(--wl-border);
}
.wl-orders-table th {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--wl-text-muted);
	background-color: var(--wl-bg-light);
}
.wl-orders-table tr:hover {
	background-color: var(--wl-bg-light);
}
.wl-order-number {
	font-weight: 600;
}
.wl-order-items-count {
	display: block;
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
@media (max-width: 768px) {
	.wl-orders-table-wrapper {
		display: none;
	}
}
/* Mobile Orders List */
.wl-orders-list-mobile {
	display: none;
}
@media (max-width: 768px) {
	.wl-orders-list-mobile {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
}
.wl-order-card {
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	overflow: hidden;
}
.wl-order-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	background-color: var(--wl-bg-light);
}
.wl-order-card-body {
	padding: 1rem;
}
.wl-order-card-row {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
}
.wl-order-card-row:not(:last-child) {
	border-bottom: 1px solid var(--wl-border);
}
.wl-order-label {
	color: var(--wl-text-muted);
}
.wl-order-value {
	font-weight: 500;
}
.wl-order-card-footer {
	padding: 1rem;
	border-top: 1px solid var(--wl-border);
}
/* Pagination */
.wl-orders-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--wl-border);
}
.wl-pagination-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-primary);
	text-decoration: none;
	font-weight: 500;
}
.wl-pagination-link:hover {
	text-decoration: underline;
}
.wl-pagination-info {
	color: var(--wl-text-muted);
	font-size: 0.875rem;
}
/* ===== ORDER DETAILS ===== */
.wl-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wl-text-muted);
	text-decoration: none;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	transition: color var(--wl-transition);
}
.wl-back-link:hover {
	color: var(--wl-primary);
}
.wl-order-details-header {
	margin-bottom: 2rem;
}
.wl-order-details-title {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.wl-order-details-title h3 {
	margin: 0;
}
.wl-order-details-meta {
	display: flex;
	gap: 1.5rem;
	margin-top: 0.5rem;
	color: var(--wl-text-muted);
	font-size: 0.875rem;
}
.wl-order-details-meta span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
/* Order Items */
.wl-order-items {
	margin-bottom: 2rem;
}
.wl-order-items-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-order-item {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius);
}
.wl-order-item-image {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
.wl-order-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: var(--wl-radius);
}
.wl-order-item-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-border);
	border-radius: var(--wl-radius);
	color: var(--wl-text-muted);
}
.wl-order-item-details {
	flex: 1;
}
.wl-order-item-name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}
.wl-order-item-meta {
	font-size: 0.75rem;
	color: var(--wl-text-muted);
	margin-bottom: 0.25rem;
}
.wl-order-item-qty {
	font-size: 0.875rem;
	color: var(--wl-text-muted);
}
.wl-order-item-price {
	font-weight: 600;
	white-space: nowrap;
}
/* Order Totals */
.wl-order-totals {
	max-width: 400px;
	margin-left: auto;
	margin-bottom: 2rem;
}
.wl-order-totals-row {
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--wl-border);
}
.wl-order-totals-row.wl-discount .wl-order-totals-value {
	color: var(--wl-success);
}
.wl-order-totals-row.wl-total {
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: none;
	padding-top: 1rem;
}
.wl-order-totals-label small {
	display: block;
	font-weight: normal;
	color: var(--wl-text-muted);
}
/* Addresses */
.wl-order-addresses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}
.wl-address-column {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-address-content {
	line-height: 1.6;
}
.wl-address-extra {
	margin-top: 0.75rem;
	font-size: 0.875rem;
}
/* Order Notes */
.wl-order-notes {
	padding: 1.5rem;
	background-color: #fefce8;
	border-radius: var(--wl-radius-lg);
	border: 1px solid #fef08a;
}
.wl-order-note-content {
	font-style: italic;
	color: var(--wl-text);
}
/* ===== ACCOUNT DETAILS ===== */
.wl-account-form-wrapper,
.wl-password-form-wrapper {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
	margin-bottom: 2rem;
}
.wl-form-description {
	color: var(--wl-text-muted);
	font-size: 0.875rem;
	margin-bottom: 1rem;
}
/* ===== ADDRESSES ===== */
.wl-addresses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
}
.wl-address-card {
	padding: 1.5rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-address-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--wl-border);
}
/* ===== DOWNLOADS ===== */
.wl-downloads-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wl-download-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-download-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-primary);
	color: #fff;
	border-radius: var(--wl-radius);
	flex-shrink: 0;
}
.wl-download-info {
	flex: 1;
}
.wl-download-name {
	margin: 0 0 0.25rem;
	font-size: 1rem;
}
.wl-download-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	font-size: 0.75rem;
	color: var(--wl-text-muted);
}
.wl-download-action {
	flex-shrink: 0;
}
/* ===== FAVOURITES ===== */
.wl-favourites-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5rem;
}
.wl-favourite-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid var(--wl-border);
	border-radius: var(--wl-radius-lg);
	overflow: hidden;
	transition: box-shadow var(--wl-transition);
}
.wl-favourite-card:hover {
	box-shadow: var(--wl-shadow-md);
}
.wl-favourite-remove {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 10;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: var(--wl-text-muted);
	box-shadow: var(--wl-shadow);
	transition: all var(--wl-transition);
}
.wl-favourite-remove:hover {
	color: var(--wl-error);
	background-color: #fef2f2;
}
.wl-favourite-image {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
}
.wl-favourite-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: transform var(--wl-transition);
}
.wl-favourite-card:hover .wl-favourite-image img {
	transform: scale(1.05);
}
.wl-favourite-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wl-bg-light);
	color: var(--wl-text-muted);
}
.wl-favourite-out-of-stock {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	padding: 0.25rem 0.5rem;
	background-color: var(--wl-error);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	border-radius: var(--wl-radius);
}
.wl-favourite-info {
	padding: 1rem;
	flex: 1;
}
.wl-favourite-name {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
}
.wl-favourite-name a {
	color: var(--wl-text);
	text-decoration: none;
}
.wl-favourite-name a:hover {
	color: var(--wl-primary);
}
.wl-favourite-price {
	font-weight: 600;
	color: var(--wl-text);
}
.wl-favourite-price del {
	color: var(--wl-text-muted);
	font-weight: normal;
}
.wl-favourite-price ins {
	text-decoration: none;
	color: var(--wl-error);
}
.wl-favourite-actions {
	padding: 0 1rem 1rem;
}
/* ===== EMPTY STATES ===== */
.wl-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	text-align: center;
	background-color: var(--wl-bg-light);
	border-radius: var(--wl-radius-lg);
}
.wl-empty-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
	color: var(--wl-text-muted);
}
.wl-empty-title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}
.wl-empty-text {
	margin: 0 0 1.5rem;
	color: var(--wl-text-muted);
	max-width: 400px;
}
/* ===== ERROR STATES ===== */
.wl-my-account .wl-error {
	padding: 1.5rem;
	background-color: #fef2f2;
	color: var(--wl-error);
	border: 1px solid #fecaca;
	border-radius: var(--wl-radius);
	text-align: center;
}
.wl-error-message {
	padding: 2rem;
	background-color: #fef2f2;
	color: var(--wl-error);
	border-radius: var(--wl-radius);
	text-align: center;
}
/* ===== Checkout Draft Status ===== */
.wl-status-checkout-draft {
	background-color: #e0e7ff;
	color: #3730a3;
}
/* ==========================================================================
   16. Product Preview Card Styles
   ========================================================================== */
/* Line clamp utilities */
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* Product grid animations */
.product-item:hover {
	transform: translateY(-2px);
}
/* Sale badge pulse animation */
.sale-badge {
	animation: wl-pulse 2s infinite;
}
@keyframes wl-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}
/* ==========================================================================
   17. Favourite Button Styles
   ========================================================================== */
.wl-favourite-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.2s ease;
}
.wl-favourite-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wl-favourite-btn .wl-heart-icon {
	width: 18px;
	height: 16px;
	transition: all 0.2s ease;
}
.wl-favourite-btn .wl-heart-empty {
	color: #666;
}
.wl-favourite-btn .wl-heart-filled {
	display: none;
	color: #ef4444;
}
.wl-favourite-btn.is-favourite .wl-heart-empty {
	display: none;
}
.wl-favourite-btn.is-favourite .wl-heart-filled {
	display: block;
}
.wl-favourite-btn.wl-favourite-animate {
	animation: wl-heart-pop 0.3s ease;
}
@keyframes wl-heart-pop {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
/* Single product button variant */
.wl-favourite-btn--single {
	width: auto;
	height: auto;
	padding: 12px 20px;
	border-radius: 6px;
	background: #f3f4f6;
	box-shadow: none;
	gap: 8px;
}
.wl-favourite-btn--single:hover {
	background: #e5e7eb;
	transform: none;
}
.wl-favourite-btn--single .wl-heart-icon {
	width: 20px;
	height: 18px;
}
.wl-favourite-btn--single.is-favourite {
	background: #fef2f2;
}
.wl-favourite-btn--single.is-favourite:hover {
	background: #fee2e2;
}
/* ==========================================================================
   18. Comparison Button Styles
   ========================================================================== */
.wl-comparison-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.2s ease;
}
.wl-comparison-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wl-comparison-btn .wl-scale-icon {
	width: 18px;
	height: 16px;
	transition: all 0.2s ease;
}
.wl-comparison-btn .wl-scale-empty {
	color: #666;
}
.wl-comparison-btn .wl-scale-filled {
	display: none;
	color: #3b82f6;
}
.wl-comparison-btn.is-in-comparison {
	background: #3b82f6;
}
.wl-comparison-btn.is-in-comparison .wl-scale-empty {
	display: none;
}
.wl-comparison-btn.is-in-comparison .wl-scale-filled {
	display: block;
	color: white;
}
.wl-comparison-btn.wl-comparison-animate {
	animation: wl-scale-pop 0.3s ease;
}
@keyframes wl-scale-pop {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
/* Single product comparison button variant */
.wl-comparison-btn--single {
	width: auto;
	height: auto;
	padding: 12px 20px;
	border-radius: 6px;
	background: #f3f4f6;
	box-shadow: none;
	gap: 8px;
}
.wl-comparison-btn--single:hover {
	background: #e5e7eb;
	transform: none;
}
.wl-comparison-btn--single .wl-scale-icon {
	width: 20px;
	height: 18px;
}
.wl-comparison-btn--single.is-in-comparison {
	background: #dbeafe;
}
.wl-comparison-btn--single.is-in-comparison:hover {
	background: #bfdbfe;
}
.wl-comparison-single-wrapper {
	margin-top: 10px;
}
.wl_block_long-text .editor-field ul {
	list-style: disc;
	margin-left: 20px;
}
.o-nas h1 {
	margin-bottom: 20px;
}
.eko-opis h3 {
	font-weight: 700;
	font-size: 28px;
}
.eko-opis h2 {
	color: #1a1a86;
	font-size: 28px;
}
.cf7-form-wrap {
	max-width: 760px;
	margin: 40px auto;
	padding: 40px 40px;
	background: #f5f5f5;
	border-radius: 20px;
}
.cf7-form-wrap h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f1f1f;
	margin: 0 0 40px;
}
.cf7-form-wrap .cf7-row {
	margin-bottom: 18px;
}
.cf7-form-wrap input[type="text"],
.cf7-form-wrap input[type="email"],
.cf7-form-wrap textarea {
	width: 100%;
	font-size: 22px;
	color: #222;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	padding: 20px 28px;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
}
.cf7-form-wrap input[type="text"],
.cf7-form-wrap input[type="email"] {
	height: 72px;
}
.cf7-form-wrap textarea {
	height: 330px;
	resize: vertical;
	padding-top: 18px;
}
.cf7-form-wrap input::-moz-placeholder, .cf7-form-wrap textarea::-moz-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
.cf7-form-wrap input::placeholder,
.cf7-form-wrap textarea::placeholder {
	color: #2a2a2a;
	opacity: 1;
}
.cf7-form-wrap input:focus,
.cf7-form-wrap textarea:focus {
	border-color: #cfcfcf;
}
.cf7-form-wrap .cf7-submit-row {
	margin-top: 10px;
}
.cf7-form-wrap input[type="submit"] {
	background: #fd0100;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.2s ease;
}
.cf7-form-wrap input[type="submit"]:hover {
	opacity: 0.9;
}
/* Usunięcie domyślnych stylów CF7 */
.cf7-form-wrap .wpcf7-form-control-wrap {
	display: block;
}
.cf7-form-wrap .wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 8px;
}
.cf7-form-wrap .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border-radius: 6px;
}
/* Kontener nawigacji konta */
.woocommerce-MyAccount-navigation {
	background: #f3f3f3;
	padding: 24px;
	border-radius: 28px;
	max-width: 360px;
	margin: 50px auto;
}
/* Lista */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
/* Element listy */
.woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
}
/* Linki */
.woocommerce-MyAccount-navigation a {
	display: block;
	text-decoration: none;
	background: #ffffff;
	color: #0b168f;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 18px 22px;
	border-radius: 22px;
	transition: all 0.25s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
/* Hover */
.woocommerce-MyAccount-navigation a:hover {
	background: #0b168f;
	color: #ffffff;
	transform: translateY(-2px);
}
/* Aktywna zakładka */
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a[aria-current="page"] {
	background: #1d1f9a;
	color: #ffffff;
	box-shadow: 0 10px 30px rgba(11, 22, 143, 0.22);
}
/* Wyloguj */
.woocommerce-MyAccount-navigation-link--customer-logout a {
	background: #ff1e0f;
	color: #ffffff;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	background: #d9170b;
	color: #ffffff;
}
/* Mobile */
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		max-width: 100%;
		padding: 18px;
		border-radius: 20px;
	}

	.woocommerce-MyAccount-navigation a {
		font-size: 18px;
		padding: 15px 18px;
		border-radius: 16px;
	}
}
/* komunikat */
.woocommerce-notice--success {
	background: #fff;
	border-left: 4px solid #1d1f9a;
	border-radius: 16px;
	padding: 18px 22px;
	font-weight: 600;
	margin: 24px auto;
}
/* lista podsumowania */
.woocommerce-order-overview {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 24px;
	list-style: none;
}
.woocommerce-order-overview li {
	background: #fff;
	border: 1px solid #e9e9ee;
	border-radius: 16px;
	padding: 18px 20px;
	min-width: 180px;
	flex: 1 1 180px;
	margin: 0;
	font-size: 14px;
	color: #666;
}
.woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	font-size: 18px;
	line-height: 1.3;
	color: #111;
}
/* sekcje niżej */
.woocommerce-order-details,
.woocommerce-customer-details {
	background: #fff;
	border: 1px solid #e9e9ee;
	border-radius: 16px;
	padding: 24px;
	margin-top: 20px;
}
/* tytuły */
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-column__title {
	font-size: 24px;
	margin-bottom: 16px;
	color: #1d1f9a;
}
/* tabela */
.woocommerce-table--order-details a {
	color: #1d1f9a;
	text-decoration: none;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 12px 0;
}
.woocommerce-notice--success {
	background: #f2f2f2;
}
/* mobile */
@media (max-width: 768px) {
	.woocommerce-order-overview {
		flex-direction: column;
	}
	.woocommerce-order-overview li {
		flex: 0;
	}
}
.woocommerce ul.order_details li {
	border: none;
	padding: 20px;
}
/* Kontent konta */
.woocommerce-MyAccount-content {
	background: #ffffff;
	padding: 40px;
	border-radius: 28px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
	font-size: 18px;
	line-height: 1.7;
	margin: 50px auto;
}
/* paragrafy */
.woocommerce-MyAccount-content p {
	margin-bottom: 20px;
	color: #333;
}
/* powitanie */
.woocommerce-MyAccount-content strong {
	color: #0b168f;
	font-weight: 700;
}
/* linki */
.woocommerce-MyAccount-content a {
	color: #0b168f;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all 0.25s ease;
}
/* hover linków */
.woocommerce-MyAccount-content a:hover {
	border-bottom: 2px solid #0b168f;
}
/* link wylogowania */
.woocommerce-MyAccount-content a[href*="logout"] {
	color: #ff1e0f;
	font-weight: 700;
}
.woocommerce-MyAccount-content a[href*="logout"]:hover {
	border-bottom: 2px solid #ff1e0f;
}
/* mobile */
@media (max-width: 768px) {
	.woocommerce-MyAccount-content {
		padding: 24px;
		border-radius: 20px;
		font-size: 16px;
	}
}
.woocommerce-info::before {
	display: none;
}
.before\:\!bottom-0::before {
  content: var(--tw-content);
  bottom: 0px !important;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-center::after {
  content: var(--tw-content);
  transform-origin: center;
}
.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition::after {
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:border-\[\#0755BF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 85 191 / var(--tw-border-opacity, 1));
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 1 0 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0755BF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 85 191 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 1 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent\/90:hover {
  background-color: rgb(253 1 0 / 0.9);
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#0755BF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(7 85 191 / var(--tw-text-opacity, 1));
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(253 1 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 1 0 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-accent:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 1 0 / var(--tw-ring-opacity, 1));
}
.focus\:ring-accent\/20:focus {
  --tw-ring-color: rgb(253 1 0 / 0.2);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:skew-y-3 {
  --tw-skew-y: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

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

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

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

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

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

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

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

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

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

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[280px_1fr\] {
    grid-template-columns: 280px 1fr;
  }

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

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

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

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

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

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\.active\]\:border-accent.active {
  --tw-border-opacity: 1;
  border-color: rgb(253 1 0 / var(--tw-border-opacity, 1));
}
.\[\&\.scrolled\]\:bg-white.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&\.scrolled\]\:shadow.scrolled {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&_\.amount\]\:text-2xl .amount {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_\.amount\]\:font-semibold .amount {
  font-weight: 600;
}
.\[\&_a\]\:text-inherit a {
  color: inherit;
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:transition-colors a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:\[\&_a\]\:text-blue-500 a:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.\[\&_b\]\:text-2xl b {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_b\]\:font-bold b {
  font-weight: 700;
}
.\[\&_b\]\:font-semibold b {
  font-weight: 600;
}
.\[\&_b\]\:text-accent b {
  --tw-text-opacity: 1;
  color: rgb(253 1 0 / var(--tw-text-opacity, 1));
}
.\[\&_h2\]\:my-4 h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\[\&_h2\]\:text-2xl h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}
.\[\&_h3\]\:my-4 h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\[\&_h3\]\:text-xl h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_h3\]\:font-semibold h3 {
  font-weight: 600;
}
.\[\&_h4\]\:my-4 h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\[\&_h4\]\:text-lg h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\[\&_h4\]\:font-semibold h4 {
  font-weight: 600;
}
.\[\&_img\]\:size-20 img {
  width: 5rem;
  height: 5rem;
}
.\[\&_img\]\:rounded-lg img {
  border-radius: 0.5rem;
}
.\[\&_img\]\:border img {
  border-width: 1px;
}
.\[\&_img\]\:border-gray-200 img {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.\[\&_p\]\:my-0 p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\[\&_p\]\:my-2 p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\[\&_p\]\:mt-6 p {
  margin-top: 1.5rem;
}
.\[\&_strong\]\:text-2xl strong {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}
.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}
.\[\&_strong\]\:text-accent strong {
  --tw-text-opacity: 1;
  color: rgb(253 1 0 / var(--tw-text-opacity, 1));
}
.\[\&_svg\]\:size-3\.5 svg {
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&_svg\]\:size-full svg {
  width: 100%;
  height: 100%;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
.\[\&_svg\]\:stroke-gray-500 svg {
  stroke: #6b7280;
}
.\[\&_svg\]\:text-gray-400 svg {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:\[\&_svg\]\:text-red-500 svg:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.active.\[\.active\&\]\:bottom-4 {
  bottom: 1rem;
}
.active .\[\.active_\&\]\:text-accent {
  --tw-text-opacity: 1;
  color: rgb(253 1 0 / var(--tw-text-opacity, 1));
}
.modal-open .\[\.modal-open_\&\]\:top-0 {
  top: 0px;
}
.modal-open .\[\.modal-open_\&\]\:opacity-100 {
  opacity: 1;
}
.modal-open .\[\.modal-open_\&\]\:duration-100 {
  transition-duration: 100ms;
}
.scrolled .\[\.scrolled_\&\]\:border-none {
  border-style: none;
}

