@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Tailwind CSS */

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

@property --motion-bounce{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765,1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785,0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953,0.973, 1, 0.988, 0.984, 0.988, 1);
}

@property --motion-spring-smooth{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.001 0.44%, 0.0045 0.94%, 0.0195 2.03%, 0.0446 3.19%, 0.0811 4.5%, 0.1598 6.82%, 0.3685 12.34%, 0.4693 15.17%, 0.5663, 0.6498 21.27%, 0.7215 24.39%, 0.7532 25.98%, 0.7829 27.65%, 0.8105, 0.8349 31.14%, 0.8573 32.95%, 0.8776 34.84%, 0.8964 36.87%, 0.9136 39.05%, 0.929 41.37%, 0.9421 43.77%, 0.9537 46.38%, 0.9636 49.14%, 0.9789 55.31%, 0.9888 62.35%, 0.9949 71.06%, 0.9982 82.52%, 0.9997 99.94%);
}

@property --motion-spring-snappy{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.0014, 0.0053 1.02%, 0.0126, 0.0227 2.18%, 0.0517 3.41%, 0.094 4.79%, 0.1865 7.26%, 0.4182 12.77%, 0.5246 15.46%, 0.6249, 0.7112, 0.7831 23.95%, 0.8146 25.4%, 0.844, 0.8699 28.45%, 0.8935, 0.9139 31.64%, 0.932, 0.9473, 0.9601 36.65%, 0.9714 38.47%, 0.9808 40.35%, 0.9948 44.49%, 1.0031 49.43%, 1.0057 53.35%, 1.0063 58.14%, 1.0014 80.78%, 1.0001 99.94%);
}

@property --motion-spring-bouncy{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.0018, 0.0069, 0.0151 1.74%, 0.0277 2.4%, 0.062 3.7%, 0.1115 5.15%, 0.2211 7.77%, 0.4778 13.21%, 0.5912 15.75%, 0.6987 18.44%, 0.7862 20.98%, 0.861 23.59%, 0.8926, 0.9205, 0.945 27.51%, 0.9671 28.89%, 0.9868, 1.003 31.79%, 1.0224 34.11%, 1.0358 36.58%, 1.0436 39.27%, 1.046 42.31%, 1.0446 44.71%, 1.0406 47.47%, 1.0118 61.84%, 1.0027 69.53%, 0.9981 80.49%, 0.9991 99.94%);
}

@property --motion-spring-bouncier{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.0023, 0.0088, 0.0194 1.59%, 0.035 2.17%, 0.078 3.33%, 0.1415 4.64%, 0.2054 5.75%, 0.2821 6.95%, 0.5912 11.45%, 0.7205 13.43%, 0.8393 15.45%, 0.936 17.39%, 0.9778, 1.015, 1.0477, 1.0759, 1.0998 22.22%, 1.1203, 1.1364, 1.1484 25.26%, 1.1586 26.61%, 1.1629 28.06%, 1.1613 29.56%, 1.1537 31.2%, 1.1434 32.6%, 1.1288 34.19%, 1.0508 41.29%, 1.0174 44.87%, 1.0025 46.89%, 0.9911 48.87%, 0.9826 50.9%, 0.9769 53.03%, 0.9735 56.02%, 0.9748 59.45%, 0.9964 72.64%, 1.0031 79.69%, 1.0042 86.83%, 1.0008 99.97%);
}

@property --motion-spring-bounciest{
  syntax: "*";

  inherits: false;

  initial-value: linear(0, 0.0032, 0.0131, 0.0294, 0.0524, 0.0824, 0.1192 1.54%, 0.2134 2.11%, 0.3102 2.59%, 0.4297 3.13%, 0.8732 4.95%, 1.0373, 1.1827 6.36%, 1.2972 7.01%, 1.3444, 1.3859, 1.4215, 1.4504, 1.4735, 1.4908, 1.5024, 1.5084 9.5%, 1.5091, 1.5061, 1.4993, 1.4886, 1.4745, 1.4565 11.11%, 1.4082 11.7%, 1.3585 12.2%, 1.295 12.77%, 1.0623 14.64%, 0.9773, 0.9031 16.08%, 0.8449 16.73%, 0.8014, 0.7701 17.95%, 0.7587, 0.7501, 0.7443, 0.7412 19.16%, 0.7421 19.68%, 0.7508 20.21%, 0.7672 20.77%, 0.7917 21.37%, 0.8169 21.87%, 0.8492 22.43%, 0.9681 24.32%, 1.0114, 1.0492 25.75%, 1.0789 26.41%, 1.1008, 1.1167, 1.1271, 1.1317 28.81%, 1.1314, 1.1271 29.87%, 1.1189 30.43%, 1.1063 31.03%, 1.0769 32.11%, 0.9941 34.72%, 0.9748 35.43%, 0.9597 36.09%, 0.9487, 0.9407, 0.9355, 0.933 38.46%, 0.9344 39.38%, 0.9421 40.38%, 0.9566 41.5%, 0.9989 44.12%, 1.0161 45.37%, 1.029 46.75%, 1.0341 48.1%, 1.0335 49.04%, 1.0295 50.05%, 1.0221 51.18%, 0.992 55.02%, 0.9854 56.38%, 0.9827 57.72%, 0.985 59.73%, 1.004 64.67%, 1.0088 67.34%, 1.0076 69.42%, 0.9981 74.28%, 0.9956 76.85%, 0.9961 79.06%, 1.0023 86.46%, 0.999 95.22%, 0.9994 100%);
}

@property --motion-origin-scale-x{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-origin-scale-y{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-origin-translate-x{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-origin-translate-y{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-origin-rotate{
  syntax: "*";

  inherits: false;

  initial-value: 0deg;
}

@property --motion-origin-blur{
  syntax: "*";

  inherits: false;

  initial-value: 0px;
}

@property --motion-origin-grayscale{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-origin-opacity{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-origin-background-color{
  syntax: "*";

  inherits: false;
}

@property --motion-origin-text-color{
  syntax: "*";

  inherits: false;
}

@property --motion-end-scale-x{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-end-scale-y{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-end-translate-x{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-end-translate-y{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-end-rotate{
  syntax: "*";

  inherits: false;

  initial-value: 0deg;
}

@property --motion-end-blur{
  syntax: "*";

  inherits: false;

  initial-value: 0px;
}

@property --motion-end-grayscale{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-end-opacity{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-end-background-color{
  syntax: "*";

  inherits: false;
}

@property --motion-end-text-color{
  syntax: "*";

  inherits: false;
}

@property --motion-loop-scale-x{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-loop-scale-y{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-loop-translate-x{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-loop-translate-y{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-loop-rotate{
  syntax: "*";

  inherits: false;

  initial-value: 0deg;
}

@property --motion-loop-blur{
  syntax: "*";

  inherits: false;

  initial-value: 0px;
}

@property --motion-loop-grayscale{
  syntax: "*";

  inherits: false;

  initial-value: 0%;
}

@property --motion-loop-opacity{
  syntax: "*";

  inherits: false;

  initial-value: 100%;
}

@property --motion-loop-background-color{
  syntax: "*";

  inherits: false;
}

@property --motion-loop-text-color{
  syntax: "*";

  inherits: false;
}

@property --motion-duration{
  syntax: "*";

  inherits: false;

  initial-value: 700ms;
}

@property --motion-timing{
  syntax: "*";

  inherits: false;

  initial-value: cubic-bezier(.165, .84, .44, 1);
}

@property --motion-perceptual-duration-multiplier{
  syntax: "*";

  inherits: false;

  initial-value: 1;
}

@property --motion-delay{
  syntax: "*";

  inherits: false;

  initial-value: 0ms;
}

@property --motion-loop-count{
  syntax: "*";

  inherits: false;

  initial-value: infinite;
}

@property --motion-scale-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-translate-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-rotate-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-filter-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-opacity-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-background-color-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-text-color-in-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-scale-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-translate-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-rotate-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-filter-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-opacity-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-background-color-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-text-color-out-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-scale-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-translate-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-rotate-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-filter-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-opacity-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-background-color-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@property --motion-text-color-loop-animation{
  syntax: "*";

  inherits: false;

  initial-value: none;
}

@media screen and (prefers-reduced-motion: no-preference){
  @keyframes motion-scale-in{
    0%{
      scale: var(--motion-origin-scale-x) var(--motion-origin-scale-y);
    }

    100%{
      scale: 1 1;
    }
  }

  @keyframes motion-scale-out{
    0%{
      scale: 1 1;
    }

    100%{
      scale: var(--motion-end-scale-x) var(--motion-end-scale-y);
    }
  }

  @keyframes motion-scale-loop-mirror{
    0%, 100%{
      scale: 1 1;
    }

    50%{
      scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
    }
  }

  @keyframes motion-scale-loop-reset{
    0%{
      scale: 1 1;
    }

    100%{
      scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
    }
  }

  @keyframes motion-translate-in{
    0%{
      translate: var(--motion-origin-translate-x) var(--motion-origin-translate-y);
    }

    100%{
      translate: 0 0;
    }
  }

  @keyframes motion-translate-out{
    0%{
      translate: 0 0;
    }

    100%{
      translate: var(--motion-end-translate-x) var(--motion-end-translate-y);
    }
  }

  @keyframes motion-translate-loop-mirror{
    0%, 100%{
      translate: 0 0;
    }

    50%{
      translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
    }
  }

  @keyframes motion-translate-loop-reset{
    0%{
      translate: 0 0;
    }

    100%{
      translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
    }
  }

  @keyframes motion-rotate-in{
    0%{
      rotate: var(--motion-origin-rotate);
    }

    100%{
      rotate: 0;
    }
  }

  @keyframes motion-rotate-out{
    0%{
      rotate: 0;
    }

    100%{
      rotate: var(--motion-end-rotate);
    }
  }

  @keyframes motion-rotate-loop-mirror{
    0%, 100%{
      rotate: 0deg;
    }

    50%{
      rotate: var(--motion-loop-rotate);
    }
  }

  @keyframes motion-rotate-loop-reset{
    0%{
    }

    100%{
      rotate: var(--motion-loop-rotate);
    }
  }
}

@keyframes motion-filter-in{
  0%{
    filter: blur(var(--motion-origin-blur)) grayscale(var(--motion-origin-grayscale));
  }

  100%{
    filter: blur(0) grayscale(0);
  }
}

@keyframes motion-filter-out{
  0%{
    filter: blur(0) grayscale(0);
  }

  100%{
    filter: blur(var(--motion-end-blur)) grayscale(var(--motion-end-grayscale));
  }
}

@keyframes motion-filter-loop-mirror{
  0%, 100%{
    filter: blur(0) grayscale(0);
  }

  50%{
    filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
  }
}

@keyframes motion-filter-loop-reset{
  0%{
    filter: blur(0) grayscale(0);
  }

  100%{
    filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
  }
}

@keyframes motion-opacity-in{
  0%{
    opacity: var(--motion-origin-opacity);
  }
}

@keyframes motion-opacity-out{
  100%{
    opacity: var(--motion-end-opacity);
  }
}

@keyframes motion-opacity-loop-mirror{
  0%, 100%{
  }

  50%{
    opacity: var(--motion-loop-opacity);
  }
}

@keyframes motion-opacity-loop-reset{
  0%{
  }

  100%{
    opacity: var(--motion-loop-opacity);
  }
}

@keyframes motion-background-color-in{
  0%{
    background-color: var(--motion-origin-background-color);
  }
}

@keyframes motion-background-color-out{
  100%{
    background-color: var(--motion-end-background-color);
  }
}

@keyframes motion-background-color-loop-mirror{
  0%, 100%{
  }

  50%{
    background-color: var(--motion-loop-background-color);
  }
}

@keyframes motion-background-color-loop-reset{
  0%{
  }

  100%{
    background-color: var(--motion-loop-background-color);
  }
}

@keyframes motion-text-color-in{
  0%{
    color: var(--motion-origin-text-color);
  }
}

@keyframes motion-text-color-out{
  100%{
    color: var(--motion-end-text-color);
  }
}

@keyframes motion-text-color-loop-mirror{
  0%, 100%{
  }

  50%{
    color: var(--motion-loop-text-color);
  }
}

@keyframes motion-text-color-loop-reset{
  0%{
  }

  100%{
    color: var(--motion-loop-text-color);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes RomboConfettiPop{
  0%{
    opacity: 0;
    transform: scale(1);
  }

  33%{
    opacity: 1;
    transform: scale(1.15);
  }

  50%{
    transform: scale(0.975);
  }

  65%{
    transform: scale(1.025);
  }

  80%{
    transform: scale(0.99);
  }

  87%{
    transform: scale(1.01);
  }

  100%{
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes topfetti{
  0%{
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50%{
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100%{
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomfetti{
  0%{
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,70% -10%, 70% 0%;
  }

  50%{
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100%{
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

.hidden{
  display: none;
}

/* Your CSS Styles */

.header-cont-sticky{
  position: fixed;
  top: 0px;
  z-index: 40;
  min-height: 80px;
  width: 100%;
  background-color: transparent;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.header-cont-sticky .header-cont{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .header-cont-top{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont .header-cont-top{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1640px){
  .header-cont-sticky .header-cont .header-cont-top{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.header-cont-sticky .header-cont .header-cont-top_left{
  grid-column: span 2 / span 2;
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont .header-cont-top_left{
    grid-column: span 2 / span 2;
  }
}

.header-cont-sticky .header-cont .header-cont-top_left img{
  max-width: 180px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .header-cont-top_mid{
  grid-column: span 4 / span 4;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.u-column2.header-cont-sticky .header-cont .header-cont-top_mid {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top_mid{
    display: flex;
  }
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_mid{
    grid-column: span 3 / span 3;
    justify-content: flex-end;
  }
}

@media (min-width: 1640px){
  .header-cont-sticky .header-cont .header-cont-top_mid{
    grid-column: span 4 / span 4;
  }
}

.header-cont-sticky .header-cont .header-cont-top_mid img{
  width: 2.5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .header-cont-top_mid__content___tel{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-top_mid__content___tel a{
  font-size: 18px;
}

.header-cont-sticky .header-cont .header-cont-top_right{
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont .header-cont-top_right{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_right{
    grid-column: span 3 / span 3;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__searchbox{
  display: flex;
  width: 100%;
  max-width: 284px;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .header-cont-sticky .header-cont .header-cont-top_right__searchbox{
    display: none;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__bars{
  display: block;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top_right__bars{
    display: none;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__bars svg{
  height: 2rem;
  width: 2rem;
}

.header-cont-sticky .header-cont .header-cont-top_right__login{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky .header-cont .header-cont-top_right__login {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_right__login{
    display: flex;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__login___img{
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
}

.header-cont-sticky .header-cont .header-cont-top_right__login a{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky .header-cont .header-cont-top_right__login a {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_right__login a{
    display: flex;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__cart{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky .header-cont .header-cont-top_right__cart {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_right__cart{
    display: flex;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right__cart___img{
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
}

.header-cont-sticky .header-cont .header-cont-top_right .cart-mobile{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

@media (min-width: 1440px){
  .header-cont-sticky .header-cont .header-cont-top_right .cart-mobile{
    display: none;
  }
}

.header-cont-sticky .header-cont .header-cont-top_right .cart-mobile___img{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top_right .cart-mobile___img{
    height: 55px;
    width: 55px;
  }
}

@media not all and (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top_right .cart-mobile___img img{
    width: 26px;
  }
}

.header-cont-sticky .header-cont-bot{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.u-column2.header-cont-sticky .header-cont-bot {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont-bot{
    display: block;
  }
}

.header-cont-sticky .header-cont-bot_cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu{
  display: flex;
  align-items: center;
  gap: 3rem;
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu li{
  position: relative;
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu li .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .header-cont-sticky .header-cont-bot_cont__left .main-menu li .sub-menu{
  visibility: visible;
  opacity: 1;
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu li .sub-menu li{
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(12 68 59 / var(--tw-text-opacity)) !important;
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu li .sub-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu #menu-item-78::before,.header-cont-sticky .header-cont-bot_cont__left .main-menu #menu-item-345::before{
  position: absolute;
  top: 50%;
  right: -16px;
  height: 7px;
  width: 0.75rem;
  content: "";
  background-image: url('../img/arrow-menu.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.header-cont-sticky .header-cont-bot_cont__left .main-menu #menu-item-78:hover .sub-menu,.header-cont-sticky .header-cont-bot_cont__left .main-menu #menu-item-345:hover .sub-menu{
  opacity: 1;
}

.header-cont-sticky .header-cont-bot_cont__right{
  display: none;
  align-items: center;
  gap: 3rem;
}

.u-column2.header-cont-sticky .header-cont-bot_cont__right {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont-bot_cont__right{
    display: flex;
  }
}

.header-cont-sticky .header-cont-bot_cont__right a{
  position: relative;
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont-bot_cont__right a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.bg-header-motion{
  --tw-bg-opacity: 0.9;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.header-cont-sticky.visible .header-cont{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky.visible .header-cont .header-cont-top{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont .header-cont-top{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1640px){
  .header-cont-sticky.visible .header-cont .header-cont-top{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_left{
  grid-column: span 2 / span 2;
}

@media (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_left{
    grid-column: span 2 / span 2;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_left img{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_left img{
    width: 180px;
  }
}

@media (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_left img{
    max-width: 280px;
  }
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont .header-cont-top_left img{
    min-height: 80px;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_mid{
  grid-column: span 4 / span 4;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.u-column2.header-cont-sticky.visible .header-cont .header-cont-top_mid {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont .header-cont-top_mid{
    display: flex;
  }
}

@media (min-width: 1440px){
  .header-cont-sticky.visible .header-cont .header-cont-top_mid{
    grid-column: span 3 / span 3;
    justify-content: flex-end;
  }
}

@media (min-width: 1640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_mid{
    grid-column: span 4 / span 4;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_mid__content img{
  width: 61px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky.visible .header-cont .header-cont-top_mid__content___tel{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.header-cont-sticky.visible .header-cont .header-cont-top_mid__content___tel a{
  font-size: 18px;
}

@media (min-width: 1280px){
  .header-cont-sticky.visible .header-cont .header-cont-top_mid__content___tel a{
    font-size: 20px;
  }
}

@media (min-width: 1536px){
  .header-cont-sticky.visible .header-cont .header-cont-top_mid__content___tel a{
    font-size: 22px;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right{
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1440px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right{
    grid-column: span 3 / span 3;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__searchbox{
  display: flex;
  width: 100%;
  max-width: 284px;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right__searchbox{
    display: none;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__bars{
  display: block;
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right__bars{
    display: none;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__bars svg{
  height: 2rem;
  width: 2rem;
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__login{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky.visible .header-cont .header-cont-top_right__login {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right__login{
    display: flex;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__login___img{
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__login a{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky.visible .header-cont .header-cont-top_right__login a {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right__login a{
    display: flex;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__cart{
  display: none;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.u-column2.header-cont-sticky.visible .header-cont .header-cont-top_right__cart {
  display: none;
}

@media (min-width: 1440px){
  .header-cont-sticky.visible .header-cont .header-cont-top_right__cart{
    display: flex;
  }
}

.header-cont-sticky.visible .header-cont .header-cont-top_right__cart___img{
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
}

.header-cont-sticky.visible .header-cont-bot{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-column2.header-cont-sticky.visible .header-cont-bot {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont-bot{
    display: block;
  }
}

.header-cont-sticky.visible .header-cont-bot_cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-cont-sticky.visible .header-cont-bot_cont__left .main-menu{
  display: flex;
  align-items: center;
  gap: 3rem;
}

.header-cont-sticky.visible .header-cont-bot_cont__left .main-menu li{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.header-cont-sticky.visible .header-cont-bot_cont__right{
  display: none;
  align-items: center;
  gap: 3rem;
}

.u-column2.header-cont-sticky.visible .header-cont-bot_cont__right {
  display: none;
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont-bot_cont__right{
    display: flex;
  }
}

.header-cont-sticky.visible .header-cont-bot_cont__right a{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.menu-visible {
  transform: translateX(0) !important;
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.menu-mobile .mobile-login{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-mobile .mobile-login .header-cont-top_right__login___img{
  display: flex;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 68 59 / var(--tw-border-opacity));
}

.menu-mobile .menu-mobile-cont{
  position: relative;
}

.menu-mobile .menu-mobile-cont #menu-close{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
}

.menu-mobile .menu-mobile-cont .main-menu{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-mobile .menu-mobile-cont .main-menu li{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.menu-mobile .menu-mobile-cont .main-menu li .sub-menu{
  display: none;
}

.u-column2.menu-mobile .menu-mobile-cont .main-menu li .sub-menu {
  display: none;
}

.menu-mobile .menu-mobile-cont .main-menu .current-menu-item{
}

.menu-mobile .menu-mob-links{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.search-box-component{
  position: absolute;
  left: 0px;
  display: flex;
  height: 120px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){
  .search-box-component{
    height: 200px;
  }
}

.search-box-component {
  background: linear-gradient(90deg, #0C443B, #1a6f5c);
  color: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  top: -1000px;
  z-index: 9999;
  transition: top 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.search-box-component.active {
  top: 0;
  opacity: 1
}

.search-box-component_item{
  position: relative;
  width: 100%;
  max-width: 900px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.search-box-component_item input{
  position: relative;
  height: 55px;
  border-radius: 50px;
  padding-left: 60px;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.search-box-component_item::before{
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 10;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  content: "";
  background-image: url("../img/green_loop.svg");
}

.search-box-component_item input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.search-box-component_item input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.search-box-component .results{
  position: absolute;
  top: 80px;
  left: 50%;
  margin-top: 1rem;
  display: flex;
  width: 100%;
  max-width: 900px;
  --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));
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 1024px){
  .search-box-component .results{
    top: 130px;
  }
}

.search-box-component .results {
  max-height: 300px;
  overflow-y: auto;
}

.search-box-component .results a{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: 1px solid #f0f0f0;
}

.search-box-component .results a:last-child {
  border-bottom: none;
}

.search-box-component .results a img{
  height: 50px;
  width: 50px;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-box-component .results a span{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.search-box-component .results a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 247 / var(--tw-bg-opacity));
}

.search-overlay{
  position: fixed;
  inset: 0px;
  background-color: rgb(13 18 28 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.my-account > .woocommerce{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .my-account > .woocommerce{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .my-account > .woocommerce{
    flex-direction: row;
  }
}

@media not all and (min-width: 640px){
  .my-account > .woocommerce .woocommerce-notices-wrapper{
    display: none;
  }
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation{
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 640px){
  .my-account > .woocommerce .woocommerce-MyAccount-navigation{
    width: 260px;
  }
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation ul{
  display: flex;
  flex-direction: column;
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation ul li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation ul li a{
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 101 81 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-content{
  flex: 1 1 0%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}

.my-account > .woocommerce .woocommerce-MyAccount-content h2, .my-account > .woocommerce .woocommerce-MyAccount-content h3{
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-content p{
  margin-bottom: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-content p strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 101 81 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-content p a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
  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;
}

.my-account > .woocommerce .woocommerce-MyAccount-content p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 101 81 / var(--tw-text-opacity));
}

.my-account > .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper{
  margin-bottom: 1.5rem;
}

.my-account > .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
  --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);
}

.my-account > .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(179 0 0 / var(--tw-text-opacity));
  --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);
}

.footer .footer-top{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(232 231 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(232 231 231 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 640px){
  .footer .footer-top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer .footer-top{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footer .footer-top .footer-top-one{
  order: 4;
}

@media (min-width: 1024px){
  .footer .footer-top .footer-top-one{
    order: 1;
  }
}

.footer .footer-top .footer-top-one h3{
  max-width: 180px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.footer .footer-top .footer-top-one p{
  margin-top: 0.75rem;
  max-width: 180px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.footer .footer-top .footer-top-two{
  order: 1;
}

@media (min-width: 1024px){
  .footer .footer-top .footer-top-two{
    order: 2;
  }
}

.footer .footer-top .footer-top-three{
  order: 2;
}

@media (min-width: 1024px){
  .footer .footer-top .footer-top-three{
    order: 3;
  }
}

.footer .footer-top .footer-top-four{
  order: 3;
}

@media (min-width: 1024px){
  .footer .footer-top .footer-top-four{
    order: 4;
  }
}

.footer .footer-top .footer-top-menu h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.footer .footer-top .footer-top-menu ul{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer .footer-top .footer-top-menu ul li{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-top .footer-top-menu ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

.footer .footer-bot{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 640px){
  .footer .footer-bot{
    gap: 1.25rem;
  }
}

@media (min-width: 640px){
  .footer .footer-bot{
    flex-direction: row;
  }
}

.footer .footer-bot p{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

.footer .footer-bot .footer-bot-logo{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#custom-cart-popup{
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 340px;
  --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));
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 640px){
  #custom-cart-popup{
    top: 20%;
    max-width: 660px;
  }
}

#custom-cart-popup {
  /* kluczowe: ograniczenie wysokości */
  max-height: 90vh;
  overflow-y: auto;
}

#custom-cart-popup .popup-content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 530px;
}

#custom-cart-popup .popup-content #close-popup{
  position: absolute;
  top: -10px;
  right: 10px;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content #close-popup{
    right: -40px;
  }
}

#custom-cart-popup .popup-content h3{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

#custom-cart-popup .popup-content .popup-content-box{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(169 169 169 / var(--tw-border-opacity));
  padding-bottom: 30px;
}

@media not all and (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box{
    flex-direction: row;
  }
}

#custom-cart-popup .popup-content .popup-content-box_img{
  width: 100%;
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box_img{
    max-width: 140px;
  }
}

#custom-cart-popup .popup-content .popup-content-box_img img{
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box_img img{
    max-height: 180px;
  }
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box_img img{
    max-height: 140px;
    max-width: 140px;
  }
}

#custom-cart-popup .popup-content .popup-content-box_des{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#custom-cart-popup .popup-content .popup-content-box_des h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

#custom-cart-popup .popup-content .popup-content-box_des .popup-qty{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-content-box_des .popup-qty{
    padding: 0.25rem;
  }
}

#custom-cart-popup .popup-content .popup-content-box_des .popup-qty strong{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#custom-cart-popup .popup-content .popup-content-box_des p:nth-child(2){
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

#custom-cart-popup .popup-content .popup-content-box_des p:nth-child(2) strong{
  font-weight: 600;
}

#custom-cart-popup .popup-content .popup-buttons{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons{
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons{
    flex-direction: row;
  }
}

#custom-cart-popup .popup-content .popup-buttons a{
  width: 100%;
}

@media not all and (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons a{
    max-width: none;
  }
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons a{
    max-width: 180px;
  }
}

#custom-cart-popup .popup-content .popup-buttons button{
  width: 100%;
}

@media not all and (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons button{
    max-width: none;
  }
}

@media (min-width: 640px){
  #custom-cart-popup .popup-content .popup-buttons button{
    max-width: 180px;
  }
}

.btn-white{
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 204px;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white:hover img{
  filter: grayscale(0%) brightness(10000%) contrast(200%) sepia(100%) hue-rotate(176deg) saturate(00%);
}

.btn-trans{
  display: flex;
  height: 45px;
  width: 100%;
  max-width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 78 18 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-trans:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

.btn-green{
  display: flex;
  height: 45px;
  width: 100%;
  max-width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 78 18 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 78 18 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(254 248 240 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

.heading-30{
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.fp-product{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding: 1.25rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1150px){
  .fp-product{
    max-width: 402px;
  }
}

.fp-product .fp-image{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.fp-product .fp-image img{
  height: 240px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1150px){
  .fp-product .fp-image img{
    max-width: 362px;
  }
}

.fp-product .fp-image .fp-image-promo{
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 135 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.fp-product .fp-country{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.fp-product .fp-title{
  margin-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.fp-product .fp-price{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.fp-product .fp-price span{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.fp-product .fp-price bdi{
  margin-right: 0.25rem;
  padding: 0.25rem;
}

.fp-product .fp-price-promo bdi{
  margin-right: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 135 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.fp-product .fp-action{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.fp-product .fp-action .fp-weight{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}

.fp-product .fp-action .button{
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-product .fp-action .button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 78 18 / var(--tw-bg-opacity)) !important;
}

.fp-product .fp-action button[type="submit"]:active{
  --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));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.fp-product .fp-action button[type="submit"]:active{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.fp-product .fp-lowest{
  display: flex;
  gap: 0.25rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity));
}

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

.fp-product:hover .fp-image img{
  --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));
}

.fp-product:hover .fp-title{
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

.fp-top{
  margin-top: 94px;
}

@media (min-width: 640px){
  .fp-top{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .fp-top{
    margin-top: 180px;
  }
}

.fp-top .fp-top-cont{
  width: 100%;
}

.fp-top .fp-top-cont .swiper-pagination{
  z-index: 10;
}

.fp-top .fp-top-cont .swiper-pagination .swiper-pagination-bullet{
  height: 15px !important;
  width: 15px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  opacity: 0.85 !important;
}

.fp-top .fp-top-cont .swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 215 82 / var(--tw-bg-opacity)) !important;
}

.fp-top .fp-top-cont .swiper-slide{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-top .fp-top-cont .swiper-slide .slide-bg{
  max-height: 400px;
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .fp-top .fp-top-cont .swiper-slide .slide-bg{
    max-height: 460px;
    min-height: 460px;
  }
}

@media (min-width: 1440px){
  .fp-top .fp-top-cont .swiper-slide .slide-bg{
    max-height: 548px;
    min-height: 548px;
  }
}

.fp-top .fp-top-cont .swiper-slide_content{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1440px){
  .fp-top .fp-top-cont .swiper-slide_content{
    gap: 30px;
  }
}

.fp-top .fp-top-cont .swiper-slide_content img{
  max-width: 200px;
}

.fp-top .fp-top-cont .swiper-slide_content p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-top .fp-top-cont .swiper-slide_content h1{
  width: 100%;
  max-width: 510px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .fp-top .fp-top-cont .swiper-slide_content h1{
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .fp-top .fp-top-cont .swiper-slide_content h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.fp-top .fp-top-cont .swiper-slide_content h1 strong{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px){
  .fp-top .fp-top-cont .swiper-slide_content h1 strong{
    font-size: 3rem;
    line-height: 1;
  }
}

.fp-top .fp-top-cont .swiper-slide_content a{
  margin-top: 0.25rem;
}

@media (min-width: 640px){
  .fp-top .fp-top-cont .swiper-slide_content a{
    margin-top: 0.625rem;
  }
}

.fp-top .fp-top-icons{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 240 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fp-top .fp-top-icons_box{
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 1440px){
  .fp-top .fp-top-icons_box{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    gap: 1.25rem;
  }
}

@media not all and (min-width: 1280px){
  .fp-top .fp-top-icons_box{
    flex-wrap: wrap;
  }
}

.fp-top .fp-top-icons_box__item{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 68 59 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-top .fp-top-icons_box__item{
    max-width: 300px;
  }
}

.fp-recommended{
  margin-top: 2.5rem;
}

.fp-recommended_title{
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.fp-recommended .fp-recommended-box{
  margin-top: 2rem;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .fp-recommended .fp-recommended-box{
    margin-bottom: 100px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1150px){
  .fp-recommended .fp-recommended-box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .fp-recommended .fp-recommended-box{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp-recommended .fp-recommended-box .fp-product:nth-child(7){
  display: none;
}

.u-column2.fp-recommended .fp-recommended-box .fp-product:nth-child(7) {
  display: none;
}

@media (min-width: 1150px){
  .fp-recommended .fp-recommended-box .fp-product:nth-child(7){
    display: block;
  }
}

@media (min-width: 1440px){
  .fp-recommended .fp-recommended-box .fp-product:nth-child(7){
    display: none;
  }
}

.fp-recommended .fp-recommended-box .fp-product-banner{
  position: relative;
  border-radius: 10px;
}

@media not all and (min-width: 1150px){
  .fp-recommended .fp-recommended-box .fp-product-banner{
    max-height: 400px;
    min-height: 400px;
  }
}

@media not all and (min-width: 640px){
  .fp-recommended .fp-recommended-box .fp-product-banner{
    max-height: 450px;
    min-height: 450px;
  }
}

@media (min-width: 640px){
  .fp-recommended .fp-recommended-box .fp-product-banner{
    grid-column: span 2 / span 2;
  }
}

.fp-recommended .fp-recommended-box .fp-product-banner_img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-recommended .fp-recommended-box .fp-product-banner_content{
  position: absolute;
  left: 1rem;
  top: 50%;
  display: flex;
  --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));
  flex-direction: column;
  gap: 1.75rem;
}

@media not all and (min-width: 1150px){
  .fp-recommended .fp-recommended-box .fp-product-banner_content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1150px){
  .fp-recommended .fp-recommended-box .fp-product-banner_content{
    left: 46px;
  }
}

.fp-recommended .fp-recommended-box .fp-product-banner_content h3{
  max-width: 426px;
  font-size: 30px;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-recommended .fp-recommended-box .fp-product-banner_content h3{
    font-size: 38px;
  }
}

.fp-recommended .fp-recommended-box .fp-product-banner_content h3 strong{
  font-weight: 600;
}

.fp-recommended .fp-recommended-box .fp-product-banner_content p{
  width: 100%;
  max-width: 570px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-recommended .fp-recommended-box .fp-product-banner_content__tel{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .fp-recommended .fp-recommended-box .fp-product-banner_content__tel img{
    display: none;
  }
}

.fp-recommended .fp-recommended-box .fp-product-banner_content__tel a{
  font-size: 22px;
}

.fp .fp-banners{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .fp .fp-banners{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fp .fp-banners_left{
  position: relative;
  display: flex;
  min-height: 152px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 81 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 34px;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .fp .fp-banners_left{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.fp .fp-banners_left h3{
  position: relative;
  z-index: 10;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp .fp-banners_left h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.fp .fp-banners_left p{
  position: relative;
  z-index: 10;
  margin-top: 0.75rem;
  max-width: 410px;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp .fp-banners_left .img-farmers{
  position: absolute;
  bottom: 0px;
  right: 2rem;
}

@media not all and (min-width: 1280px){
  .fp .fp-banners_left .img-farmers{
    opacity: 0.9;
  }
}

@media not all and (min-width: 640px){
  .fp .fp-banners_left .img-farmers{
    display: none;
  }
}

.fp .fp-banners_right{
  position: relative;
  display: flex;
  min-height: 152px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 34px;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .fp .fp-banners_right{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.fp .fp-banners_right h3{
  position: relative;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 101 81 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp .fp-banners_right h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.fp .fp-banners_right__stars{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media not all and (min-width: 640px){
  .fp .fp-banners_right__stars{
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.fp .fp-banners_right__stars p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.fp .fp-banners_right .img-garlic{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media not all and (min-width: 1280px){
  .fp .fp-banners_right .img-garlic{
    opacity: 0.9;
  }
}

@media not all and (min-width: 640px){
  .fp .fp-banners_right .img-garlic{
    display: none;
  }
}

.fp-allproducts{
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .fp-allproducts{
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.fp-allproducts .fp-allproducts-items{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .fp-allproducts .fp-allproducts-items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1150px){
  .fp-allproducts .fp-allproducts-items{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .fp-allproducts .fp-allproducts-items{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp-cop{
  position: relative;
}

.fp-cop_img{
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .fp-cop_img{
    min-height: 500px;
  }
}

.fp-cop_img{
  transform: rotateY(180deg);
}

.fp-cop_des{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  flex-direction: column;
  gap: 2rem;
}

.fp-cop_des h3{
  max-width: 430px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-cop_des h3{
    font-size: 38px;
  }
}

.fp-cop_des p{
  max-width: 550px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-cop_des h4{
  max-width: 550px;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-clients{
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .fp-clients{
    margin-top: 100px;
    margin-bottom: 90px;
  }
}

.fp-clients h3{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(2 15 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-clients h3{
    font-size: 38px;
  }
}

.fp-clients h4{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
}

.fp-clients p{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 960px;
  text-align: center;
  line-height: 1.5rem;
}

.fp-clients_imgs{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media (min-width: 1024px){
  .fp-clients_imgs{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .fp-clients_imgs{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1440px){
  .fp-clients_imgs .empty-div{
    display: none;
  }
}

.fp-clients_imgs__item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-clients_imgs__item img{
}

.fp-clients_imgstwo{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media (min-width: 1024px){
  .fp-clients_imgstwo{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fp-clients_imgstwo__item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-clients_imgstwo__item img{
}

.fp-promo .fp-promo-products{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .fp-promo .fp-promo-products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1150px){
  .fp-promo .fp-promo-products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .fp-promo .fp-promo-products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.single-product{
  margin-top: 94px;
}

@media (min-width: 640px){
  .single-product{
    margin-top: 120px;
  }
}

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

.single-product .fp-allproducts{
  padding-left: 0px;
  padding-right: 0px;
}

.single-product .input-text{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single-product .woocommerce-breadcrumb{
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.single-product .woocommerce-breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(60 113 218 / var(--tw-text-opacity));
}

.single-product .quantity-wrapper{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
}

@media (min-width: 640px){
  .single-product .quantity-wrapper{
    display: none;
  }
}

.single-product .quantity-wrapper .qty-btn{
  display: flex;
  height: 43px;
  width: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #017E0680;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .quantity-wrapper .qty-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 5 / var(--tw-bg-opacity));
}

.single-product .quantity-wrapper .qty{
  width: 2.25rem;
}

.single-product .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
                    .single-product .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.single-product .quantity-wrapper input.qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.single-product .related{
  display: none;
}

.u-column2.single-product .related {
  display: none;
}

.single-product .product-info{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1400px;
  gap: 2rem;
}

@media not all and (min-width: 1024px){
  .single-product .product-info{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .single-product .product-info{
    flex-direction: row;
  }
}

.single-product .product-info .product-info-gallery{
  position: relative;
  width: 100%;
}

@media not all and (min-width: 1024px){
  .single-product .product-info .product-info-gallery{
    max-height: 400px;
  }
}

@media (min-width: 1024px){
  .single-product .product-info .product-info-gallery{
    min-height: 560px;
    max-width: 544px;
  }
}

.single-product .product-info .product-info-gallery img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1024px){
  .single-product .product-info .product-info-gallery img{
    max-height: 400px;
  }
}

@media (min-width: 1024px){
  .single-product .product-info .product-info-gallery img{
    min-height: 560px;
  }
}

.single-product .product-info .product-info-gallery .onsale{
  position: absolute;
  left: 1.25rem;
  top: 3rem;
  z-index: 10;
  display: flex;
  height: 32px;
  width: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 135 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content{
  width: -moz-fit-content;
  width: fit-content;
}

.single-product .product-info .product-info-content .product-icons{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 640px){
  .single-product .product-info .product-info-content .product-icons{
    flex-direction: row;
    align-items: center;
  }
}

.single-product .product-info .product-info-content .product-icons_item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(12 69 60 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .wc-tabs{
  display: none;
}

.u-column2.single-product .product-info .product-info-content .wc-tabs {
  display: none;
}

.single-product .product-info .product-info-content .woocommerce-Tabs-panel, .single-product .product-info .product-info-content .product_meta, .single-product .product-info .product-info-content .global-price{
  display: none !important;
}

.single-product .product-info .product-info-content .wc-price-history{
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .variations_form{
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}

.single-product .product-info .product-info-content .single_variation_wrap{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.single-product .product-info .product-info-content .single_variation_wrap .woocommerce-variation{
  order: 1;
}

.single-product .product-info .product-info-content .single_variation_wrap .woocommerce-variation-add-to-cart{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .single-product .product-info .product-info-content .single_variation_wrap .woocommerce-variation-add-to-cart{
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
  }
}

.single-product .product-info .product-info-content .single_variation_wrap .quanity-amount{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .single_variation_wrap .variations{
  order: 2;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations .reset_variations{
  display: none;
}

.u-column2.single-product .product-info .product-info-content .single_variation_wrap .variations .reset_variations {
  display: none;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody{
  display: flex;
  flex-direction: column;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody tr{
  display: flex;
  flex-direction: column;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody tr th{
  display: none;
}

.u-column2.single-product .product-info .product-info-content .single_variation_wrap .variations tbody tr th {
  display: none;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody td{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody ul{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody ul li{
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 69 60 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody ul li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 69 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .single_variation_wrap .variations tbody ul .selected{
  --tw-bg-opacity: 1;
  background-color: rgb(210 243 213 / var(--tw-bg-opacity));
}

.single-product .product-info .product-info-content .single_variation_wrap .variations_button{
  order: 3;
}

.single-product .product-info .product-info-content .quantity{
  max-width: 140px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 69 60 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.single-product .product-info .product-info-content .quantity input{
  max-width: 120px;
}

.single-product .product-info .product-info-content .single_add_to_cart_button{
  display: flex;
  height: 45px;
  width: 214px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: #017E0680;
  background-color: #017E0680;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product .product-info .product-info-content .single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .single_add_to_cart_button:hover img{
  filter: brightness(0) saturate(100%) invert(21%) sepia(98%) saturate(1624%) hue-rotate(109deg) brightness(96%) contrast(103%);
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.25rem;
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price ins{
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 235 135 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-decoration-line: none;
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price del{
  display: flex;
  align-items: center;
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price del span{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price del span bdi{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.single-product .product-info .product-info-content .woocommerce-variation-price .price .woocommerce-Price-amount{
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .woocommerce-product-rating{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .woocommerce-product-details__short-description{
  margin-top: 1.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.single-product .product-info .product-info-content .woocommerce-product-details__short-description a{
  margin-bottom: 1.25rem;
  display: block;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 1px;
}

.single-product .product-info .product-info-content .product-top{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .single-product .product-info .product-info-content .product-top{
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 640px){
  .single-product .product-info .product-info-content .product-top{
    flex-direction: row;
    align-items: center;
  }
}

.single-product .product-info .product-info-content .product-top .fp-country{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-product .product-info .product-info-content .product-top .product_title{
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-product-rating .star-rating{
  width: 110px;
  font-family: "FontAwesome", "Arial", sans-serif;
  /* dowolna czcionka z gwiazdkami */
  font-size: 24px;
  /* dopasuj do motywu */
  line-height: 1;
}

.woocommerce-product-rating .star-rating span{
  height: 1.5rem;
  display: inline-block;
  position: relative;
}

.woocommerce-product-rating .star-rating span:before {
  content: "★★★★★";
  /* pięć gwiazdek */
  color: #F0B225;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}

/* Sekcje dodatkowe */

.single-product-more-products{
  margin-top: 5rem;
}

.single-product-more-products_top{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-product-more-products_top__title{
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.single-product-more-products_top .buttons-wrapper{
  display: flex;
  min-height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2.5rem;
}

@media not all and (min-width: 640px){
  .single-product-more-products_top .buttons-wrapper{
    display: none;
  }
}

.single-product-more-products_top .buttons-wrapper .swiper-button-prev, .single-product-more-products_top .buttons-wrapper .swiper-button-next{
  position: relative !important;
  display: block !important;
}

.single-product-more-products_top .buttons-wrapper .swiper-button-disabled{
  --tw-bg-opacity: 0.3 !important;
}

.single-product-more-products_top .buttons-wrapper .swiper-button-prev{
  height: 40px !important;
  width: 40px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 248 240 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity)) !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product-more-products_top .buttons-wrapper .swiper-button-prev::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 9px;
  content: "";
  transform: translate(-50% , -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/arr-left.svg');
  z-index: 10;
  background-repeat: no-repeat;
}

.single-product-more-products_top .buttons-wrapper .swiper-button-next{
  height: 40px !important;
  width: 40px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 248 240 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity)) !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product-more-products_top .buttons-wrapper .swiper-button-next::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 9px;
  content: "";
  transform: translate(-50% , -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/arr-right.svg');
  z-index: 10;
}

.single-product-more-products .swiper-products{
  overflow: hidden;
}

.single-product-full-des{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 1400px;
}

.single-product-full-des h3{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.single-product-full-des p{
  margin-bottom: 1rem;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.single-product-promo{
  margin-top: 2.5rem;
}

#pelen-opis {
  scroll-margin-top: 150px;
}

@media (max-width: 640px ){
  #pelen-opis {
    scroll-margin-top: 90px
  }
}

.simple-boxes .simple-quanity{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.simple-boxes button{
  margin-top: 1rem;
}

@media not all and (min-width: 640px){
  .coupon{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .coupon button{
    width: 100% !important;
    max-width: none !important;
  }

  .coupon input{
    width: 100% !important;
    max-width: none !important;
  }

  .woocommerce-info{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .archive-product-cont{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-main{
  margin-left: auto;
  margin-right: auto;
  margin-top: 94px;
  width: 100%;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 640px){
  .site-main{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 640px){
  .site-main{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .site-main{
    margin-top: 200px;
  }
}

@media (min-width: 1440px){
  .site-main{
    max-width: 1712px;
  }
}

.site-main .woocommerce-breadcrumb{
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.site-main .woocommerce-breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(60 113 218 / var(--tw-text-opacity));
}

.site-main .archive-product-top{
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
}

.site-main .archive-product-top .woocommerce-result-count{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.site-main .archive-product-top .woocommerce-notices-wrapper{
  display: none;
}

.u-column2.site-main .archive-product-top .woocommerce-notices-wrapper {
  display: none;
}

.site-main .archive-product-top header{
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.site-main .archive-product-categories{
  margin-top: 1.75rem;
  max-width: 686px;
}

@media not all and (min-width: 640px){
  .site-main .archive-product-categories{
    padding: 0px;
  }
}

.site-main .archive-product-categories .archive-product-categories-items .archive-product-category a{
  position: relative;
  display: block;
  border-radius: 10px;
}

.site-main .archive-product-categories .archive-product-categories-items .archive-product-category a img{
  height: 118px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-main .archive-product-categories .archive-product-categories-items .archive-product-category a h3{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --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));
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-main .archive-product-categories .archive-product-categories-items .archive-product-category a::after{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  border-radius: 10px;
  background-color: rgb(13 18 28 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  content: "";
}

.site-main .archive-product-categories .archive-product-categories-items .active-cat a{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 126 6 / var(--tw-border-opacity));
}

.site-main .archive-products-sort{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-main .archive-products-sort .filter-promotions label{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-main .archive-products-sort .orderby{
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/arrow-select.svg');
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.8em auto;
}

.site-main .products{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .site-main .products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1150px){
  .site-main .products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .site-main .products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-main .products .fp-product-banner{
  position: relative;
  border-radius: 10px;
}

@media not all and (min-width: 1150px){
  .site-main .products .fp-product-banner{
    max-height: 400px;
    min-height: 400px;
  }
}

@media not all and (min-width: 640px){
  .site-main .products .fp-product-banner{
    max-height: 450px;
    min-height: 450px;
  }
}

@media (min-width: 640px){
  .site-main .products .fp-product-banner{
    grid-column: span 2 / span 2;
  }
}

.site-main .products .fp-product-banner_img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-main .products .fp-product-banner_content{
  position: absolute;
  left: 1rem;
  top: 50%;
  display: flex;
  --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));
  flex-direction: column;
  gap: 1.75rem;
}

@media not all and (min-width: 1150px){
  .site-main .products .fp-product-banner_content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1150px){
  .site-main .products .fp-product-banner_content{
    left: 46px;
  }
}

.site-main .products .fp-product-banner_content h3{
  max-width: 426px;
  font-size: 30px;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .site-main .products .fp-product-banner_content h3{
    font-size: 38px;
  }
}

.site-main .products .fp-product-banner_content h3 strong{
  font-weight: 600;
}

.site-main .products .fp-product-banner_content p{
  width: 100%;
  max-width: 570px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-main .products .fp-product-banner_content__tel{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .site-main .products .fp-product-banner_content__tel img{
    display: none;
  }
}

.site-main .products .fp-product-banner_content__tel a{
  font-size: 22px;
}

.site-main .product-page-description{
  margin-top: 1.25rem;
}

.site-main .product-page-description h3{
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.site-main .product-page-description p{
  margin-bottom: 1.25rem;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.site-main .promo-nop .fp-promo{
  padding: 0px;
}

.product-cop{
  margin-bottom: 2.5rem;
}

.products.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.products.loading::after {
  content: "Ładowanie...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.about-cop{
  padding-bottom: 2.5rem;
}

.ap-cont{
  margin-top: 94px;
}

@media (min-width: 640px){
  .ap-cont{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .ap-cont{
    margin-top: 220px;
  }
}

.ap-cont .ap-cont-top{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-top{
    flex-direction: row;
    align-items: center;
  }
}

.ap-cont .ap-cont-top_left{
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-top_left{
    max-width: 828px;
  }
}

.ap-cont .ap-cont-top_left img{
  min-height: 380px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-top_left img{
    min-height: 560px;
    max-width: 828px;
  }
}

.ap-cont .ap-cont-top_right{
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-top_right{
    margin-left: -100px;
    max-width: 688px;
    padding: 2.5rem;
  }
}

.ap-cont .ap-cont-top_right h1{
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.ap-cont .ap-cont-top_right p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.ap-cont .ap-cont-top_right p strong{
  font-weight: 600;
}

.ap-cont .ap-cont-top_right a{
  display: flex;
  height: 45px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ap-cont .ap-cont-content{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content{
    margin-top: 62px;
    flex-direction: row;
  }
}

.ap-cont .ap-cont-content_left{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content_left{
    max-width: 785px;
  }
}

.ap-cont .ap-cont-content_right{
  width: 100%;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content_right{
    max-width: 538px;
  }
}

.ap-cont .ap-cont-content_right img{
  width: 100%;
  border-radius: 10px;
}

.ap-cont .ap-cont-content-two{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content-two{
    flex-direction: row;
    gap: 5rem;
  }
}

.ap-cont .ap-cont-content-two_left{
  width: 100%;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content-two_left{
    max-width: 402px;
  }
}

.ap-cont .ap-cont-content-two_left img{
  height: 100%;
  min-height: 380px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .ap-cont .ap-cont-content-two_left img{
    min-height: 470px;
    max-width: 402px;
  }
}

.ap-cont .ap-cont-content-two_right{
  display: flex;
  width: 100%;
  max-width: 826px;
  flex-direction: column;
  gap: 1.25rem;
}

.ap-cont .ap-cont-content-two_right h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.ap-cont .ap-cont-content-two_right p{
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.ap-cont .ap-cont-content-two_right p strong{
  font-weight: 600;
}

.ap-cont .ap-cont-content-two_right a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.ap-banner{
  margin-top: 3.5rem;
}

.ap-banner .fp-product-banner{
  position: relative;
  border-radius: 10px;
}

@media not all and (min-width: 1150px){
  .ap-banner .fp-product-banner{
    max-height: 400px;
    min-height: 400px;
  }
}

@media not all and (min-width: 640px){
  .ap-banner .fp-product-banner{
    max-height: 450px;
    min-height: 450px;
  }
}

@media (min-width: 640px){
  .ap-banner .fp-product-banner{
    grid-column: span 2 / span 2;
  }
}

.ap-banner .fp-product-banner_img{
  height: 100%;
  max-height: 430px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 768px){
  .ap-banner .fp-product-banner_img{
    min-height: 450px;
  }
}

.ap-banner .fp-product-banner_content{
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 100%;
  max-width: 862px;
  --tw-translate-x: -50%;
  --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));
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

@media not all and (min-width: 1150px){
  .ap-banner .fp-product-banner_content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.ap-banner .fp-product-banner_content h3{
  width: 100%;
  max-width: 862px;
  text-align: center;
  font-size: 30px;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .ap-banner .fp-product-banner_content h3{
    font-size: 38px;
  }
}

.ap-banner .fp-product-banner_content h3 p{
  max-width: 862px !important;
}

.ap-banner .fp-product-banner_content h3 strong{
  font-weight: 600;
}

.ap-banner .fp-product-banner_content p{
  width: 100%;
  max-width: 576px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ap-banner .fp-product-banner_content__tel{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .ap-banner .fp-product-banner_content__tel img{
    display: none;
  }
}

.ap-banner .fp-product-banner_content__tel a{
  font-size: 22px;
}

@media not all and (min-width: 640px){
  .ap-banner .fp-product-banner_content__tel div{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.ap-gallery{
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .ap-gallery{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .ap-gallery{
    margin-bottom: 100px;
  }
}

.ap-gallery .ap-gallery-item{
  grid-column: span 1 / span 1;
  max-height: 304px;
}

.ap-gallery .ap-gallery-item img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-gallery .img-big{
  grid-column: span 2 / span 2;
}

.ap-gallery .img-big a{
  display: block;
  height: 100%;
  width: 100%;
}

.ap-gallery .img-big a img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp{
  margin-top: 94px;
}

@media (min-width: 640px){
  .cp{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .cp{
    margin-top: 220px;
  }
}

.cp .cp-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.75rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px){
  .cp .cp-content{
    flex-direction: row;
  }
}

.cp .cp-content_info{
  width: 100%;
}

@media (min-width: 1024px){
  .cp .cp-content_info{
    max-width: 402px;
  }
}

.cp .cp-content_info h1{
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.cp .cp-content_info__box{
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

.cp .cp-content_info__box h2{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.cp .cp-content_info__box p{
  display: flex;
  align-items: center;
}

.cp .cp-content_info__box a{
  display: block;
  padding-left: 1rem;
}

.cp .cp-content_info__content{
  margin-top: 1.75rem;
}

.cp .cp-content_info__content h2{
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.cp .cp-content_form{
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 640px){
  .cp .cp-content_form{
    margin-top: 4rem;
  }
}

@media (min-width: 1024px){
  .cp .cp-content_form{
    max-width: 700px;
  }
}

@media (min-width: 1280px){
  .cp .cp-content_form{
    max-width: 830px;
  }
}

.cp .cp-content_form h3{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.cp .cp-content_form form .input-form-cont{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 1280px){
  .cp .cp-content_form form .input-form-cont{
    flex-direction: row;
  }
}

.cp .cp-content_form form .input-form-cont .input-form input{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.cp .cp-content_form form .input-form-cont .input-form input::-moz-placeholder{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.cp .cp-content_form form .input-form-cont .input-form input::placeholder{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.cp .cp-content_form form .input-text-area textarea{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.cp .cp-content_form form .input-text-area textarea::-moz-placeholder{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.cp .cp-content_form form .input-text-area textarea::placeholder{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

.cp-map iframe{
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

.cont-cop{
  margin-top: 50px;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .cont-cop{
    margin-top: 100px;
  }
}

.wpcf7-list-item{
  margin: 0px;
  margin-top: 1rem;
}

.wpcf7-list-item label{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.wpcf7-list-item label input{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 59 / var(--tw-bg-opacity));
}

.wpcf7-list-item label span{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity));
}

.form-btn{
  margin-top: 1.5rem;
}

.form-btn input{
  display: flex;
  height: 45px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rules{
  margin-top: 94px;
}

@media (min-width: 640px){
  .rules{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .rules{
    margin-top: 200px;
  }
}

.rules .rules-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .rules .rules-content{
    flex-direction: row;
  }
}

.rules .rules-content .rules-content-box{
  width: 100%;
  max-width: 1254px;
}

.rules .rules-content .rules-content-box h1{
  margin-bottom: 0.75rem;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.rules .rules-content .rules-content-box ul{
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.rules .rules-content .rules-content-box ul li{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.rules .rules-content .rules-content-box ol{
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.rules .rules-content .rules-content-box ol li{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.rules .rules-content .rules-content-box strong{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
}

.rules .rules-content .rules-content-box p{
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.rules .rules-content .rules-content-box p img{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.rules-menu{
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 316px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

@media not all and (min-width: 768px){
  .rules-menu{
    padding: 0px;
    padding-bottom: 0px;
  }
}

.rules-menu h3{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

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

.rules-menu .menu-option li{
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.rules-menu .menu-option .current-menu-item{
  position: relative;
  padding-left: 14px;
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

.rules-menu .menu-option .current-menu-item::before{
  position: absolute;
  top: 50%;
  left: 0px;
  --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));
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
  content: "-";
}

.delivery-content{
  width: 100%;
  max-width: 1254px;
}

.delivery-content h1{
  margin-bottom: 0.75rem;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.delivery-content ul{
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.delivery-content ul li{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.delivery-content ol{
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.delivery-content ol li{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.delivery-content strong{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
}

.delivery-content p{
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.delivery-content .delivery-content-box{
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.delivery-content .delivery-content-box_head{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.delivery-content .delivery-content-box_head__item{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.delivery-content .delivery-content-box_item{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.delivery-content .delivery-content-box_item__img{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.delivery-content .delivery-content-box_item__des{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.delivery-content .delivery-content-box_item:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.woocomerce-cart-breadcrumbs{
  margin-top: 114px;
}

@media (min-width: 640px){
  .woocomerce-cart-breadcrumbs{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .woocomerce-cart-breadcrumbs{
    margin-top: 220px;
  }
}

.woocomerce-cart{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .woocomerce-cart{
    flex-direction: row;
  }
}

.woocomerce-cart .woocommerce-cart-form{
  width: 100%;
  max-width: 970px;
}

.woocomerce-cart .woocommerce-cart-form .cart-table-headings{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocomerce-cart .woocommerce-cart-form .cart-table-headings h3{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocomerce-cart .woocommerce-cart-form table{
  margin-top: 1.25rem;
  border-style: none;
}

.woocomerce-cart .woocommerce-cart-form table .product-thumbnail{
  display: block !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
}

@media not all and (min-width: 768px){
  .woocomerce-cart .woocommerce-cart-form table .product-thumbnail a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media not all and (min-width: 640px){
  .woocomerce-cart .woocommerce-cart-form table .product-thumbnail a{
    justify-content: flex-start;
  }
}

.woocomerce-cart .woocommerce-cart-form table .product-thumbnail img{
  height: 140px;
  width: 140px;
  border-radius: 0.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocomerce-cart .woocommerce-cart-form table .product-thumbnail::before{
  display: none !important;
}

.woocomerce-cart .woocommerce-cart-form table .woocommerce-cart-form__cart-item{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px){
  .woocomerce-cart .woocommerce-cart-form table .woocommerce-cart-form__cart-item{
    flex-direction: row;
  }
}

.woocomerce-cart .woocommerce-cart-form table .woocommerce-cart-form__cart-item .product-cart-boxone{
  display: flex;
  gap: 1.25rem;
}

.woocomerce-cart .woocommerce-cart-form table .product-subtotal{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-width: 1px;
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .woocomerce-cart .woocommerce-cart-form table .product-subtotal{
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px){
  .woocomerce-cart .woocommerce-cart-form table .product-subtotal{
    margin-left: auto;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.woocomerce-cart .woocommerce-cart-form table .product-name{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
}

.woocomerce-cart .woocommerce-cart-form table .product-name a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .woocomerce-cart .woocommerce-cart-form table .product-name a{
    text-align: start;
  }
}

@media not all and (min-width: 768px){
  .woocomerce-cart .woocommerce-cart-form table .product-name::before{
    text-align: start !important;
  }
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-price{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px){
  .woocomerce-cart .woocommerce-cart-form table .product-name .product-price{
    text-align: start !important;
  }
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-weight{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media not all and (min-width: 768px){
  .woocomerce-cart .woocommerce-cart-form table .product-name .product-weight{
    text-align: start !important;
  }
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-weight span{
  font-weight: 600;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-quantity{
  display: flex;
  height: 43px;
  align-items: center;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-quantity a:hover{
  height: 43px;
  width: 43px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 5 / var(--tw-bg-opacity));
}

.woocomerce-cart .woocommerce-cart-form table .product-name .product-quantity a{
  margin-left: 0.625rem;
  display: flex;
  height: 43px;
  width: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #017E0680;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper{
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: #017E0680;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper .qty-btn{
  display: flex;
  height: 43px;
  width: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #017E0680;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper .qty-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 5 / var(--tw-bg-opacity));
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper .qty{
  width: 2.25rem;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
                    .woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.woocomerce-cart .woocommerce-cart-form table .product-name .quantity-wrapper input.qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.woocomerce-cart .woocommerce-cart-form table .actions{
  margin-top: 1.25rem;
  display: block;
  border-style: none;
}

.woocomerce-cart .woocommerce-cart-form table .actions .coupon{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.woocomerce-cart .woocommerce-cart-form table .actions .coupon input{
  width: 100%;
  max-width: 140px;
}

.woocommerce-shipping-totals{
  justify-content: space-between;
}

@media (min-width: 640px){
  .woocommerce-shipping-totals{
    display: flex !important;
  }
}

.woocommerce-shipping-totals td{
  display: block;
}

@media not all and (min-width: 768px){
  .woocommerce-shipping-totals td{
    width: 100%;
  }

  .woocommerce-shipping-totals td ul{
    width: 100% !important;
  }
}

.woocommerce-shipping-totals td .woocommerce-shipping-methods{
  width: -moz-max-content;
  width: max-content;
}

.woocommerce-shipping-totals td p{
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.u-column2.woocommerce-shipping-totals td p {
  display: none;
}

.woocommerce-shipping-totals td .shipping-calculator-button{
  display: none;
}

.u-column2.woocommerce-shipping-totals td .shipping-calculator-button {
  display: none;
}

.cart_totals{
  width: 100% !important;
}

@media (min-width: 1024px){
  .cart_totals{
    max-width: 544px;
  }
}

.cart_totals h2{
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.cart_totals table{
  width: 100%;
  border-style: none !important;
}

@media (min-width: 1024px){
  .cart_totals table{
    max-width: 544px;
  }
}

.cart_totals .shop_table{
  border-style: none !important;
}

.cart_totals .shop_table tr{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}

.cart_totals .shop_table tr th{
  width: 100%;
}

.cart_totals .shop_table .order-total{
}

.cart_totals .wc-proceed-to-checkout a{
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity)) !important;
  font-weight: 400 !important;
}

.wp-block-button{
  margin-bottom: 2.5rem;
}

.wp-block-button .wp-block-button__link{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

#customer_login{
  margin-left: auto;
  margin-right: auto;
  max-width: 1182px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 768px){
  #customer_login{
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 640px){
  #customer_login{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  #customer_login{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

#customer_login h2{
  text-align: start;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #customer_login h2{
    text-align: center;
  }
}

#customer_login h3{
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #customer_login h3{
    text-align: center;
  }
}

#customer_login .woocommerce-form-login{
  margin: 0px;
  border-style: none;
}

#customer_login .woocommerce-form-login .woocommerce-Input{
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
}

#customer_login .woocommerce-form-login .woocommerce-form-login__submit{
  margin-top: 22px;
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 126 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#customer_login .woocommerce-form-login .woocommerce-form-login__submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

#customer_login .woocommerce-form-login .woocommerce-form__label-for-checkbox{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#customer_login .woocommerce-form-login .woocommerce-form__label-for-checkbox input{
  height: 1.5rem;
  width: 1.5rem;
}

#customer_login .woocommerce-form-register{
  margin: 0px;
  margin-top: 22px;
  border-style: none;
}

#customer_login .woocommerce-form-register .woocommerce-Input{
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
}

#customer_login .woocommerce-form-register .woocommerce-form-register__submit{
  margin-top: 22px;
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 126 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#customer_login .woocommerce-form-register .woocommerce-form-register__submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

#customer_login .woocommerce-form-register .woocommerce-privacy-policy-text{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.woocommerce-ResetPassword , .lost_reset_password{
  margin-left: auto;
  margin-right: auto;
  max-width: 1182px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.woocommerce-ResetPassword h2,.lost_reset_password h2{
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-ResetPassword p,.lost_reset_password p{
  margin-top: 0.25rem;
}

.woocommerce-ResetPassword .woocommerce-form-row,.lost_reset_password .woocommerce-form-row{
  margin-top: 1rem !important;
}

.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input,.lost_reset_password .woocommerce-form-row .woocommerce-Input{
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity)) !important;
}

.woocommerce-ResetPassword .woocommerce-Button,.lost_reset_password .woocommerce-Button{
  margin-top: 22px !important;
  display: flex !important;
  height: 45px !important;
  width: 100% !important;
  max-width: 200px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity)) !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.u-column2.hidden {
  display: none;
}

.u-column2.fade-in {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media not all and (min-width: 768px){
  .woocommerce-form-login{
    margin-bottom: 1rem !important;
    padding: 0px !important;
  }
}

.register-column h2,.register-column h3{
  text-align: start !important;
}

.register-column h3{
  margin-top: 1.25rem;
}

.register-column ul{
  margin-top: 1rem;
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.register-column p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.register-column .no-login{
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 126 6 / var(--tw-border-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

.register-column .no-login:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.register-column a.make-account-btn{
  margin-top: 22px;
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 126 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.register-column a.make-account-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 78 18 / var(--tw-text-opacity));
}

.woocommerce-LostPassword{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.woocommerce-LostPassword:hover{
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

#make-account-btn {
  pointer-events: auto !important;
  z-index: 9999;
}

.register-column, .register-show, .make-account-btn, .no-login {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 9999 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
}

.woocommerce-form-coupon-toggle .woocommerce-info::before{
  display: none;
}

.u-column2.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info a{
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

.checkout_coupon{
  margin-top: 0px !important;
  max-width: 800px !important;
  gap: 0.75rem !important;
  border-style: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.checkout_coupon .input-text{
  max-width: 300px !important;
}

.woocommerce-login{
  padding: 1em 2em 1em 3.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
}

@media not all and (min-width: 640px){
  .woocommerce-login{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.woocommerce-login{
  margin: 0 0 1em;
}

.woocommerce-login a{
  --tw-text-opacity: 1;
  color: rgb(1 126 6 / var(--tw-text-opacity));
}

#login-form-container form{
  max-width: 450px;
}

#login-form-container form .form-row{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#login-form-container form .form-row input{
  width: 100%;
  max-width: 300px;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#login-form-container form .woocommerce-form__label{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#login-form-container form .woocommerce-form__label input{
  height: 1.5rem;
  width: 1.5rem;
}

#login-form-container form .woocommerce-button{
  margin-top: 22px;
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 126 6 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Checkout form  */

.woocommerce-checkout{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1150px){
  .woocommerce-checkout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-checkout .woocommerce-NoticeGroup{
  grid-column: span 2 / span 2;
}

.woocommerce-checkout #customer_details{
  width: 100%;
}

@media (min-width: 1150px){
  .woocommerce-checkout #customer_details{
    max-width: 830px;
  }
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper .input-text{
  height: 45px;
  width: 100%;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-checkout #customer_details .select2-selection{
  height: 45px;
  width: 100%;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
}

.woocommerce-checkout .form-order{
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 240 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .woocommerce-checkout .form-order{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1150px){
  .woocommerce-checkout .form-order{
    max-width: 686px;
  }
}

.woocommerce-checkout .form-order h3{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-checkout .form-order .woocommerce-checkout-review-order-table{
  border-style: none !important;
}

.woocommerce-checkout .form-order .woocommerce-shipping-totals{
  display: block;
  width: 100%;
}

.woocommerce-checkout .form-order tr td{
  width: 100%;
}

.woocommerce-billing-fields h3{
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-input-wrapper{
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.woocommerce-billing-fields__field-wrapper , .woocommerce-shipping-fields__field-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (min-width: 640px){
  .woocommerce-billing-fields__field-wrapper , .woocommerce-shipping-fields__field-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row{
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper #billing_address_2_field, .woocommerce-billing-fields__field-wrapper #shipping_address_2_field, .woocommerce-shipping-fields__field-wrapper #billing_address_2_field, .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field{
  display: none !important;
}

@media (min-width: 640px){
  .billing-customer-type{
    grid-column: span 2 / span 2;
  }
}

.woocommerce-order-confirmation{
  margin-bottom: 2.5rem;
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.woocommerce-order-confirmation_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation_top{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.woocommerce-order-confirmation_top h1{
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-order-confirmation_top p{
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-order-confirmation_confirm{
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media not all and (min-width: 1024px){
  .woocommerce-order-confirmation_confirm{
    gap: 1.75rem;
  }
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation_confirm{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1024px){
  .woocommerce-order-confirmation_confirm{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-order-confirmation_confirm__left{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.woocommerce-order-confirmation_confirm__left___item{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.woocommerce-order-confirmation_confirm__left___item h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.woocommerce-order-confirmation_confirm__left___item p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation_confirm__left___item p{
    text-align: right;
  }
}

.woocommerce-order-confirmation_confirm__right{
  display: flex;
  gap: 2.5rem;
}

.woocommerce-order-confirmation_confirm__right___item{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.woocommerce-order-confirmation_confirm__right___item h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.woocommerce-order-confirmation_confirm__right___item p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce-order-confirmation_info{
  margin-top: 0.75rem;
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation_info{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 640px){
  .woocommerce-order-confirmation_info{
    margin-top: 3rem;
  }
}

.woocommerce-order-confirmation_info h2{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .woocommerce-order-confirmation_info h2{
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 640px){
  .woocommerce-order-confirmation_info h2{
    font-size: 22px;
  }
}

.woocommerce-order-confirmation .order-products_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

@media (min-width: 640px){
  .woocommerce-order-confirmation .order-products_head{
    padding-right: 2.5rem;
  }
}

.woocommerce-order-confirmation .order-products_box{
  display: flex;
  flex-direction: column;
}

.woocommerce-order-confirmation .order-products_box__item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 25px;
  padding-bottom: 45px;
}

@media (min-width: 640px){
  .woocommerce-order-confirmation .order-products_box__item{
    flex-direction: row;
    align-items: center;
    padding-right: 2.5rem;
  }
}

.woocommerce-order-confirmation .order-products_box__item___left{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .woocommerce-order-confirmation .order-products_box__item___left{
    flex-direction: row;
    align-items: center;
  }
}

.woocommerce-order-confirmation .order-products_box__item___left .product-des-rec{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.woocommerce-order-confirmation .order-products_box__item___left .order-products_thumb img{
  height: 140px;
  width: 140px;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce-order-confirmation .order-products_box__item___left h4{
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

.woocommerce-order-confirmation .order-products_box__item___left .price-rec{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.woocommerce-order-confirmation .order-products_box__item___left p{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.woocommerce-order-confirmation .order-products_box__item___right p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(53 59 61 / var(--tw-text-opacity));
}

html{
  scroll-behavior: smooth
}

body{
  position: relative;
  font-family: Poppins, sans-serif;
}

main{
  overflow-x: hidden;
}

.container{
  max-width: 1440px;
}

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

@media (min-width: 1440px){
  .container-xl{
    max-width: 1712px;
  }
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.shadow-deep-layered {
  box-shadow:
    -34px 64px 20px rgba(0, 0, 0, 0),
    -22px 41px 19px rgba(0, 0, 0, 0.01),
    -12px 23px 16px rgba(0, 0, 0, 0.05),
    -6px 10px 12px rgba(0, 0, 0, 0.09),
    -1px 3px 10px rgba(0, 0, 0, 0.10);
}

#breadcrumbs{
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity));
}

#breadcrumbs a{
  --tw-text-opacity: 1;
  color: rgb(60 113 218 / var(--tw-text-opacity));
}

