/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .m-auto {
    margin: auto;
  }
  .my-\[2rem\] {
    margin-block: 2rem;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .h-\[1\.063rem\] {
    height: 1.063rem;
  }
  .h-\[2\.94rem\] {
    height: 2.94rem;
  }
  .h-\[15rem\] {
    height: 15rem;
  }
  .w-\[0\.938rem\] {
    width: 0.938rem;
  }
  .w-\[21rem\] {
    width: 21rem;
  }
  .rounded-\[0\.65rem\] {
    border-radius: 0.65rem;
  }
  .rounded-tl-\[0\.65rem\] {
    border-top-left-radius: 0.65rem;
  }
  .rounded-tr-\[0\.65rem\] {
    border-top-right-radius: 0.65rem;
  }
  .bg-\[\#3c8067\] {
    background-color: #3c8067;
  }
  .bg-\[\#f2ebe3\] {
    background-color: #f2ebe3;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\/images\/image-product-mobile\.jpg\)\] {
    background-image: url(/images/image-product-mobile.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .px-\[1\.56rem\] {
    padding-inline: 1.56rem;
  }
  .px-\[5\.5rem\] {
    padding-inline: 5.5rem;
  }
  .py-\[0\.7rem\] {
    padding-block: 0.7rem;
  }
  .py-\[0\.9rem\] {
    padding-block: 0.9rem;
  }
  .py-\[1\.88rem\] {
    padding-block: 1.88rem;
  }
  .pb-\[1\.18rem\] {
    padding-bottom: 1.18rem;
  }
  .pl-\[0\.63rem\] {
    padding-left: 0.63rem;
  }
  .pl-\[1\.375rem\] {
    padding-left: 1.375rem;
  }
  .font-\[Fraunces\] {
    font-family: Fraunces;
  }
  .font-\[Montserrat\] {
    font-family: Montserrat;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.86rem\] {
    font-size: 0.86rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-\[1\.9rem\] {
    --tw-leading: 1.9rem;
    line-height: 1.9rem;
  }
  .leading-\[1\.375rem\] {
    --tw-leading: 1.375rem;
    line-height: 1.375rem;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .tracking-\[0\.3rem\] {
    --tw-tracking: 0.3rem;
    letter-spacing: 0.3rem;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#3c8067\] {
    color: #3c8067;
  }
  .text-\[\#6c7289\] {
    color: #6c7289;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .hover\:bg-\[\#1b4133\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1b4133;
      }
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[1rem\] {
    @media (width >= 64rem) {
      height: 1rem;
    }
  }
  .lg\:h-\[28\.125rem\] {
    @media (width >= 64rem) {
      height: 28.125rem;
    }
  }
  .lg\:w-\[1rem\] {
    @media (width >= 64rem) {
      width: 1rem;
    }
  }
  .lg\:w-\[18\.75rem\] {
    @media (width >= 64rem) {
      width: 18.75rem;
    }
  }
  .lg\:w-\[37\.5rem\] {
    @media (width >= 64rem) {
      width: 37.5rem;
    }
  }
  .lg\:rounded-tr-\[0rem\] {
    @media (width >= 64rem) {
      border-top-right-radius: 0rem;
    }
  }
  .lg\:rounded-bl-\[0\.65rem\] {
    @media (width >= 64rem) {
      border-bottom-left-radius: 0.65rem;
    }
  }
  .lg\:bg-\[url\(\/images\/image-product-desktop\.jpg\)\] {
    @media (width >= 64rem) {
      background-image: url(/images/image-product-desktop.jpg);
    }
  }
  .lg\:px-\[3\.875rem\] {
    @media (width >= 64rem) {
      padding-inline: 3.875rem;
    }
  }
  .lg\:py-\[1rem\] {
    @media (width >= 64rem) {
      padding-block: 1rem;
    }
  }
  .lg\:py-\[2\.188rem\] {
    @media (width >= 64rem) {
      padding-block: 2.188rem;
    }
  }
  .lg\:text-\[0\.813rem\] {
    @media (width >= 64rem) {
      font-size: 0.813rem;
    }
  }
  .lg\:text-\[1\.875rem\] {
    @media (width >= 64rem) {
      font-size: 1.875rem;
    }
  }
  .lg\:leading-\[2rem\] {
    @media (width >= 64rem) {
      --tw-leading: 2rem;
      line-height: 2rem;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
    }
  }
}
