*, ::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: 1472px) {

  .container {
    max-width: 1472px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 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-5 {
  bottom: 1.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.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;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-full {
  height: 100% !important;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[630px\] {
  height: 630px;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.\!w-full {
  width: 100% !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-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.-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));
}
.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;
}
.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-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-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-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[62px\] {
  gap: 62px;
}
.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-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-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.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;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#2b2b2b\]\/15 {
  border-color: rgb(43 43 43 / 0.15);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 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-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#757575\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}
.border-t-\[\#757575\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}
.bg-\[\#7BAE5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(123 174 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7bae5c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(123 174 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F0EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 238 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(99 113 96 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.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-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 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-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.bg-\[center_84px\] {
  background-position: center 84px;
}
.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-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-10 {
  padding-right: 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;
}
.text-right {
  text-align: right;
}
.font-manrope {
  font-family: Manrope, 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-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[32px\] {
  font-size: 32px;
}
.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-extralight {
  font-weight: 200;
}
.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-\[120\%\] {
  line-height: 120%;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#110D0A\] {
  --tw-text-opacity: 1;
  color: rgb(17 13 10 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#A98851\] {
  --tw-text-opacity: 1;
  color: rgb(169 136 81 / var(--tw-text-opacity, 1));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 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-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));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.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-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;
}
.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-opacity {
  transition-property: opacity;
  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-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 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;
	}
}
/* Scroll behavior */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 124px;
}
@media (min-width: 1025px) {
	html {
		scroll-padding-top: 100px;
	}
}
/* ==========================================================================
   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;
}
#primary-menu ul.site-menu-main > .menu-item > a {
	display: flex;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	align-items: center;
	line-height: 100px;
	transition: all 0.25s ease-in-out;
}
.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: capitalize;
}
/* 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: 992px)
   ========================================================================== */
@media (min-width: 992px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		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: 992px) {
	.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: 44px;
		     column-gap: 44px;
	}
}
/* Cart Icon Styles
   ========================================================================== */
.cart-icon a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	transition: color 0.3s ease;
}
.cart-icon a:hover {
	color: #0119ff;
}
.cart-count {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	display: flex;
	height: 1.25rem;
	width: 1.25rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: #0119ff;
	font-size: 0.75rem;
	font-weight: 700;
	color: white;
	line-height: 1;
}
/* 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: 991px)
   ========================================================================== */
@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 10px 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 < 992px) {
	#primary-menu ul.site-menu-main {
		flex-direction: column;
		width: 100%;
	}
}
@media (min-width: 992px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 30px;
		     column-gap: 30px;
		flex-direction: row;
	}
}
@media (width > 1200px) {
	#primary-menu ul.site-menu-main {
		-moz-column-gap: 44px;
		     column-gap: 44px;
	}
}
#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: 992px) {
	#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;
  }
}
.border-gray-200 {
	border-color: #7bae5c;
}
.menu-item {
	font-weight: 500 !important;
}
.menu-item:hover a {
	color: #7bae5c !important;
}
footer li.menu-item a {
	color: #05131d;
	font-size: 18px;
}
footer li.menu-item {
	margin-top: 12px;
}
.custom-gap {
	gap: 96px;
}
.pp-home p {
	hyphens: auto;
}
.wl_block_tekst ul {
	list-style: disc !important;
	padding-left: 20px;
}
.wl_block_faq .faq-content {
	transition:
		max-height 0.35s ease,
		opacity 0.25s ease;
	will-change: max-height, opacity;
}
.wl_block_faq .faq-content[data-state="open"] {
	opacity: 1;
}
.wpcf7 form {
	width: 100%;
	background: #f6f0e7;
	padding: 40px;
	border-radius: 16px;
}
.wpcf7 form h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.wl_block_kontakt .shortcode-field {
	width: 100%;
}
.wpcf7 form div label {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.wpcf7 form div label input,
.wpcf7 form div label textarea {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
}
.wpcf7 form div label textarea {
	height: 200px !important;
}
.wpcf7 form .first-row {
	gap: 20px;
	display: flex;
	margin-bottom: 20px;
}
.wpcf7 form #accept > span > span > span > label {
	display: flex;
	flex-direction: row;
	gap: 20px;
	font-size: 12px !important;
}
.wpcf7 form #accept > span > span > span > label input {
	width: 20px;
}
.wpcf7 form #submit-wrap > input {
	background: #7bae5c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	margin-top: 20px;
}
#submit-wrap {
	display: flex;
	justify-content: right;
	flex-direction: row-reverse;
}
#accept {
	margin-top: 10px;
}
@media (max-width: 1300px) {
	.custom-gap {
		gap: 30px;
	}
	section.wl_block_faq > div > div > div > div:nth-child(2) {
		display: none;
	}

	body > main > section.wl_block_faq > div > div > div > div:nth-child(1) {
		width: 100% !important;
	}
}
@media (max-width: 1024px) {
	.wl_block_tekst .flex.flex-wrap {
		flex-direction: column;
	}

	.wl_block_tekst .grid-column {
		width: 100% !important;
	}

	.wl_block_tekst .grid-column img {
		width: 100% !important;
	}
	.img-hidden .lg\:order-2.items-start.justify-start {
		display: none;
	}
	.img-hidden {
		margin-top: -50px;
	}
}
@media (max-width: 768px) {
	.hero-img {
		width: 100%;
	}
	.wl_block_nasze-uslugi .flex.flex-wrap.custom_classes.gap-5 {
		flex-direction: column;
	}
	.img-hidden {
		margin-top: -25px;
	}

	.wpcf7 form {
		padding: 20px;
	}
}
@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/manrope-v20-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/manrope-v20-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/manrope-v20-latin_latin-ext-regular.woff2")
		format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/manrope-v20-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/manrope-v20-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/manrope-v20-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: "Manrope";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/manrope-v20-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.btn {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
  border-radius: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-primary,
.call-button {
	color: #fff;
	background-color: #ba692b;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 20px;
	border: 1px solid #ba692b;
	border-radius: 25px;
	transition: 0.2s;
}
.call-button {
	color: #fff;
	font-size: 16px;
	margin-left: 70px;
}
.btn-primary:hover,
.call-button:hover {
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 20px;
	border: 1px solid #ba692b;
	border-radius: 25px;
	color: #ba692b;
}
.btn-secondary {
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 20px;
	border: 1px solid #ba692b;
	border-radius: 25px;
	color: #ba692b;
}
.btn-secondary:hover {
	background-color: #ba692b;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 20px;
	border: 1px solid #ba692b;
	border-radius: 25px;
	color: #fff;
}
.btn-primary::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;

	background-color: #fff;
	mask: url("/wp-content/uploads/2026/01/up-right-arrow-1.svg") no-repeat
		center / contain;
	-webkit-mask: url("/wp-content/uploads/2026/01/up-right-arrow-1.svg")
		no-repeat center / contain;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}
.btn-primary:hover::after {
	background-color: #ba692b;
	transform: rotate(45deg);
}
.btn-secondary::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;

	background-color: #ba692b;
	mask: url("/wp-content/uploads/2026/01/up-right-arrow-1.svg") no-repeat
		center / contain;
	-webkit-mask: url("/wp-content/uploads/2026/01/up-right-arrow-1.svg")
		no-repeat center / contain;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}
.btn-secondary:hover::after {
	background-color: #fff;
}
.call-button::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	vertical-align: middle;
	mask: url("/wp-content/uploads/2026/01/Group.svg") no-repeat center / cover;
	-webkit-mask: url("/wp-content/uploads/2026/01/Group.svg") no-repeat
		center / cover;
	transition: background-color 0.2s ease;
	margin-left: 12px;
	margin-top: -5px;
}
.call-button:hover::after {
	background-color: #ba692b;
}
/* .btn-primary.toggle-text-btn::after{
	transform: rotate(90deg);
}
 */
/**
 * 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 */
.wc-block-cart {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wc-block-cart .wc-block-cart__main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px) {

  .wc-block-cart .wc-block-cart__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wc-block-cart .wc-block-cart-items {
    grid-column: span 2 / span 2;
  }

  .wc-block-cart .wc-block-cart__sidebar {
    grid-column: span 1 / span 1;
  }
}
.wc-block-cart .wc-block-cart-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
	border-color: #7bae5c;
}
.wc-block-cart .wc-block-cart-item:last-child {
  border-bottom-width: 0px;
}
.wc-block-cart .wc-block-cart-item__image img {
  height: 5rem;
  width: 5rem;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wc-block-cart .wc-block-cart-item__product {
  margin-left: 1rem;
  flex: 1 1 0%;
}
.wc-block-cart .wc-block-cart-item__total {
  text-align: right;
  font-weight: 600;
}
.wc-block-cart .wc-block-cart__totals-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.wc-block-cart .wc-block-cart__totals-footer {
  margin-top: 1.5rem;
}
.wc-block-cart .wc-block-cart__submit-button {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.wc-block-cart .wc-block-cart__submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
/* Checkout Block */
.wc-block-checkout {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wc-block-checkout .wc-block-checkout__main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 1024px) {

  .wc-block-checkout .wc-block-checkout__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-block-checkout .wc-block-checkout__form {
    grid-column: span 1 / span 1;
  }

  .wc-block-checkout .wc-block-checkout__sidebar {
    grid-column: span 1 / span 1;
  }
}
.wc-block-checkout .wc-block-components-checkout-step {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --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);
}
.wc-block-checkout .wc-block-components-checkout-step__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.wc-block-checkout .wc-block-components-text-input,
	.wc-block-checkout .wc-block-components-select-input {
  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;
}
.wc-block-checkout .wc-block-components-text-input:focus,
	.wc-block-checkout .wc-block-components-select-input: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));
}
.wc-block-checkout .wc-block-components-button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.wc-block-checkout .wc-block-components-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.wc-block-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wc-block-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
/* 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));
}
@media (max-width: 1024px) {
	.wl_block_tekst .wc-block-mini-cart .wc-block-mini-cart__badge.flex-wrap {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.wl_block_nasze-uslugi .wc-block-mini-cart .wc-block-mini-cart__badge.flex-wrap.custom_classes.gap-5 {
		flex-direction: column;
	}
}
.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 */
.single-product-content .product-gallery .main-image img {
  max-height: 500px;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product-content .product-gallery .gallery-thumbnails img {
  height: 5rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.single-product-content .product-gallery .gallery-thumbnails img:hover {
  opacity: 0.8;
}
.single-product-content .product-gallery .gallery-thumbnails img:hover,
			.single-product-content .product-gallery .gallery-thumbnails img.active {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.single-product-content .product-details .product-title {
  margin-bottom: 1rem;
}
.single-product-content .product-details .product-short-description {
  margin-bottom: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.single-product-content .product-details .product-price .price-wrapper {
  margin-bottom: 1rem;
}
.single-product-content .product-details .product-price .price-wrapper del {
  margin-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.single-product-content .product-details .product-price .price-wrapper ins {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.single-product-content .product-details .product-price .sale-badge {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.single-product-content .product-details .add-to-cart-section .cart > :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));
}
.single-product-content .product-details .add-to-cart-section .quantity {
  display: flex;
  align-items: center;
}
.single-product-content .product-details .add-to-cart-section .quantity > :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)));
}
@media (max-width: 1024px) {
	.wl_block_tekst .single-product-content .product-details .add-to-cart-section .quantity.flex-wrap {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.wl_block_nasze-uslugi .single-product-content .product-details .add-to-cart-section .quantity.flex-wrap.custom_classes.gap-5 {
		flex-direction: column;
	}
}
.single-product-content .product-details .add-to-cart-section .quantity .qty {
  width: 4rem;
  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;
  text-align: center;
}
.single-product-content .product-details .add-to-cart-section .single_add_to_cart_button {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.single-product-content .product-details .add-to-cart-section .single_add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.single-product-content .product-details .product-meta {
  margin-top: 1rem;
  border-top-width: 1px;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.single-product-content .product-tabs {
  margin-top: 3rem;
}
.single-product-content .product-tabs .wc-tabs {
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
	border-color: #7bae5c;
}
.single-product-content .product-tabs .wc-tabs li {
  margin-right: 2rem;
  display: inline-block;
}
.single-product-content .product-tabs .wc-tabs li a {
  display: block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  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;
}
.single-product-content .product-tabs .wc-tabs li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.single-product-content .product-tabs .wc-tabs li.active a {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.single-product-content .product-tabs .wc-tab {
  max-width: none;
}
/* 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;
	border-color: #7bae5c;
}
@media (max-width: 1024px) {
	.wl_block_tekst .products-archive-content .products-toolbar.flex-wrap,.wl_block_tekst  .shop-content .products-toolbar.flex-wrap {
		flex-direction: column;
	}
	.wl_block_tekst .flex.products-archive-content .products-toolbar,.wl_block_tekst .flex .shop-content .products-toolbar {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.wl_block_nasze-uslugi .products-archive-content .products-toolbar.flex-wrap.custom_classes.gap-5,.wl_block_nasze-uslugi  .shop-content .products-toolbar.flex-wrap.custom_classes.gap-5 {
		flex-direction: column;
	}
	.wl_block_nasze-uslugi .flex.products-archive-content .products-toolbar.custom_classes.gap-5,.wl_block_nasze-uslugi .flex .shop-content .products-toolbar.custom_classes.gap-5 {
		flex-direction: column;
	}
}
.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 .button, .shop-content .products-grid .products-list .product .button {
  margin-top: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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 .button:hover, .shop-content .products-grid .products-list .product .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-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)));
}
@media (max-width: 1024px) {
	.wl_block_tekst .products-archive-content .products-pagination.flex-wrap,.wl_block_tekst  .shop-content .products-pagination.flex-wrap {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.wl_block_nasze-uslugi .products-archive-content .products-pagination.flex-wrap.custom_classes.gap-5,.wl_block_nasze-uslugi  .shop-content .products-pagination.flex-wrap.custom_classes.gap-5 {
		flex-direction: column;
	}
}
.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));
}
/* Buttons */
.woocommerce .button,
	.woocommerce button,
	.woocommerce input[type="submit"] {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.woocommerce .button:hover,
	.woocommerce button:hover,
	.woocommerce input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.woocommerce .button.alt, .woocommerce button.alt, .woocommerce input[type="submit"].alt {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.woocommerce .button.alt:hover, .woocommerce button.alt:hover, .woocommerce input[type="submit"].alt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.woocommerce .button:disabled, .woocommerce button:disabled, .woocommerce input[type="submit"]:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-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 label {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-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) {
	.wc-block-cart__main,
	.wc-block-checkout__main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

	.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;
  }
}
html {
  font-family: Manrope, sans-serif;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 113 96 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 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-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-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-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 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-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / 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-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(99 113 96 / 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\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.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\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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\/20:focus {
  --tw-ring-color: rgb(99 113 96 / 0.2);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.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));
}
@media (min-width: 640px) {

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

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

  .sm\:text-\[22px\] {
    font-size: 22px;
  }
}
@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\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .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-center {
    align-items: center;
  }

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

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

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

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

  .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\:\!py-\[80px\] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .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-\[18px\] {
    font-size: 18px;
  }

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

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

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

  .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\:order-1 {
    order: 1;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

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

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

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

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

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

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

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

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

  .xl\:gap-28 {
    gap: 7rem;
  }

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

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

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

  .xl\:leading-\[60px\] {
    line-height: 60px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:gap-36 {
    gap: 9rem;
  }
}
.\[\&\.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;
}
.\[\&_b\]\:font-semibold b {
  font-weight: 600;
}
.\[\&_p\]\:my-0 p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}
.active.\[\.active\&\]\:bottom-4 {
  bottom: 1rem;
}
.scrolled .\[\.scrolled_\&\]\:border-none {
  border-style: none;
}

