@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

html{
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  font-family: Roboto Flex;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

button,
  a,
  path,
  img,
  svg,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

button:disabled,
  a:disabled,
  path:disabled,
  img:disabled,
  svg:disabled,
  li:disabled,
  h1:disabled,
  h2:disabled,
  h3:disabled,
  h4:disabled,
  h5:disabled,
  h6:disabled{
  opacity: 0.5;
}

input,
  textarea,
  select{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* input {
    @apply h-[46px];
  }

  textarea {
    @apply min-h-24 py-3.5;
  } */

#handleMobileMenu.active .closeIcon{
  opacity: 1;
}

#handleMobileMenu:not(.active) .burgerIcon{
  opacity: 1;
}

#handleMobileMenu svg{
  position: absolute;
  opacity: 0;
}

header{
  position: sticky;
  top: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* #handleMobileTelMenu.active {
    @apply rotate-90;
  } */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

.menu .current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

header .menu{
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 20.8px;
}

#catalogMenu .menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 26px;
}

footer .menu{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1200px){
  footer .menu{
    display: flex;
    align-items: center;
    gap: 60px;
  }
}

#catalogMenu.open{
  display: flex;
  opacity: 1;
}

#catalogMenu .catagoryList button.active{
  --tw-border-opacity: 1;
  border-color: rgb(250 107 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 7.8px 0px #00000026;
  --tw-shadow-colored: 0px 2px 7.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#catalogMenu .catagoryList button.active svg{
  opacity: 0;
}

#catalogMenu .subCategoryList.active{
  display: flex;
  opacity: 1;
}

#catalogMenu .subCategoryList:first-child{
  display: none;
}

#homeSlider .prev,
  #homeSlider .next{
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  height: 33px;
  width: 33px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#homeSlider .prev:hover,
  #homeSlider .next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 26 / var(--tw-bg-opacity));
}

@media (min-width: 1200px){
  #homeSlider .prev,
  #homeSlider .next{
    display: flex;
  }
}

#homeSlider .prev{
  left: 0.5rem;
}

#homeSlider .next{
  right: 0.5rem;
}

#homeSlider .prev:hover svg path,
  #homeSlider .next:hover svg path{
  stroke: #fff;
}

#homeSlider .dots{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1200px){
  #homeSlider .dots{
    margin-top: 1.5rem;
  }
}

#homeSlider .dots .swiper-pagination-bullet{
  height: 3px;
  width: 30px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#homeSlider .dots .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 26 / var(--tw-bg-opacity));
}

.badgeList{
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 1;
}

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

@media (min-width: 1200px){
  .badgeList{
    top: 0.625rem;
    right: 0.625rem;
  }

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

.badgeList li{
  display: flex;
  height: 1.25rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14.06px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badgeList li.stock{
  --tw-bg-opacity: 1;
  background-color: rgb(234 67 53 / var(--tw-bg-opacity));
}

#consultForm input{
  height: 2.75rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 16.41px;
}

#consultForm input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#consultForm input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#checkoutSiderbar .listInfoCart > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#checkoutSiderbar .listInfoCart li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 18.75px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#checkoutSiderbar .listInfoCart li:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

#cartList .itemCart .calcCartForm.change button[type="submit"]{
  display: block;
  opacity: 1;
}

#checkoutForm{
  flex: 1 1 0%;
}

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

#checkoutForm{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1200px){
  #checkoutForm{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#checkoutForm ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#checkoutForm ul li{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#checkoutForm ul li h5{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 20.8px;
}

@media (min-width: 1200px){
  #checkoutForm ul li h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 23.4px;
  }
}

#checkoutForm ul li div{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px){
  #checkoutForm ul li div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

#checkoutForm ul li div input,
  #checkoutForm textarea{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 16.41px;
}

#checkoutForm ul li div input::-moz-placeholder, #checkoutForm textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#checkoutForm ul li div input::placeholder,
  #checkoutForm textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#checkoutForm ul li div input{
  height: 46px;
}

#checkoutForm textarea{
  min-height: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px){
  #checkoutForm textarea{
    min-height: 2.75rem;
  }
}

#checkoutForm ul li ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

#checkoutForm ul li ul li label{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#checkoutForm ul li ul li label input{
  height: 0.875rem;
  width: 0.875rem;
}

#checkoutForm ul li ul li label:hover span{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

#checkoutForm ul li ul li label span{
  font-size: 1rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#checkoutForm ul li ul li label input:checked ~ span{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

#checkoutForm .itemDelivery{
  display: none;
  opacity: 0;
}

#checkoutForm .itemDelivery.visible{
  display: flex;
  opacity: 1;
}

#serviceForm input,
  #serviceForm textarea{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 16.41px;
}

#serviceForm input::-moz-placeholder, #serviceForm textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#serviceForm input::placeholder,
  #serviceForm textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

#serviceForm input{
  height: 2.75rem;
}

#serviceForm textarea{
  height: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px){
  #serviceForm textarea{
    grid-column: span 2 / span 2;
  }
}

#serviceSingle .content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#serviceSingle .content{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 18.75px;
}

#serviceSingle .content ul,#serviceSingle .content ol{
  list-style-position: inside;
}

#serviceSingle .content ul{
  list-style-type: disc;
}

#serviceSingle .content ol{
  list-style-type: decimal;
}

@media (min-width: 1200px){
  #serviceSingle .content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}

#serviceSingle .content h1,
  #serviceSingle .content h2,
  #serviceSingle .content h3,
  #serviceSingle .content h4,
  #serviceSingle .content h5,
  #serviceSingle .content h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 23.4px;
}

@media (min-width: 1200px){
  #serviceSingle .content h1,
  #serviceSingle .content h2,
  #serviceSingle .content h3,
  #serviceSingle .content h4,
  #serviceSingle .content h5,
  #serviceSingle .content h6{
    font-size: 30px;
    line-height: 39px;
  }
}

#serviceSingle .content .wp-block-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 1200px){
  #serviceSingle .content .wp-block-group > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

#serviceSingle .content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1200px){
  #serviceSingle .content ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}

#deliveryAndPayed .content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

#deliveryAndPayed .content ul,#deliveryAndPayed .content ol{
  list-style-position: inside;
}

#deliveryAndPayed .content ul{
  list-style-type: disc;
}

#deliveryAndPayed .content ol{
  list-style-type: decimal;
}

@media (min-width: 1200px){
  #deliveryAndPayed .content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }
}

#deliveryAndPayed .content .wp-block-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 1200px){
  #deliveryAndPayed .content .wp-block-group > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

#deliveryAndPayed .content .wp-block-group .wp-block-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1200px){
  #deliveryAndPayed .content .wp-block-group .wp-block-group > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}

#deliveryAndPayed .content h1,
  #deliveryAndPayed .content h2,
  #deliveryAndPayed .content h3,
  #deliveryAndPayed .content h4,
  #deliveryAndPayed .content h5,
  #deliveryAndPayed .content h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 23.4px;
}

@media (min-width: 1200px){
  #deliveryAndPayed .content h1,
  #deliveryAndPayed .content h2,
  #deliveryAndPayed .content h3,
  #deliveryAndPayed .content h4,
  #deliveryAndPayed .content h5,
  #deliveryAndPayed .content h6{
    font-size: 30px;
    line-height: 39px;
  }
}

#contact iframe{
  min-height: 376px;
  width: 100%;
  flex: 1 1 0%;
}

#contact .item{
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 23.4px;
}

#contact .item span{
  font-weight: 300;
}

#contact .item a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

#contact .item div > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

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

.top-24{
  top: 6rem;
}

.top-5{
  top: 1.25rem;
}

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

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

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

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.-m-5{
  margin: -1.25rem;
}

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

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-20{
  height: 5rem;
}

.h-5{
  height: 1.25rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-126px\)\]{
  height: calc(100% - 126px);
}

.h-\[calc\(100\%-96px\)\]{
  height: calc(100% - 96px);
}

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

.h-full{
  height: 100%;
}

.max-h-96{
  max-height: 24rem;
}

.min-h-12{
  min-height: 3rem;
}

.min-h-96{
  min-height: 24rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-5{
  width: 1.25rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

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

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

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

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

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-4{
  min-width: 1rem;
}

.max-w-40{
  max-width: 10rem;
}

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

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

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

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

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

.max-w-\[calc\(100\%-32px\)\]{
  max-width: calc(100% - 32px);
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

.scroll-mt-32{
  scroll-margin-top: 8rem;
}

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

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

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

.flex-col{
  flex-direction: column;
}

.items-end{
  align-items: flex-end;
}

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

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

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

.\!gap-1{
  gap: 0.25rem !important;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-32{
  gap: 8rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

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

.gap-y-4{
  row-gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

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

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(67 127 200 / var(--tw-border-opacity));
}

.border-gray-stroke{
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}

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

.border-orange-hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 124 26 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-gray-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-gray-header{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

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

.bg-orange-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 26 / var(--tw-bg-opacity));
}

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

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-5{
  padding: 1.25rem;
}

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

.pr-9{
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-extrabold{
  font-weight: 800;
}

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

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[11\.72px\]{
  line-height: 11.72px;
}

.leading-\[14\.06px\]{
  line-height: 14.06px;
}

.leading-\[15\.6px\]{
  line-height: 15.6px;
}

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

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

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

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

.leading-\[21\.09px\]{
  line-height: 21.09px;
}

.leading-\[23\.4px\]{
  line-height: 23.4px;
}

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

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

.leading-\[28\.6px\]{
  line-height: 28.6px;
}

.leading-\[31\.2px\]{
  line-height: 31.2px;
}

.leading-\[33\.8px\]{
  line-height: 33.8px;
}

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

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(67 127 200 / var(--tw-text-opacity));
}

.text-gray-65{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.text-gray-a0{
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}

.text-gray-stroke{
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(250 107 0 / var(--tw-text-opacity));
}

.text-orange-hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(234 67 53 / var(--tw-text-opacity));
}

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

.line-through{
  text-decoration-line: line-through;
}

.opacity-0{
  opacity: 0;
}

.shadow-buttonCatalogMenu{
  --tw-shadow: 0px 2px 7.8px 0px #00000026;
  --tw-shadow-colored: 0px 2px 7.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-catalogMenu{
  --tw-shadow: 3px 3px 10px 0px #81818114;
  --tw-shadow-colored: 3px 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-edgeHome{
  --tw-shadow: 3px 3px 10px 0px #81818114;
  --tw-shadow-colored: 3px 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-header{
  --tw-shadow: 0px 4px 4px 0px #6464641A;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-priceInfo{
  --tw-shadow: 0px 2px 10px 0px #32324724;
  --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

@media (min-width: 1200px){
  .container-main{
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.swiper-wrapper{
  z-index: 0 !important;
}

.main-btn{
  display: flex;
  height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 107 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 23.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px 0px #0000000F;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 26 / var(--tw-bg-opacity));
}

@media (min-width: 1200px){
  .main-btn{
    max-width: 180px;
  }
}

.site-container{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.container-conf input[type="checkbox"]:checked ~ .icon-checked{
  opacity: 1;
}

#btnTop.visible{
  z-index: 1;
  opacity: 1;
}

.hover-opacity:hover{
  opacity: 0.75;
}

.mobileMenu{
  position: fixed;
  inset: 0px;
  z-index: 2;
  display: none;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-behavior: allow-discrete;
  animation: fadeIn 0.5s ease-out;
}

@media (min-width: 1200px){
  .mobileMenu{
    display: none !important;
  }
}

address{
  font-style: normal;
}

.mobileMenu.open{
  display: block;
  opacity: 1;
}

.swiper-slide{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@keyframes fadeIn {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.modal{
  position: fixed;
  inset: 0px;
  z-index: 3;
  display: none;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.5);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-behavior: allow-discrete;
  animation: fadeIn 0.5s ease-out;
}

@media (min-width: 1200px){
  .modal{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modal.open{
  display: flex;
  opacity: 1;
}

.closeModal{
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  margin: -0.625rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}

@media (min-width: 1200px){
  .closeModal{
    top: 30px;
    right: 30px;
    margin: -30px;
    padding: 30px;
  }
}

.closeModal svg{
  height: 2.25rem;
  width: 2.25rem;
}

.closeModal:hover svg path{
  stroke: #f43f5e;
}

.min-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */

.min-scroll::-webkit-scrollbar-track {
  border-radius: 14px;
}

/* Handle */

.min-scroll::-webkit-scrollbar-thumb {
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 107 0 / var(--tw-bg-opacity));
}

.min-scroll::-webkit-scrollbar-thumb:window-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(250 107 0 / var(--tw-bg-opacity));
}

.trans{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-behavior: allow-discrete;
  animation: fadeIn 0.5s ease-out;
}

input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.title-main{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 31.2px;
}

@media (min-width: 1200px){
  .title-main{
    font-size: 30px;
    line-height: 39px;
  }
}

#breadcrumbs{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 14.06px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  #breadcrumbs{
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

#breadcrumbs span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

#breadcrumbs span span:last-child{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

#breadcrumbs span a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.woocommerce-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.woocommerce-pagination a.page-numbers:not(.dots),
.woocommerce-pagination span.page-numbers:not(.dots){
  border-width: 1px;
  border-color: transparent;
}

.woocommerce-pagination a.page-numbers:not(.dots):hover,
.woocommerce-pagination span.page-numbers:not(.dots):hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 124 26 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.woocommerce-pagination a.page-numbers.current,
.woocommerce-pagination span.page-numbers.current{
  --tw-border-opacity: 1;
  border-color: rgb(250 107 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 107 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-pagination a.page-numbers.current:hover,
.woocommerce-pagination span.page-numbers.current:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .navigation.pagination .nav-links {
  @apply flex gap-2.5 flex-wrap items-center;
}

.navigation.pagination .nav-links .page-numbers {
  @apply w-9 h-9 flex-shrink-0 flex justify-center items-center border border-beige text-base leading-[20.8px] text-gray hover:text-white hover:bg-beige;
}

.navigation.pagination .nav-links .page-numbers.current {
  @apply bg-beige text-white;
} */

form .privacy-policy-link{
  text-decoration-line: underline;
}

form .privacy-policy-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

footer .privacy-policy-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.placeholder\:text-gray-65::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.placeholder\:text-gray-65::placeholder{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-orange-hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 124 26 / var(--tw-border-opacity));
}

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

.group:hover .group-hover\:fill-orange-hover{
  fill: #FF7C1A;
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

.group:hover .group-hover\:stroke-orange-hover{
  stroke: #FF7C1A;
}

.group:hover .group-hover\:stroke-red{
  stroke: #EA4335;
}

.group:hover .group-hover\:stroke-red-500{
  stroke: #ef4444;
}

.group\/sku:hover .group-hover\/sku\:text-orange-hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgb(250 107 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.hover\:border-orange-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 124 26 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 127 200 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 107 0 / var(--tw-bg-opacity));
}

.hover\:bg-orange-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 26 / var(--tw-bg-opacity));
}

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

.hover\:text-orange-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(255 124 26 / var(--tw-text-opacity));
}

.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(234 67 53 / var(--tw-text-opacity));
}

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

.hover\:shadow-buttonCatalogMenu:hover{
  --tw-shadow: 0px 2px 7.8px 0px #00000026;
  --tw-shadow-colored: 0px 2px 7.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

@media (min-width: 1200px){
  .xl\:static{
    position: static;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:bottom-\[111px\]{
    bottom: 111px;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:right-3{
    right: 0.75rem;
  }

  .xl\:right-3\.5{
    right: 0.875rem;
  }

  .xl\:right-\[calc\(100vw-1368px-\(100vw-1368px\)\/2\)\]{
    right: calc(100vw - 1368px - (100vw - 1368px) / 2);
  }

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

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

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

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

  .xl\:mt-28{
    margin-top: 7rem;
  }

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

  .xl\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-2\.5{
    height: 0.625rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-2\.5{
    width: 0.625rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:max-w-96{
    max-width: 24rem;
  }

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

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

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

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

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

  .xl\:max-w-\[calc\(100\%-200px\)\]{
    max-width: calc(100% - 200px);
  }

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

  .xl\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

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

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

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

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

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

  .xl\:items-end{
    align-items: flex-end;
  }

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

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

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

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

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

  .xl\:gap-11{
    gap: 2.75rem;
  }

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

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

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

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

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:gap-\[126px\]{
    gap: 126px;
  }

  .xl\:gap-\[30px\]{
    gap: 30px;
  }

  .xl\:gap-\[60px\]{
    gap: 60px;
  }

  .xl\:gap-\[98px\]{
    gap: 98px;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

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

  .xl\:gap-x-\[118px\]{
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

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

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

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

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

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

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

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

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

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

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

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

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

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

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

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

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

  .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[21\.09px\]{
    line-height: 21.09px;
  }

  .xl\:leading-\[23\.4px\]{
    line-height: 23.4px;
  }

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

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

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

  .xl\:leading-\[46\.8px\]{
    line-height: 46.8px;
  }

  .xl\:leading-\[56\.25px\]{
    line-height: 56.25px;
  }
}
