:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --th-c-white: #fff;
  --th-c-smokywhite: #fafafa;
  --th-c-light: #e4e4e4;
  --th-c-greysLightestGrey: #f2f2f2;
  --th-c-greysLightGrey: #aaa;
  --th-c-greysMediumLightGrey: #bdbdbd;
  --th-c-greysMediumDarkGrey: #828282;
  --th-c-greysDarkGrey: #4f4f4f;
  --th-c-dark: #242424;
  --th-c-black: #000;
  --th-c-greysDisabledGrey: var(--th-c-greysMediumLightGrey);
  --th-c-black-Blur: #00000024;
  --th-c-blackLight-Blur: #0003;
  --th-c-blackLightest-Blur: #0000001f;
  --th-c-greysMediumDarkGrey-Blur: #82828240;
  --th-c-alertWrongPrimary: #b71c1c;
  --th-c-alertWrongTint: #ffe0e3;
  --th-c-alertSuccessPrimary: #1b5e20;
  --th-c-alertSuccessTint: #e3fae4;
  --th-c-alertWarningPrimary: #ba8808;
  --th-c-alertWarningTint: #fff1cc;
  --th-c-lavendarIndigoLight: #646cff;
  --th-c-fuchsia: #e600b4;
  --th-c-paleYellow: #fff8e1;
  --th-color-scheme: light dark;
  --th-font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  --th-font-weight: 400;
  --th-line-height: 1.5;
  --th-border-color: var(--th-c-greysMediumLightGrey);
  --th-border-form: 1px solid var(--th-border-color);
  --th-input-focus-outline: 2px solid var(--th-c-greysDarkGrey);
  --th-border-radius: 4px;
  --th-header-dividers: 1px solid var(--th-c-greysLightestGrey);
  --th-account-dividers: 1px solid var(--th-c-gray);
  --th-checkout-breadcrumb-completed: var(--th-c-brandPrimaryColor, var(--th-c-dark));
  --th-checkout-breadcrumb-inactive: var(--th-c-greysDisabledGrey);
  --th-c-cart-message-bg: var(--th-c-greysLightestGrey);
  --th-c-cart-message-text-color: var(--th-c-alertWarningPrimary);
  --th-checkout-bg: var(--th-c-smokywhite, #fafafa);
  --th-checkout-container-bg: var(--th-checkout-bg);
  --th-checkout-container-text-color: var(--th-c-dark, #242424);
  --th-checkout-container-box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  --th-checkout-form-bg: var(--th-c-white);
  --th-checkout-input-bg: var(--th-c-white);
  --th-checkout-input-disabled-bg: var(--th-c-greysLightestGrey);
  --th-checkout-card-bg: var(--th-checkout-form-bg);
  --th-checkout-border: var(--th-border-form);
  --th-checkout-border-radius: var(--th-border-radius);
  --th-checkout-text-color: var(--th-c-dark);
  --th-checkout-payment-border: var(--th-checkout-border);
  --th-checkout-payment-border-radius: var(--th-checkout-border-radius);
  --th-checkout-payment-background-color: var(--th-checkout-form-bg);
  --th-checkout-payment-text-color: var(--th-checkout-text-color);
  --th-checkout-payment-header-color: var(--th-checkout-payment-text-color);
  --th-checkout-payment-input-border: var(--th-border-form);
  --th-checkout-payment-input-bg: var(--th-checkout-input-bg);
  --th-checkout-payment-input-text-color: var(--th-c-black);
  --th-checkout-payment-placeholder-text-color: var(--th-c-greysMediumDarkGrey);
  --th-checkout-payment-input-focus-outline: var(--th-input-focus-outline);
}
/*# sourceMappingURL=thirstie.9f367d21.css.map */
