/* [project]/guerra-frontend/components/menu/AmazonMenu.module.scss.module.css [app-client] (css) */
.AmazonMenu-module-scss-module__E0F0kG__menu {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.AmazonMenu-module-scss-module__E0F0kG__back {
  text-align: left;
  cursor: pointer;
  background: #f5f5f5;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 600;
}

.AmazonMenu-module-scss-module__E0F0kG__slider {
  width: 100%;
  transition: transform .35s;
  display: flex;
}

.AmazonMenu-module-scss-module__E0F0kG__list {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.AmazonMenu-module-scss-module__E0F0kG__item {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  display: flex;
}

.AmazonMenu-module-scss-module__E0F0kG__link {
  color: #111;
  flex: 1;
  text-decoration: none;
}

.AmazonMenu-module-scss-module__E0F0kG__next {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
}

/* [project]/guerra-frontend/components/menu/MobileMenu.module.scss.module.css [app-client] (css) */
.MobileMenu-module-scss-module__T0qR1a__overlay {
  z-index: 99;
  background: #0006;
  position: fixed;
  inset: 0;
}

.MobileMenu-module-scss-module__T0qR1a__drawer {
  z-index: 100;
  background: #fff;
  width: 280px;
  height: 100vh;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.MobileMenu-module-scss-module__T0qR1a__close {
  background: none;
  border: none;
  margin-bottom: 16px;
  font-size: 20px;
}

.MobileMenu-module-scss-module__T0qR1a__item {
  border-bottom: 1px solid #eee;
}

.MobileMenu-module-scss-module__T0qR1a__itemHeader {
  cursor: pointer;
  justify-content: space-between;
  padding: 12px 0;
  display: flex;
}

.MobileMenu-module-scss-module__T0qR1a__children {
  padding-left: 16px;
}

.MobileMenu-module-scss-module__T0qR1a__child {
  padding: 8px 0;
  font-size: 14px;
  display: block;
}

.MobileMenu-module-scss-module__T0qR1a__arrow {
  font-weight: bold;
}

/* [project]/guerra-frontend/components/ui/FieldQuantity/FieldQuantity.module.scss.module.css [app-client] (css) */
.FieldQuantity-module-scss-module__2gI8ga__main {
  border: 1px solid #c0c0c0bf;
  border-radius: 8px;
  height: 28px;
  display: flex;
}

.FieldQuantity-module-scss-module__2gI8ga__main input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.FieldQuantity-module-scss-module__2gI8ga__main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.FieldQuantity-module-scss-module__2gI8ga__main input[type="number"] {
  -moz-appearance: textfield;
}

.FieldQuantity-module-scss-module__2gI8ga__main input {
  text-align: center;
  outline: none;
  width: 50px;
  margin: 0;
  padding: 0 5px;
  font-size: 14px;
}

.FieldQuantity-module-scss-module__2gI8ga__main button {
  cursor: pointer;
  background-color: #f5f5f5;
  width: 26px;
  padding: 0 5px;
  font-size: 16px;
}

.FieldQuantity-module-scss-module__2gI8ga__main button:first-of-type {
  border-radius: 8px 0 0 8px;
}

.FieldQuantity-module-scss-module__2gI8ga__main button:nth-of-type(2) {
  border-radius: 0 8px 8px 0;
}

.FieldQuantity-module-scss-module__2gI8ga__main button:disabled {
  cursor: initial;
  opacity: .4;
}

/* [project]/guerra-frontend/components/ui/ScrollToTop/ScrollToTop.module.scss.module.css [app-client] (css) */
.ScrollToTop-module-scss-module__a12vtq__main {
  cursor: pointer;
  z-index: 998;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.ScrollToTop-module-scss-module__a12vtq__main div {
  width: 52px;
  height: 52px;
  color: var(--color-primary);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

@media (max-width: 540px) {
  .ScrollToTop-module-scss-module__a12vtq__main {
    width: 48px;
    height: 48px;
    bottom: 10px;
    left: 10px;
  }

  .ScrollToTop-module-scss-module__a12vtq__main div {
    width: 44px;
    height: 44px;
  }
}

/* [project]/guerra-frontend/styles/globals.scss.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --color-red-500: #fb2c36;
    --color-green-100: #dcfce7;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-blue-500: #3080ff;
    --color-indigo-500: #625fff;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-300: #d1d5dc;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-900: #101828;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-indigo-500: lab(48.295% 38.3129 -81.9673);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-900: lab(8.11897% .811279 -12.254);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

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

  .top-full {
    top: 100%;
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-50 {
    z-index: 50;
  }

  .z-120 {
    z-index: 120;
  }

  .z-200 {
    z-index: 200;
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }

  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-full {
    width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

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

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

  .flex-1 {
    flex: 1;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .resize {
    resize: both;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-green-500 {
    border-color: var(--color-green-500);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .group-focus-within\:rotate-180:is(:where(.group):focus-within *) {
    rotate: 180deg;
  }

  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-green-500:focus {
    --tw-ring-color: var(--color-green-500);
  }

  .focus\:ring-indigo-500:focus {
    --tw-ring-color: var(--color-indigo-500);
  }

  .focus\:ring-red-500:focus {
    --tw-ring-color: var(--color-red-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

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

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

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}

body > main {
  min-height: 50dvh;
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(.98);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.megaMenu {
  z-index: 99;
  border-top: 1px solid var(--color-secondary);
  position: sticky;
  top: 0;
}

.megaMenu li a {
  align-items: center;
  gap: 20px;
  display: flex;
}

.megaMenu li.with-childs > a:after {
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transition: all .2s ease-in-out;
  display: block;
  transform: rotate(-45deg);
}

.megaMenu .level1 {
  background: #e4e4e4;
  gap: 20px;
  padding: 0 24px;
  display: flex;
}

.megaMenu .level1 > li {
  padding: 12px 0;
  position: relative;
}

.megaMenu .level1 > li > a {
  gap: 10px;
}

.megaMenu .level1 > li.with-childs > a:after {
  margin-bottom: 3px;
  transform: rotate(45deg);
}

.megaMenu .level1 > li:before {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.megaMenu .level1 > li:hover a:after, .megaMenu .level1 > li.active a:after {
  margin: 3px 0 0;
  transform: rotate(225deg);
}

.megaMenu .level1 > li:hover:before, .megaMenu .level1 > li.active:before {
  width: 100%;
  left: 0;
}

.megaMenu .panel {
  background: #fff;
  width: 100dvw;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 12px #00000026;
}

.megaMenu .panel .column {
  min-width: 200px;
  margin-right: 20px;
}

.megaMenu .panel .column li {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  display: flex;
  position: relative;
}

.megaMenu .panel .column .active {
  transition: all 1s ease-in-out;
}

.megaMenu .panel .column .active a {
  font-weight: bold;
  position: relative;
}

.megaMenu .panel .slide {
  transition: transform .3s ease-in-out;
  overflow: hidden;
  transform: translateX(0);
}

.megaMenu .panel .level3Item {
  position: relative;
}

.megaMenu .panel .level3Item > a {
  line-height: 32px;
  display: block;
}

.megaMenu .panel .level3Item .sub {
  margin-top: 5px;
  padding-left: 15px;
}

.megaMenu .panel .level3Item .sub li {
  padding: 3px 0;
}

@media (max-width: 1024px) {
  .megaMenu {
    display: none;
  }
}

.search-wrapper {
  z-index: 120;
  flex: 1;
  position: relative;
}

.search-wrapper input {
  width: 100%;
}

.search-wrapper .search-results {
  z-index: 50;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  max-height: 400px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
}

.search-wrapper .search-results li {
  cursor: pointer;
  padding: 10px;
}

.search-wrapper .search-results li a {
  align-items: center;
  gap: 12px;
  display: flex;
}

.search-wrapper .search-results li em {
  font-size: 12px;
  font-style: normal;
}

.search-wrapper .search-results li:hover {
  background: #f5f5f5;
}

body > header {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

body > header > div.infos {
  background: var(--color-primary);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 7px 40px;
  display: flex;
}

body > header > div.infos .phone {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

body > header > div.infos em {
  color: #fff;
}

body > header > div.tools {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 0 40px;
  display: flex;
}

body > header > div.tools .menu-mobile {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 12px;
  display: none;
  position: relative;
}

body > header > div.tools .menu-mobile span {
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
}

body > header > div.tools .menu-mobile span:first-of-type {
  top: 0;
}

body > header > div.tools .menu-mobile span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

body > header > div.tools .menu-mobile span:nth-of-type(3) {
  bottom: 0;
}

body > header > div.tools h1 {
  margin: 0;
}

body > header > div.tools h1 em {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}

body > header > div.tools img {
  width: auto;
  max-width: 204px;
  height: auto;
  max-height: 50px;
}

body > header .search-wrapper input {
  background-image: url("/svg/search.svg");
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  flex: 1;
  height: 50px;
  padding: 0 20px 0 40px;
  position: relative;
}

body > header .search-wrapper.mobile {
  margin: 0 40px;
  display: none;
}

@media (max-width: 1279px) {
  body > header > div.tools {
    gap: 3.125vw;
  }

  body > header > div.tools img {
    width: 15.9375vw;
    min-width: 130px;
  }

  body > header > div.tools input {
    min-width: 254px;
  }
}

@media (max-width: 1024px) {
  body > header > div.tools {
    flex-wrap: wrap;
  }

  body > header > div.tools .menu-mobile {
    order: 1;
    display: flex;
  }

  body > header > div.tools h1 {
    order: 2;
    margin: 0 auto;
  }

  body > header > div.tools input {
    order: 5;
    min-width: 100%;
  }

  body > header > div.tools button.login {
    order: 3;
  }

  body > header > div.tools button.cart {
    order: 4;
  }

  body > header .search-wrapper.desktop {
    display: none;
  }

  body > header .search-wrapper.mobile {
    display: initial;
  }
}

@media (max-width: 700px) {
  body > header > div.infos {
    flex-wrap: wrap;
    justify-content: center;
  }

  body > header > div.infos a {
    order: 2;
  }

  body > header > div.infos em {
    text-align: center;
    order: 1;
    min-width: 100%;
  }

  body > header > div.infos ul {
    order: 3;
  }
}

@media (max-width: 550px) {
  body > header {
    gap: 10px;
    margin: 20px 0;
  }

  body > header > div.infos {
    display: none;
  }

  body > header > div.tools, body > header .search-wrapper.mobile {
    margin: 0 20px;
  }
}

body > footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

body > footer > .inner {
  background-color: var(--color-secondary);
  color: var(--color-secondary-text);
  flex-direction: column;
  gap: 30px;
  padding: 64px 0;
  display: flex;
}

body > footer a {
  transition: all .2s ease-in-out;
}

body > footer div.top {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 130px;
  display: flex;
}

body > footer div.top .infos {
  flex-direction: column;
  display: flex;
}

body > footer div.top .infos h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 34px;
}

body > footer div.top .infos li {
  gap: 10px;
  width: 100%;
  max-width: 520px;
  display: flex;
}

body > footer div.top .infos li > div {
  flex-direction: column;
  display: flex;
}

body > footer div.top .infos li:not(:last-of-type) {
  margin-bottom: 20px;
}

body > footer div.top .infos span {
  padding-top: 2px;
}

body > footer div.top .infos svg {
  filter: brightness(0) saturate() invert(99%) sepia(97%) saturate(15%) hue-rotate(249deg) brightness(121%) contrast();
}

body > footer div.top .infos h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}

body > footer div.top .infos p {
  font-size: 14px;
}

body > footer div.top .infos em {
  font-style: normal;
}

body > footer div.top .infos a {
  font-size: 14px;
  text-decoration: underline;
}

body > footer div.top .infos a.email-contact {
  font-weight: 600;
  text-decoration: none;
}

body > footer div.top ul:not(.infos) li:first-of-type {
  margin-bottom: 48px;
}

body > footer div.top ul:not(.infos) li:not(:first-of-type) {
  margin-bottom: 25px;
}

body > footer div.top ul:not(.infos) h4 {
  color: var(--color-secondary-sticky);
  font-size: 20px;
}

body > footer div.bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 130px;
  display: flex;
}

body > footer div.bottom em {
  font-style: normal;
}

body > footer div.bottom .networks svg {
  width: 30px;
  height: 30px;
}

@media (min-width: 1025px) {
  body > footer a:hover {
    color: #9f9f9f;
  }

  body > footer div.top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 130px;
    display: flex;
  }

  body > footer div.bottom .networks a:hover {
    transform: scale(1.05);
  }
}

@media (max-width: 1279px) {
  body > footer div.top, body > footer div.bottom {
    padding: 0 10.1563vw;
  }
}

@media (max-width: 626px) {
  body > footer > div.inner {
    padding: 45px 0 96px;
  }
}

@media (max-width: 480px) {
  body > footer {
    padding: 45px 0 96px;
  }

  body > footer div.top, body > footer div.bottom {
    padding: 0 20px;
  }

  body > footer div.top ul:not(.infos) li:first-of-type {
    margin-bottom: 20px;
  }

  body > footer div.top ul:not(.infos):nth-of-type(2) {
    width: 100%;
  }
}

.skeleton {
  animation: 1.5s ease-in-out infinite pulse;
}

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

.product-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
}

.skeleton-image {
  border-radius: 6px;
  width: 100%;
  height: 220px;
  margin-bottom: 12px;
}

.skeleton-line {
  border-radius: 4px;
  height: 14px;
  margin-bottom: 8px;
}

.skeleton-line.title {
  width: 90%;
  height: 16px;
}

.skeleton-line.price {
  width: 50%;
  height: 18px;
}

.skeleton-line.installment {
  width: 70%;
}

.skeleton-button {
  border-radius: 6px;
  width: 100%;
  height: 36px;
  margin-top: 12px;
}

div.min-page-height {
  width: 100dvw;
  height: 50dvh;
  display: block;
}

.overlay-full {
  z-index: 998;
  background: #0006;
  position: fixed;
  inset: 0;
}

button.login {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

button.login svg {
  width: 25px;
  height: 25px;
}

button.cart {
  cursor: pointer;
  background: none;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

button.cart span.number-buy {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: 10px;
  line-height: 14px;
  transition: all .3s ease-in-out;
  display: flex;
  top: 50%;
  right: 4px;
}

button.cart:hover span {
  top: calc(50% - 3px);
}

button.close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: calc(100% + 10px);
  overflow: hidden;
}

button.close:before, button.close:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

button.close:before {
  transform: rotate(45deg)translateY(-50%);
}

button.close:after {
  transform: rotate(-45deg)translateY(-50%);
}

button.buy {
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  transition: all .4s ease-in-out;
}

@media (min-width: 1025px) {
  button.buy:hover {
    background-color: var(--color-primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    button.buy:hover {
      background-color: color-mix(in srgb, var(--color-primary) 90%, white);
    }
  }
}

@media (max-width: 1279px) {
  button.login {
    padding: 0 1.5625vw;
  }
}

@media (max-width: 755px) {
  button.login {
    padding: 0;
  }
}

@media (max-width: 550px) {
  body > header > div.tools button.login span {
    display: none;
  }

  body > header > div.tools button.cart {
    border: 0;
    padding-left: 0;
  }

  body > header > div.tools button.cart span.value-cash {
    display: none;
  }
}

div.product-card {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  width: 100%;
  max-width: 365px;
  padding: 20px 10px;
  display: flex;
}

div.product-card img {
  object-fit: contain;
  width: 100%;
  height: 26.1719vw;
  min-height: 207px;
}

div.product-card > div {
  flex-direction: column;
  flex: 1;
  display: flex;
}

div.product-card .title-product {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0;
  display: flex;
}

div.product-card .title-product h3 {
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
}

div.product-card .title-product em {
  color: #66ab00;
  font-style: normal;
}

div.product-card .price {
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

div.product-card .price > strong {
  font-size: 18px;
}

div.product-card .price .installments {
  text-align: center;
  max-width: 140px;
  margin-bottom: 15px;
  font-size: 13px;
}

div.product-card .price .in-sight {
  color: green;
  font-size: 20px;
}

div.product-card .price em {
  font-size: 15px;
  font-style: normal;
}

section.product-grid {
  max-width: 1825px;
  margin: 0 auto;
  padding: 32px 0;
  transition: opacity .2s, transform .2s;
}

section.product-grid.leaving {
  opacity: 0;
  transform: translateY(8px);
}

section.product-grid.entering {
  opacity: 1;
  transform: translateY(0);
}

section.product-grid header {
  margin: 0 20px 25px;
  display: block;
}

section.product-grid header > div {
  border-bottom: 2px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

section.product-grid header h2 {
  text-transform: capitalize;
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}

section.product-grid header h2:after {
  content: "";
  z-index: 1;
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
}

section.product-grid header a {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

section.product-grid header em {
  color: #555;
  margin-top: 18px;
  font-style: normal;
  display: block;
}

section.product-grid div.product-card {
  max-width: initial;
}

section.product-grid .products {
  grid-template-columns: repeat(auto-fit, minmax(256px, 25%));
  gap: 20px 0;
  display: grid;
}

section.product-grid.internal h2 {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  section.product-grid header a:hover {
    gap: 15px;
  }
}

@media (max-width: 1279px) {
  section.product-grid {
    padding: 32px 20px;
  }

  section.product-grid h2 {
    margin: 0 0 25px;
  }
}

@media (max-width: 807px) {
  section.product-grid .products {
    grid-template-columns: repeat(auto-fit, minmax(150px, calc(50% - 5px)));
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  section.product-grid header {
    margin: 0 0 25px;
  }

  section.product-grid header h2 {
    font-size: 16px;
  }

  section.product-grid header a {
    font-size: 14px;
  }
}

.lightbox-overlay {
  z-index: 9999;
  background: #000000eb;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.lightbox-overlay img {
  object-fit: contain;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.lightbox-nav {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 16px;
  font-size: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-nav.prev {
  left: 24px;
}

.lightbox-nav.next {
  right: 24px;
}

.hall {
  height: 100%;
}

.product-gallery {
  z-index: 9;
  grid-template-columns: 90px 1fr;
  align-items: start;
  gap: 16px;
  display: grid;
  position: sticky;
  top: 68px;
}

.gallery-thumbs {
  scrollbar-width: thin;
  flex-direction: column;
  gap: 8px;
  max-height: 500px;
  display: flex;
  overflow-y: auto;
}

.gallery-thumbs button {
  aspect-ratio: 1;
  opacity: .6;
  cursor: pointer;
  background: #fff;
  transition: border-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-thumbs button, .gallery-thumbs button img {
  width: 100%;
}

.gallery-thumbs button img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-thumbs button:not(.active):hover {
  opacity: .8;
}

.gallery-thumbs button:not(.active):hover img {
  transform: scale(1.1)translate(-50%, -50%);
}

.gallery-thumbs button.active {
  cursor: default;
  opacity: 1;
}

.gallery-thumbs button.active img {
  transform: scale(1.1)translate(-50%, -50%);
}

.gallery-viewport {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.gallery-viewport .gallery-track {
  will-change: transform;
  transition: transform .45s;
  display: flex;
}

.gallery-viewport .gallery-image {
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  min-width: 100%;
  animation: .35s fadeZoom;
}

.gallery-viewport .gallery-image.zoomed {
  cursor: zoom-out;
  transform: scale(2);
}

.gallery-viewport .zoom-lens {
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 200%;
  border: 2px solid #00000026;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px #00000026;
}

.gallery-arrow {
  z-index: 5;
  cursor: pointer;
  background: #ffffffd9;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  font-size: 32px;
  font-weight: 300;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px #00000026;
}

.gallery-arrow.left {
  left: 8px;
}

.gallery-arrow.right {
  right: 8px;
}

.gallery-arrow:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .product-gallery {
    flex-direction: column-reverse;
    display: flex;
  }

  .gallery-thumbs {
    flex-direction: row;
    width: 100%;
    max-height: none;
    overflow: auto hidden;
  }

  .gallery-thumbs button {
    min-width: 70px;
  }

  .gallery-image.zoomed {
    transform: none;
  }
}

@media (max-width: 563px) {
  .gallery-viewport {
    height: auto;
  }

  .gallery-thumbs {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100dvw;
    min-width: 100dvw;
    margin-left: -40px;
    margin-right: -40px;
    scroll-padding-left: 40px;
    scroll-padding-right: 40px;
    display: flex;
    overflow-x: auto;
  }

  .gallery-thumbs button {
    min-width: 85px;
  }

  .gallery-thumbs:before, .gallery-thumbs:after {
    content: "";
    width: 32px;
    min-width: 32px;
    height: 10px;
    display: block;
  }

  .gallery-thumbs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 480px) {
  .gallery-thumbs {
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  .gallery-thumbs button {
    min-width: 85px;
  }

  .gallery-thumbs button:not(:last-of-type) {
    margin-right: 8px;
  }

  .gallery-thumbs:before, .gallery-thumbs:after {
    width: 20px;
    min-width: 20px;
  }
}

.quantity {
  border: 1px solid #ddd;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}

.quantity span {
  flex-direction: column-reverse;
  display: flex;
}

.quantity button {
  cursor: pointer;
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z' fill='%234A5568'/%3E%3C/svg%3E") center no-repeat;
  border: none;
  width: 33px;
  height: 26px;
  font-size: 18px;
}

.quantity button:first-of-type {
  transform: rotate(180deg);
}

.quantity button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.quantity input {
  text-align: center;
  border: none;
  width: 60px;
  height: 40px;
  font-size: 16px;
}

.quantity input:focus {
  outline: none;
}

div.spinner {
  border-width: 2px;
  width: 22px;
  height: 22px;
  border-top-color: #0000 !important;
}

div.spinner.black {
  border-color: var(--color-black);
}

div.spinner.medium {
  border-width: 3px;
  width: 32px;
  height: 32px;
}

.spinner-inline {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30dvh;
  display: flex;
}

.related-products {
  margin-top: 48px;
}

.related-products h2 {
  margin-bottom: 16px;
  font-size: 26px;
}

.related-products__wrapper {
  position: relative;
}

.related-products__list {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.related-products__item {
  min-width: 0;
}

.related-products__controls {
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  display: none;
}

.related-products__controls button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: opacity, transform;
}

.related-products__controls button:active {
  transform: scale(.95);
}

.related-products__controls button:disabled {
  opacity: .4;
  cursor: default;
  transform: none;
}

.related-products div.product-card img {
  max-height: 380px;
}

@media (max-width: 1000px) {
  .related-products__wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .related-products__list {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100dvw;
    min-width: 100dvw;
    margin-left: -32px;
    margin-right: -32px;
    scroll-padding-left: 32px;
    scroll-padding-right: 32px;
    display: flex;
    overflow-x: auto;
  }

  .related-products__list:before, .related-products__list:after {
    content: "";
    width: 32px;
    min-width: 32px;
    height: 10px;
    display: block;
  }

  .related-products__list::-webkit-scrollbar {
    display: none;
  }

  .related-products .product-card {
    scroll-snap-align: start;
    flex: 0 0 260px;
  }

  .related-products__controls {
    display: flex;
  }
}

@media (max-width: 480px) {
  .related-products__list {
    margin-left: -20px;
    margin-right: -20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  .related-products__list:before, .related-products__list:after {
    width: 20px;
    min-width: 20px;
  }
}

ul.networks {
  align-items: center;
  gap: 10px;
  margin: 0;
  list-style: none;
  display: flex;
}

ul.networks li {
  align-items: center;
  display: flex;
}

ul.networks li svg {
  filter: brightness(0) saturate() invert(99%) sepia(67%) saturate(95%) hue-rotate(252deg) brightness(119%) contrast();
}

main.emptycart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  display: flex;
}

main.emptycart svg {
  width: 85px;
  height: 85px;
}

main.emptycart p {
  font-size: 20px;
}

div.main-cart {
  z-index: 999;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 465px;
  height: 100dvh;
  padding: 20px;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  box-shadow: -2px 0 10px #0003;
}

div.main-cart h2 {
  font-size: 18px;
  font-weight: bold;
}

div.main-cart .top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

div.main-cart ul.list-items {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

div.main-cart ul.list-items li {
  flex-direction: column;
  width: 100%;
  display: flex;
}

div.main-cart ul.list-items li .header {
  align-items: center;
  gap: 20px;
  display: flex;
}

div.main-cart ul.list-items li .header > button {
  margin: 0 0 auto;
  padding: 6px 0 0;
}

div.main-cart ul.list-items li .header h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

div.main-cart ul.list-items li .header a.open-product {
  margin-bottom: auto;
}

div.main-cart ul.list-items li .header a.open-product img {
  background-color: #000;
}

div.main-cart ul.list-items li .header .infos {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

div.main-cart ul.list-items li .header .infos .price-qty {
  justify-content: space-between;
  width: 100%;
}

div.main-cart ul.list-items li .header .infos h3 {
  margin: 0;
}

div.main-cart ul.list-items li .header .infos strong {
  font-size: 17px;
}

div.main-cart ul.list-items li .header .image {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: auto;
  display: flex;
}

div.main-cart ul.list-items li .header .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

div.main-cart ul.list-items li:not(:first-of-type) {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

div.main-cart ul.list-items li:not(:first-of-type):before {
  content: "";
  background: linear-gradient(to right, #0000, #b2b2b2 35% 65%, #0000 100%);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.main-cart .empty-cart {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: auto;
  display: flex;
}

div.main-cart .cart-total {
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

div.main-cart .cart-total:before {
  content: "";
  background: linear-gradient(to right, #0000, #b2b2b2 35% 65%, #0000 100%);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.main-cart a.button {
  text-align: center;
  background-color: var(--color-secondary);
  color: var(--color-secondary-text);
  border-radius: 8px;
  padding: 15px;
}

div.main-cart.opened {
  transform: translateX(0);
}

@media (max-width: 440px) {
  div.main-cart {
    width: 100vw;
  }
}

div.contactbutton {
  z-index: 998;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

div.contactbutton > a {
  z-index: 990;
  cursor: pointer;
  background-color: #43b559;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

div.contactbutton > a svg {
  filter: brightness();
}

@media (min-width: 1025px) {
  div.contactbutton div.numbers ul li a:hover {
    padding: 5px 10px;
    box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
  }
}

@media (max-width: 540px) {
  div.contactbutton {
    bottom: 10px;
    right: 10px;
  }

  div.contactbutton a {
    width: 48px;
    height: 48px;
  }
}

.pagination {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1873px;
  margin: 40px auto 60px;
  padding: 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}

.pagination .info {
  color: #555;
  font-size: 16px;
}

.pagination .controls {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.pagination .controls button, .pagination .controls span {
  cursor: pointer;
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
}

.pagination .controls span {
  cursor: default;
  color: #777;
  border: none;
}

.pagination .controls button:hover:not(:disabled) {
  background: #f7fafa;
  border-color: #a2a6ac;
}

.pagination .controls button:disabled {
  color: #aaa;
  cursor: not-allowed;
  background: #f0f2f2;
  border-color: #e3e6e6;
}

.pagination .controls button.active {
  background: var(--color-secondary);
  color: var(--color-secondary-text);
  border-color: var(--color-secondary);
}

@supports (color: color-mix(in lab, red, red)) {
  .pagination .controls button.active {
    border-color: color-mix(in srgb, var(--color-secondary), black 20%);
  }
}

.pagination .controls button.active {
  font-weight: bold;
}

.pagination .controls button.active:hover {
  background: var(--color-secondary);
}

.pagination .controls button:first-child, .pagination .controls button:last-child {
  font-weight: 600;
}

.pagination .loader {
  border: 2px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  animation: .6s linear infinite spin;
}

@media (max-width: 768px) {
  .pagination {
    text-align: center;
    align-items: center;
  }

  .controls {
    justify-content: center;
  }

  .controls button {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

@media (max-width: 690px) {
  .pagination {
    flex-direction: column;
  }
}

.produto-interna {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px;
}

.produto-interna .breadcrumb {
  margin-bottom: 24px;
  font-size: 14px;
}

.produto-interna .breadcrumb a {
  color: #555;
  text-decoration: none;
}

.produto-interna .breadcrumb a, .produto-interna .breadcrumb strong {
  margin: 0 5px;
}

.produto-interna .breadcrumb .breadhome {
  margin-left: 0;
}

.produto-interna .pdp-main {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  display: grid;
}

.produto-interna .pdp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
}

.produto-interna .pdp-content {
  grid-template-columns: 620px 1fr;
  align-items: flex-start;
  gap: 40px;
  display: grid;
}

.produto-interna .pdp-image img {
  border-radius: 8px;
  width: 100%;
}

.produto-interna .pdp-info h1 {
  margin-bottom: 12px;
}

.produto-interna .pdp-info h2 {
  font-size: 26px;
}

.produto-interna .code {
  color: #777;
  margin-bottom: 16px;
}

.produto-interna .price {
  margin-bottom: 24px;
  font-size: 22px;
}

.produto-interna .price span {
  color: #555;
  font-size: 14px;
  display: block;
}

.produto-interna .actions {
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.produto-interna .btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 14px 20px;
}

.produto-interna .btn.primary {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  transition: all .3s ease-in-out;
}

.produto-interna .btn.secondary {
  background: #fff;
  border: 1px solid #000;
}

.produto-interna .pdp-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 48px 0;
  display: flex;
}

.produto-interna .pdp-description h2 {
  padding-bottom: 5px;
  position: relative;
}

.produto-interna .pdp-description h2:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.produto-interna .pdp-description ul {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.produto-interna .pdp-codcateg {
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.produto-interna .pdp-codcateg a {
  text-decoration: underline;
}

.produto-interna .pdp-codcateg:before, .produto-interna .pdp-codcateg:after {
  content: "";
  background-color: #f4f4f4;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.produto-interna .pdp-codcateg:before {
  top: 0;
}

.produto-interna .pdp-codcateg:after {
  bottom: 0;
}

.produto-interna .pdp-characters ul {
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  display: flex;
}

.produto-interna .pdp-characters ul li {
  flex: 1 1 0;
  gap: 12px;
  display: flex;
}

.produto-interna .pdp-characters ul span {
  margin-top: 6px;
}

.produto-interna .pdp-characters ul em {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.produto-interna .pdp-characters ul p {
  font-size: 15px;
  font-weight: 100;
}

@media (min-width: 1025px) {
  .produto-interna .btn.primary:hover {
    background: #4f4f4f;
  }
}

@media (max-width: 1055px) {
  .produto-interna .pdp-content {
    flex-direction: column;
    display: flex;
  }

  .produto-interna .pdp-content .pdp-info {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media (max-width: 839px) {
  .produto-interna .pdp-characters ul {
    flex-wrap: wrap;
  }

  .produto-interna .pdp-characters ul li {
    flex: initial;
    width: 100%;
    min-width: 290px;
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .produto-interna .pdp-info h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .produto-interna {
    padding: 32px 20px;
  }

  .produto-interna .pdp-info h2 {
    text-align: center;
  }
}

.cart-success a {
  background-color: var(--color-secondary);
  color: var(--color-secondary-text);
}

.cart-page {
  max-width: 1680px;
  margin: 40px auto;
  padding: 0 24px;
}

.cart-page button.checkout, .cart-page button.send-quote {
  background-color: var(--color-secondary);
  color: var(--color-secondary-text);
  cursor: pointer;
  border-radius: 6px;
  padding: 15px;
  display: block;
}

.cart-page button.checkout {
  margin: 0 20px 20px;
}

.cart-page button.send-quote {
  width: 100%;
  padding: 12px 15px;
}

.cart-page button:disabled {
  opacity: .4;
  cursor: default;
}

.cart-page .cart-grid {
  grid-template-columns: minmax(600px, 2fr) minmax(260px, 1fr);
  gap: 32px;
  display: grid;
}

.cart-page section.cart-items {
  background: #fff;
  flex: 1;
}

.cart-page section.cart-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-page section.cart-items .cart-item-row {
  align-items: center;
  gap: 10px;
  display: flex;
}

.cart-page section.cart-items .cart-item-row:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2c1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cart-page section.cart-items button.remove {
  cursor: pointer;
}

.cart-page section.cart-items .info {
  flex: 1;
  align-items: center;
  gap: 10px;
  display: flex;
}

.cart-page section.cart-items .info img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.cart-page section.cart-items .info h3 {
  min-width: 250px;
  max-width: 30vw;
  font-size: 14px;
}

.cart-page section.cart-items .qty {
  border: 1px solid #e2e2e2c1;
  border-radius: 8px;
}

.cart-page section.cart-items .qty button {
  cursor: pointer;
  background-color: #f5f5f5;
  width: 25px;
}

.cart-page section.cart-items .qty button:first-of-type {
  border-radius: 8px 0 0 8px;
}

.cart-page section.cart-items .qty button:nth-of-type(2) {
  border-radius: 0 8px 8px 0;
}

.cart-page section.cart-items .qty button:disabled {
  cursor: initial;
  opacity: .4;
}

.cart-page section.cart-items .qty span {
  padding: 0 10px;
}

.cart-page section.cart-items .price {
  text-align: right;
  min-width: 108px;
  margin-left: auto;
}

.cart-page section.cart-items .price em {
  display: none;
}

.cart-page aside.cart-summary {
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2c1;
  border-radius: 8px;
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.cart-page aside.cart-summary .row {
  justify-content: space-between;
  padding: 20px 20px 0;
  display: flex;
}

.cart-page aside.cart-summary .shipping {
  border-top: 1px solid #e2e2e2c1;
  border-bottom: 1px solid #e2e2e2c1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.cart-page aside.cart-summary .shipping form input {
  margin-right: 6px;
}

.cart-page aside.cart-summary .shipping input {
  background-color: #fff;
  border: 1px solid #e2e2e2c1;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
}

.cart-page aside.cart-summary .shipping button {
  cursor: pointer;
  border: 1px solid #e2e2e2c1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.cart-page aside.cart-summary .shipping .error {
  color: #f55;
}

.cart-page aside.cart-summary .shipping ul label {
  cursor: pointer;
}

.cart-page aside.cart-summary .shipping ul input {
  margin-right: 15px;
}

@media (max-width: 940px) {
  .cart-page .cart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 670px) {
  .cart-page section.cart-items .cart-item-row {
    align-items: initial;
    flex-flow: column wrap;
  }

  .cart-page section.cart-items .cart-item-row .qty-price {
    flex: 1;
  }

  .cart-page section.cart-items .qty {
    margin: 0 30px 0 auto;
  }

  .cart-page section.cart-items .price {
    justify-content: space-between;
    gap: 10px;
    padding: 10px 5px;
    display: flex;
  }

  .cart-page section.cart-items .price em {
    font-style: normal;
    display: block;
  }

  .cart-page section.cart-items .info h3 {
    max-width: initial;
    padding-right: 25px;
  }
}

@media (max-width: 480px) {
  .cart-page section.cart-items .info h3 {
    min-width: initial;
    max-width: initial;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=guerra-frontend_f698dc29._.css.map*/