/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/* stylelint-disable no-empty-source */
:root, .dropin-design {
  /* Adobe Commerce Dropin design tokens */
  --color-brand-300: #6d6d6d;
  --color-brand-500: #006242;
  --color-brand-600: #383838;
  --color-brand-700: #2b2b2b;
  --color-neutral-50: #fff;
  --color-neutral-100: #fafafa;
  --color-neutral-200: #f5f5f5;
  --color-neutral-300: #e8e8e8;
  --color-neutral-400: #d6d6d6;
  --color-neutral-500: #b8b8b8;
  --color-neutral-600: #8f8f8f;
  --color-neutral-700: #666;
  --color-neutral-800: #3d3d3d;
  --color-neutral-900: #292929;
  --color-positive-200: #eff5ef;
  --color-positive-500: #7fb078;
  --color-positive-800: #53824c;
  --color-informational-200: #eeeffb;
  --color-informational-500: #6978d9;
  --color-informational-800: #5d6dd6;
  --color-warning-200: #fdf3e9;
  --color-warning-500: #e79f5c;
  --color-warning-800: #cc7a2e;
  --color-alert-200: #ffebeb;
  --color-alert-500: #db7070;
  --color-alert-800: #c35050;
  --color-button-active: var(--color-brand-700);
  --color-button-focus: var(--color-neutral-400);
  --color-button-hover: var(--color-brand-600);
  --color-action-button-active: var(--color-neutral-50);
  --color-action-button-hover: var(--color-neutral-300);
  --color-opacity-16: rgb(255 255 255 / 16%);
  --color-opacity-24: rgb(255 255 255 / 24%);
  --grid-1-columns: 4;
  --grid-1-margins: 0;
  --grid-1-gutters: 16px;
  --grid-2-columns: 12;
  --grid-2-margins: 0;
  --grid-2-gutters: 16px;
  --grid-3-columns: 12;
  --grid-3-margins: 0;
  --grid-3-gutters: 24px;
  --grid-4-columns: 12;
  --grid-4-margins: 0;
  --grid-4-gutters: 24px;
  --grid-5-columns: 12;
  --grid-5-margins: 0;
  --grid-5-gutters: 24px;
  --shape-border-radius-1: 3px;
  --shape-border-radius-2: 8px;
  --shape-border-radius-3: 24px;
  --shape-border-width-1: 1px;
  --shape-border-width-2: 1.5px;
  --shape-border-width-3: 2px;
  --shape-border-width-4: 4px;
  --shape-shadow-1: 0 0 16px 0 rgb(0 0 0 / 16%);
  --shape-shadow-2: 0 2px 16px 0 rgb(0 0 0 / 16%);
  --shape-shadow-3: 0 2px 3px 0 rgb(0 0 0 / 16%);
  --shape-icon-stroke-1: 1px;
  --shape-icon-stroke-2: 1.5px;
  --shape-icon-stroke-3: 2px;
  --shape-icon-stroke-4: 4px;
  --spacing-xxsmall: 4px;
  --spacing-xsmall: 8px;
  --spacing-small: 16px;
  --spacing-medium: 24px;
  --spacing-big: 32px;
  --spacing-xbig: 40px;
  --spacing-xxbig: 48px;
  --spacing-large: 64px;
  --spacing-xlarge: 72px;
  --spacing-xxlarge: 96px;
  --spacing-huge: 120px;
  --spacing-xhuge: 144px;
  --spacing-xxhuge: 192px;
  --type-base-font-family: adobe-clean, roboto, roboto-fallback, system-ui, sans-serif;
  --type-display-1-font: normal normal 300 6rem/7.2rem var(--type-base-font-family);
  --type-display-1-letter-spacing: 0.04em;
  --type-display-2-font: normal normal 300 4.8rem/5.6rem var(--type-base-font-family);
  --type-display-2-letter-spacing: 0.04em;
  --type-display-3-font: normal normal 300 3.4rem/4rem var(--type-base-font-family);
  --type-display-3-letter-spacing: 0.04em;
  --type-headline-1-font: normal normal 400 2.4rem/3.2rem var(--type-base-font-family);
  --type-headline-1-letter-spacing: 0.04em;
  --type-headline-2-default-font: normal normal 300 2rem/2.4rem var(--type-base-font-family);
  --type-headline-2-default-letter-spacing: 0.04em;
  --type-headline-2-strong-font: normal normal 700 2rem/2.4rem var(--type-base-font-family);
  --type-headline-2-strong-letter-spacing: 0.04em;
  --type-body-1-default-font: normal normal 300 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-default-letter-spacing: 0.04em;
  --type-body-1-strong-font: normal normal 700 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-strong-letter-spacing: 0.04em;
  --type-body-1-emphasized-font: normal normal 700 1.6rem/2.4rem var(--type-base-font-family);
  --type-body-1-emphasized-letter-spacing: 0.04em;
  --type-body-2-default-font: normal normal 300 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-default-letter-spacing: 0.04em;
  --type-body-2-strong-font: normal normal 700 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-strong-letter-spacing: 0.04em;
  --type-body-2-emphasized-font: normal normal 700 1.4rem/2rem var(--type-base-font-family);
  --type-body-2-emphasized-letter-spacing: 0.04em;
  --type-button-1-font: normal normal 400 2rem/2.6rem var(--type-base-font-family);
  --type-button-1-letter-spacing: 0.08em;
  --type-button-2-font: normal normal 400 1.6rem/2.4rem var(--type-base-font-family);
  --type-button-2-letter-spacing: 0.08em;
  --type-details-caption-1-font: normal normal 400 1.2rem/1.6rem var(--type-base-font-family);
  --type-details-caption-1-letter-spacing: 0.08em;
  --type-details-caption-2-font: normal normal 300 1.2rem/1.6rem var(--type-base-font-family);
  --type-details-caption-2-letter-spacing: 0.08em;
  --type-details-overline-font: normal normal 400 1.2rem/2rem var(--type-base-font-family);
  --type-details-overline-letter-spacing: 0.16em;

  /* Additional tokens */
  --type-fixed-font-family: adobe-clean, "Roboto Mono", menlo, consolas, "Liberation Mono", monospace, system-ui, sans-serif;
  --background-color: var(--color-neutral-50);
  --nav-height: 6.4rem;
}

/*
 * Figma Design Tokens
 * Generated: 2026-02-03T12:24:06.312Z
 * Total tokens: 398
 */

 :root {

  /* Color Tokens */
  --button-text-primary-default: #ffffff;
  --button-text-primary-disabled: #777777;
  --button-text-secondary-default: #006242;
  --button-text-secondary-disabled: #989898;
  --button-text-tertiary-default: #006242;
  --button-text-tertiary-disabled: #777777;
  --button-primary-default-fl: #006242;
  --button-primary-default-st: #006242;
  --button-primary-hover-fl: #ffffff;
  --button-primary-hover-st: #ffffff;
  --button-primary-pressed-fl: #32472f;
  --button-primary-pressed-st: #32472f;
  --button-primary-focused-fl: #32472f;
  --button-primary-focused-st: rgba(255, 255, 255, 0);
  --button-primary-disabled-fl: #fdfdfd;
  --button-primary-disabled-st: rgba(255, 255, 255, 0);
  --text-primary: #000000;
  --text-secondary: #006242;
  --text-tertiary: #32472f;
  --text-accent-1: #d1d1aa;
  --text-accent-2: #f7f0e4;
  --text-alternate-1: #5f4633;
  --text-alternate-2: #00754a;
  --text-body: #777777;
  --text-caption: #acacac;
  --text-white: #ffffff;
  --text-disabled: #bcbcbc;
  --text-error: #ec1616;
  --text-warning: #fe8d00;
  --text-success: #039855;
  --text-information: #3366ff;
  --text-action-hover: #006242;
  --text-on-disabled: #777777;
  --background-action: #418613;
  --background-action-secondary: #55a122;
  --background-primary: #ffffff;
  --background-secondary: #f5f5f5;
  --background-tertiary: #006242;
  --background-accent-1: #32472f;
  --background-accent-2: #d1d1aa;
  --background-alternate-1: #f7f0e4;
  --background-alternate-2: #5f4633;
  --background-white: #ffffff;
  --background-dark: #bcbcbc;
  --background-light: #f5f5f5;
  --background-disabled: #f5f5f5;
  --background-overlay-brand: #006242;
  --background-overlay-dark: rgba(0, 0, 0, 0.699999988079071);
  --background-overlay-light: rgba(255, 255, 255, 0.699999988079071);
  --background-overlay-transparent: rgba(255, 255, 255, 0.699999988079071);
  --background-onboarding-brand: #006242;
  --background-onboarding-fader-overlay: rgba(255, 255, 255, 0);
  --background-onboarding-highlight: rgba(255, 255, 255, 0.4000000059604645);
  --icon-primary: #006242;
  --icon-secondary: #6b6b6b;
  --icon-tertiary: #00754a;
  --icon-accent-1: #d1d1aa;
  --icon-accent-2: #02754b;
  --icon-alternate-1: #5f4633;
  --icon-alternate-2: #00754a;
  --icon-white: #ffffff;
  --icon-dark: #989898;
  --icon-light: #e4e4e4;
  --icon-disabled: #bcbcbc;
  --stroke-primary: #006242;
  --stroke-secondary: #32472f;
  --stroke-tertiary: #00754a;
  --stroke-accent-1: #d1d1aa;
  --stroke-accent-2: #f7f0e4;
  --stroke-alternate-1: #5f4633;
  --stroke-alternate-2: #eeeeee;
  --stroke-white: #ffffff;
  --stroke-dark: #acacac;
  --stroke-light: #eeeeee;
  --stroke-selected: #000000;
  --stroke-disabled: #f5f5f5;
  --controls-default-fl: #ffffff;
  --controls-default-st: #dddddd;
  --controls-active-fl: #006242;
  --controls-active-st: #006242;
  --controls-focus-fl: #d1d1aa;
  --controls-focus-st: #d1d1aa;
  --controls-hover-fl: #5f4633;
  --controls-hover-st: #f7f0e4;
  --controls-disabled-fl: #eeeeee;
  --controls-disabled-st: #bcbcbc;
  --controls-text-placeholder: #bcbcbc;
  --controls-text-populated: #000000;
  --chips-default-fl: #ffffff;
  --chips-default-st: #eeeeee;
  --chips-active-fl: #006242;
  --chips-active-st: #006242;
  --chips-disabled-fl: #fcfcfc;
  --chips-disabled-st: #f5f5f5;
  --chips-promo-fl: #5f4633;
  --chips-promo-st: #5f4633;
  --bottom-nav-icon-default: #000000;
  --bottom-nav-icon-active: #006242;
  --bottom-nav-text-default: #000000;
  --bottom-nav-text-active: #006242;
  --label-fill: #ffffff;
  --label-stroke: #ffffff;
  --label-text: #32472f;
  --label-icon: #32472f;
  --bottom-nav-badge: #006242;
  --links-primary-default: #006242;
  --links-primary-hover: #32472f;
  --links-primary-pressed: #d1d1aa;
  --links-primary-disabled: #bcbcbc;
  --status-error-dark: #ec1616;
  --status-error-light: #ffc5c5;
  --status-warning-dark: #fe8d00;
  --status-warning-light: #ffedd6;
  --status-info-dark: #3366ff;
  --status-info-light: #e5ebfd;
  --status-neutral-dark: #bcbcbc;
  --status-neutral-light: #e4e4e4;
  --status-success-dark: #039855;
  --status-success-light: #d5f4e2;
  --button-secondary-default-fl: #ffffff;
  --button-secondary-default-st: #eeeeee;
  --button-secondary-hover-fl: rgba(255, 255, 255, 0);
  --button-secondary-hover-st: #32472f;
  --button-secondary-pressed-fl: #ffffff;
  --button-secondary-pressed-st: #d1d1aa;
  --button-secondary-focused-fl: #ffffff;
  --button-secondary-focused-st: #006242;
  --button-secondary-disabled-fl: rgba(255, 255, 255, 0);
  --button-secondary-disabled-st: #f5f5f5;
  --button-tertiary-default-fl: #ffffff;
  --button-tertiary-default-st: rgba(255, 255, 255, 0);
  --button-tertiary-hover-fl: #fcfcfc;
  --button-tertiary-hover-st: rgba(255, 255, 255, 0);
  --button-tertiary-pressed-fl: #fcfcfc;
  --button-tertiary-pressed-st: rgba(255, 255, 255, 0);
  --button-tertiary-focused-fl: rgba(255, 255, 255, 0);
  --button-tertiary-focused-st: #282828;
  --button-tertiary-disabled-fl: rgba(255, 255, 255, 0);
  --button-tertiary-disabled-st: rgba(255, 255, 255, 0);
  --links-accent-default: #000000;
  --links-accent-hover: #000000;
  --links-accent-pressed: #000000;
  --links-accent-disabled: #bcbcbc;
  --links-white-default: #ffffff;
  --links-white-hover: #fcfcfc;
  --links-white-pressed: #fcfcfc;
  --links-white-disabled: #bcbcbc;
  --nutrition-allergens-dark: #ec1616;
  --nutrition-allergens-light: #ffc5c5;
  --nutrition-vegan-dark: #039855;
  --nutrition-vegan-light: #d5f4e2;
  --nutrition-lifestyle-dark: #fe8d00;
  --nutrition-lifestyle-light: #ffedd6;
  --loyalty-tier-green: #02754b;
  --loyalty-tier-gold: #cba258;
  --loyalty-tier-reserve: #000000;
  --neutral-black: #000000;
  --palette-a: #006242;
  --palette-b: #32472f;
  --palette-c: #d1d1aa;
  --palette-d: #f7f0e4;
  --palette-e: #5f4633;
  --palette-f: #00754a;
  --palette-g: #00a862;
  --palette-h: #d4e9e2;
  --palette-i: #6b6b6b;
  --palette-j: #02754b;
  --palette-k: #cba258;
  --palette-l: #000000;
  --palette-m: #d62b1f;
  --palette-n: #ff00f6;
  --palette-o: #ff00f6;
  --palette-p: #ff00f6;
  --palette-q: #ff00f6;
  --palette-r: #ff00f6;
  --palette-s: #ff00f6;
  --palette-t: #ff00f6;
  --palette-u: #ff00f6;
  --palette-v: #ff00f6;
  --palette-w: #ff00f6;
  --palette-x: #ff00f6;
  --palette-y: #ff00f6;
  --palette-z: #ff00f6;
  --palette-aa: #ff00f6;
  --palette-bb: #ff00f6;
  --palette-cc: #ff00f6;
  --palette-dd: #ff00f6;
  --palette-ee: #ff00f6;
  --palette-ff: #ff00f6;
  --palette-gg: #ff00f6;
  --palette-hh: #ff00f6;
  --palette-ii: #ff00f6;
  --palette-jj: #ff00f6;
  --palette-kk: #ff00f6;
  --palette-ll: #ff00f6;
  --palette-mm: #ff00f6;
  --palette-nn: #ff00f6;
  --accent-a: #ff00f6;
  --accent-b: #ff00f6;
  --accent-c: #ff00f6;
  --accent-d: #ff00f6;
  --accent-e: #ff00f6;
  --accent-f: #ff00f6;
  --accent-g: #ff00f6;
  --accent-h: #ff00f6;
  --secondary-a: #ff00f6;
  --secondary-b: #ff00f6;
  --secondary-c: #ff00f6;
  --secondary-d: #ff00f6;
  --secondary-e: #ff00f6;
  --secondary-f: #ff00f6;
  --secondary-g: #ff00f6;
  --secondary-h: #ff00f6;
  --neutral-dark: #000000;
  --neutral-900: #acacac;
  --neutral-800: #bcbcbc;
  --neutral-700: #cccccc;
  --neutral-650: #acacac;
  --neutral-600: #dddddd;
  --neutral-500: #e4e4e4;
  --neutral-400: #eeeeee;
  --neutral-300: #f5f5f5;
  --neutral-200: #fdfdfd;
  --neutral-100: #fcfcfc;
  --neutral-50: #fcfcfc;
  --neutral-light: #282828;
  --neutral-transparent: rgba(255, 255, 255, 0);
  --warning-dark: #fe8d00;
  --warning-light: #ffedd6;
  --error-dark: #ec1616;
  --error-light: #ffc5c5;
  --success-dark: #039855;
  --success-light: #d5f4e2;
  --contrast-white: #ffffff;
  --contrast-black: #000000;
  --set-1-a: #418613;
  --set-2-a: #8f622e;
  --set-2-b: #ab8134;
  --set-2-c: #c29f3e;
  --set-2-d: #ccb753;
  --set-2-e: #d2c465;
  --set-2-f: #f2efd3;
  --set-2-g: #f2efd3;
  --set-2-h: #fbf9ef;
  --set-1-b: #55a122;
  --set-1-c: #00b500;
  --set-1-d: #91cc6a;
  --set-1-e: #a0d77b;
  --set-1-f: #bfeea0;
  --set-1-g: #bbed9a;
  --set-1-h: #ddf8cc;
  --set-3-a: #a73456;
  --set-3-b: #b85170;
  --set-3-c: #c9748d;
  --set-3-d: #e292aa;
  --set-3-e: #f0b5c6;
  --set-3-f: #f8ccd9;
  --set-3-g: #f7dde5;
  --set-3-h: #ffeef3;
  --set-4-a: #707070;
  --set-5-a: #ff00f6;
  --set-5-b: #ff00f6;
  --set-5-c: #ff00f6;
  --set-5-d: #ff00f6;
  --set-5-e: #ff00f6;
  --set-5-f: rgba(167, 52, 86, 0.699999988079071);
  --set-5-g: rgba(65, 134, 19, 0.699999988079071);
  --set-5-h: #a73456;
  --set-4-b: #949494;
  --set-4-c: #dfdfdf;
  --set-4-d: #e6e6e6;
  --set-4-e: #f4f4f4;
  --set-4-f: #fafafa;
  --set-4-g: #ffffff;
  --set-4-h: #ffffff;
  --status-blue-a: #1f3d99;
  --status-blue-b: #2952cc;
  --status-blue-c: #3366ff;
  --status-blue-d: #5c85ff;
  --status-blue-e: #85a3ff;
  --status-blue-f: #adc2ff;
  --status-blue-g: #e5ebfd;
  --status-blue-h: #f5f8ff;
  --status-orange-a: #985500;
  --status-orange-b: #cb7100;
  --status-orange-c: #fe8d00;
  --status-orange-d: #fea433;
  --status-orange-e: #febb66;
  --status-orange-f: #ffd199;
  --status-orange-g: #ffedd6;
  --status-orange-h: #fff5e9;
  --status-red-a: #a41010;
  --status-red-b: #c40e0e;
  --status-red-c: #ec1616;
  --status-red-d: #fe3535;
  --status-red-e: #ff6565;
  --status-red-f: #ff9d9d;
  --status-red-g: #ffc5c5;
  --status-red-h: #fff1f1;
  --status-green-a: #05603a;
  --neutral-1300: #282828;
  --neutral-1200: #333333;
  --neutral-1100: #777777;
  --neutral-1000: #989898;
  --neutral-white: #ffffff;
  --alpha-transparent: rgba(255, 255, 255, 0);
  --status-green-b: #027a48;
  --status-green-c: #039855;
  --status-green-d: #12b76a;
  --status-green-e: #32d583;
  --status-green-f: #6ce9a6;
  --status-green-g: #d5f4e2;
  --status-green-h: #f6fef9;
  --alpha-black-90: rgba(0, 0, 0, 0.8999999761581421);
  --alpha-black-80: rgba(0, 0, 0, 0.800000011920929);
  --overlay-brand-1: rgba(65, 134, 19, 0.699999988079071);
  --overlay-brand-2: rgba(167, 52, 86, 0.699999988079071);
  --alpha-black-70: rgba(0, 0, 0, 0.699999988079071);
  --alpha-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --alpha-black-50: rgba(0, 0, 0, 0.5);
  --alpha-black-40: rgba(0, 0, 0, 0.4000000059604645);
  --alpha-black-30: rgba(0, 0, 0, 0.30000001192092896);
  --alpha-black-20: rgba(0, 0, 0, 0.20000000298023224);
  --alpha-black-10: rgba(0, 0, 0, 0.10000000149011612);
  --alpha-black-5: rgba(0, 0, 0, 0.05000000074505806);
  --alpha-white-90: rgba(255, 255, 255, 0.8999999761581421);
  --alpha-white-80: rgba(255, 255, 255, 0.800000011920929);
  --alpha-white-70: rgba(255, 255, 255, 0.699999988079071);
  --alpha-white-60: rgba(255, 255, 255, 0.6000000238418579);
  --alpha-white-50: rgba(255, 255, 255, 0.5);
  --alpha-white-40: rgba(255, 255, 255, 0.4000000059604645);
  --alpha-white-30: rgba(255, 255, 255, 0.30000001192092896);
  --alpha-white-20: rgba(255, 255, 255, 0.20000000298023224);
  --alpha-white-10: rgba(255, 255, 255, 0.10000000149011612);
  --alpha-white-5: rgba(255, 255, 255, 0.05000000074505806);
  --weight-regular: Regular;
  --weight-medium: SemiBold;
  --weight-semi-bold: Bold;
  --weight-bold: Bold;

  /* Spacing Tokens */
  --margin: 20px;
  --button-padding-left-right: 24px;
  --button-padding-top-bottom: 12px;

  /* Typography Tokens */
  --button-font: 16px;

  /* Size Tokens */
  --button-height: 48px;
  --hyperlink-size: 16px;
  --icon-size: 12px;

  /* Radius Tokens */
  --radius-radius-sm: 4px;
  --radius-radius-xl: 16px;
  --radius-radius-3xl: 48px;
  --radius-radius-10xl: 1000px;
  --radius-card: 8px;
  --button-radius: 1000px;
  --radius-chip---large: 24px;

  /* Other Tokens */
  --heading-h1: 48px;
  --heading-h2: 40px;
  --heading-h3: 32px;
  --heading-h4: 28px;
  --heading-h5: 24px;
  --heading-h6: 20px;
  --body-xl: 18px;
  --body-lg: 16px;
  --body-md: 14px;
  --body-sm: 12px;
  --label-lg: 16px;
  --label-md: 14px;
  --label-sm: 12px;
  --underline-lg: 16px;
  --underline-md: 14px;
  --branded-price-common-light: 14px;
  --underline-sm: 12px;
  --branded-product-name-common: 14px;
  --branded-link-lg: 16px;
  --branded-page-title-title-1: 24px;
  --branded-price-common-regular: 16px;
  --branded-nav-item: 12px;
  --branded-nav-item-active: 12px;
  --branded-price-common-strike: 12px;
  --branded-price-common-discounted: 16px;
  --branded-product-name-pdp: 24px;
  --branded-page-title-title-2: 16px;
  --branded-link-md: 14px;
  --branded-link-sm: 12px;
  --branded-price-discounted-regular: 16px;
  --branded-price-discounted-strike: 12px;
  --branded-price-discounted-discounted: 12px;
  --branded-price-pdp-regular: 18px;
  --branded-price-pdp-strike: 14px;
  --branded-price-pdp-discounted: 18px;
  --space-space-2: 2px;
  --space-space-4: 4px;
  --space-space-8: 8px;
  --space-space-12: 12px;
  --space-space-16: 16px;
  --space-space-24: 24px;
  --space-space-48: 48px;
  --rtl: false;
  --heading: SoDo Sans;
  --body: var(--type-body-1-strong-font); /* SoDo Sans; */
}

/* Dropin Design Token Overrides */
.dropin-design {
  --button-text-primary-default: #ffffff;
  --button-text-primary-disabled: #777777;
  --button-text-secondary-default: #006242;
  --button-text-secondary-disabled: #989898;
  --button-text-tertiary-default: #006242;
  --button-text-tertiary-disabled: #777777;
  --button-primary-default-fl: #006242;
  --button-primary-default-st: #006242;
  --button-primary-hover-fl: #ffffff;
  --button-primary-hover-st: #ffffff;
  --button-primary-pressed-fl: #32472f;
  --button-primary-pressed-st: #32472f;
  --button-primary-focused-fl: #32472f;
  --button-primary-focused-st: rgba(255, 255, 255, 0);
  --button-primary-disabled-fl: #fdfdfd;
  --button-primary-disabled-st: rgba(255, 255, 255, 0);
  --text-primary: #000000;
  --text-secondary: #006242;
  --text-tertiary: #32472f;
  --text-accent-1: #d1d1aa;
  --text-accent-2: #f7f0e4;
  --text-alternate-1: #5f4633;
  --text-alternate-2: #00754a;
  --text-body: #777777;
  --text-caption: #acacac;
  --text-white: #ffffff;
  --text-disabled: #bcbcbc;
  --text-error: #ec1616;
  --text-warning: #fe8d00;
  --text-success: #039855;
  --text-information: #3366ff;
  --text-action-hover: #006242;
  --text-on-disabled: #777777;
  --background-action: #418613;
  --background-action-secondary: #55a122;
  --background-primary: #ffffff;
  --background-secondary: #f5f5f5;
  --background-tertiary: #006242;
  --background-accent-1: #32472f;
  --background-accent-2: #d1d1aa;
  --background-alternate-1: #f7f0e4;
  --background-alternate-2: #5f4633;
  --background-white: #ffffff;
  --background-dark: #bcbcbc;
  --background-light: #f5f5f5;
  --background-disabled: #f5f5f5;
  --background-overlay-brand: #006242;
  --background-overlay-dark: rgba(0, 0, 0, 0.699999988079071);
  --background-overlay-light: rgba(255, 255, 255, 0.699999988079071);
  --background-overlay-transparent: rgba(255, 255, 255, 0.699999988079071);
  --background-onboarding-brand: #006242;
  --background-onboarding-fader-overlay: rgba(255, 255, 255, 0);
  --background-onboarding-highlight: rgba(255, 255, 255, 0.4000000059604645);
  --icon-primary: #006242;
  --icon-secondary: #6b6b6b;
  --icon-tertiary: #00754a;
  --icon-accent-1: #d1d1aa;
  --icon-accent-2: #02754b;
  --icon-alternate-1: #5f4633;
  --icon-alternate-2: #00754a;
  --icon-white: #ffffff;
  --icon-dark: #989898;
  --icon-light: #e4e4e4;
  --icon-disabled: #bcbcbc;
  --stroke-primary: #006242;
  --stroke-secondary: #32472f;
  --stroke-tertiary: #00754a;
  --stroke-accent-1: #d1d1aa;
  --stroke-accent-2: #f7f0e4;
  --stroke-alternate-1: #5f4633;
  --stroke-alternate-2: #eeeeee;
  --stroke-white: #ffffff;
  --stroke-dark: #acacac;
  --stroke-light: #eeeeee;
  --stroke-selected: #000000;
  --stroke-disabled: #f5f5f5;
  --controls-default-fl: #ffffff;
  --controls-default-st: #dddddd;
  --controls-active-fl: #006242;
  --controls-active-st: #006242;
  --controls-focus-fl: #d1d1aa;
  --controls-focus-st: #d1d1aa;
  --controls-hover-fl: #5f4633;
  --controls-hover-st: #f7f0e4;
  --controls-disabled-fl: #eeeeee;
  --controls-disabled-st: #bcbcbc;
  --controls-text-placeholder: #bcbcbc;
  --controls-text-populated: #000000;
  --chips-default-fl: #ffffff;
  --chips-default-st: #eeeeee;
  --chips-active-fl: #006242;
  --chips-active-st: #006242;
  --chips-disabled-fl: #fcfcfc;
  --chips-disabled-st: #f5f5f5;
  --chips-promo-fl: #5f4633;
  --chips-promo-st: #5f4633;
  --bottom-nav-icon-default: #000000;
  --bottom-nav-icon-active: #006242;
  --bottom-nav-text-default: #000000;
  --bottom-nav-text-active: #006242;
  --label-fill: #ffffff;
  --label-stroke: #ffffff;
  --label-text: #32472f;
  --label-icon: #32472f;
  --bottom-nav-badge: #006242;
  --links-primary-default: #006242;
  --links-primary-hover: #32472f;
  --links-primary-pressed: #d1d1aa;
  --links-primary-disabled: #bcbcbc;
  --status-error-dark: #ec1616;
  --status-error-light: #ffc5c5;
  --status-warning-dark: #fe8d00;
  --status-warning-light: #ffedd6;
  --status-info-dark: #3366ff;
  --status-info-light: #e5ebfd;
  --status-neutral-dark: #bcbcbc;
  --status-neutral-light: #e4e4e4;
  --status-success-dark: #039855;
  --status-success-light: #d5f4e2;
  --button-secondary-default-fl: #ffffff;
  --button-secondary-default-st: #eeeeee;
  --button-secondary-hover-fl: rgba(255, 255, 255, 0);
  --button-secondary-hover-st: #32472f;
  --button-secondary-pressed-fl: #ffffff;
  --button-secondary-pressed-st: #d1d1aa;
  --button-secondary-focused-fl: #ffffff;
  --button-secondary-focused-st: #006242;
  --button-secondary-disabled-fl: rgba(255, 255, 255, 0);
  --button-secondary-disabled-st: #f5f5f5;
  --button-tertiary-default-fl: #ffffff;
  --button-tertiary-default-st: rgba(255, 255, 255, 0);
  --button-tertiary-hover-fl: #fcfcfc;
  --button-tertiary-hover-st: rgba(255, 255, 255, 0);
  --button-tertiary-pressed-fl: #fcfcfc;
  --button-tertiary-pressed-st: rgba(255, 255, 255, 0);
  --button-tertiary-focused-fl: rgba(255, 255, 255, 0);
  --button-tertiary-focused-st: #282828;
  --button-tertiary-disabled-fl: rgba(255, 255, 255, 0);
  --button-tertiary-disabled-st: rgba(255, 255, 255, 0);
  --links-accent-default: #000000;
  --links-accent-hover: #000000;
  --links-accent-pressed: #000000;
  --links-accent-disabled: #bcbcbc;
  --links-white-default: #ffffff;
  --links-white-hover: #fcfcfc;
  --links-white-pressed: #fcfcfc;
  --links-white-disabled: #bcbcbc;
  --nutrition-allergens-dark: #ec1616;
  --nutrition-allergens-light: #ffc5c5;
  --nutrition-vegan-dark: #039855;
  --nutrition-vegan-light: #d5f4e2;
  --nutrition-lifestyle-dark: #fe8d00;
  --nutrition-lifestyle-light: #ffedd6;
  --loyalty-tier-green: #02754b;
  --loyalty-tier-gold: #cba258;
  --loyalty-tier-reserve: #000000;
  --neutral-black: #000000;
  --palette-a: #006242;
  --palette-b: #32472f;
  --palette-c: #d1d1aa;
  --palette-d: #f7f0e4;
  --palette-e: #5f4633;
  --palette-f: #00754a;
  --palette-g: #00a862;
  --palette-h: #d4e9e2;
  --palette-i: #6b6b6b;
  --palette-j: #02754b;
  --palette-k: #cba258;
  --palette-l: #000000;
  --palette-m: #d62b1f;
  --palette-n: #ff00f6;
  --palette-o: #ff00f6;
  --palette-p: #ff00f6;
  --palette-q: #ff00f6;
  --palette-r: #ff00f6;
  --palette-s: #ff00f6;
  --palette-t: #ff00f6;
  --palette-u: #ff00f6;
  --palette-v: #ff00f6;
  --palette-w: #ff00f6;
  --palette-x: #ff00f6;
  --palette-y: #ff00f6;
  --palette-z: #ff00f6;
  --palette-aa: #ff00f6;
  --palette-bb: #ff00f6;
  --palette-cc: #ff00f6;
  --palette-dd: #ff00f6;
  --palette-ee: #ff00f6;
  --palette-ff: #ff00f6;
  --palette-gg: #ff00f6;
  --palette-hh: #ff00f6;
  --palette-ii: #ff00f6;
  --palette-jj: #ff00f6;
  --palette-kk: #ff00f6;
  --palette-ll: #ff00f6;
  --palette-mm: #ff00f6;
  --palette-nn: #ff00f6;
  --accent-a: #ff00f6;
  --accent-b: #ff00f6;
  --accent-c: #ff00f6;
  --accent-d: #ff00f6;
  --accent-e: #ff00f6;
  --accent-f: #ff00f6;
  --accent-g: #ff00f6;
  --accent-h: #ff00f6;
  --secondary-a: #ff00f6;
  --secondary-b: #ff00f6;
  --secondary-c: #ff00f6;
  --secondary-d: #ff00f6;
  --secondary-e: #ff00f6;
  --secondary-f: #ff00f6;
  --secondary-g: #ff00f6;
  --secondary-h: #ff00f6;
  --neutral-dark: #000000;
  --neutral-900: #acacac;
  --neutral-800: #bcbcbc;
  --neutral-700: #cccccc;
  --neutral-650: #acacac;
  --neutral-600: #dddddd;
  --neutral-500: #e4e4e4;
  --neutral-400: #eeeeee;
  --neutral-300: #f5f5f5;
  --neutral-200: #fdfdfd;
  --neutral-100: #fcfcfc;
  --neutral-50: #fcfcfc;
  --neutral-light: #282828;
  --neutral-transparent: rgba(255, 255, 255, 0);
  --warning-dark: #fe8d00;
  --warning-light: #ffedd6;
  --error-dark: #ec1616;
  --error-light: #ffc5c5;
  --success-dark: #039855;
  --success-light: #d5f4e2;
  --contrast-white: #ffffff;
  --contrast-black: #000000;
  --set-1-a: #418613;
  --set-2-a: #8f622e;
  --set-2-b: #ab8134;
  --set-2-c: #c29f3e;
  --set-2-d: #ccb753;
  --set-2-e: #d2c465;
  --set-2-f: #f2efd3;
  --set-2-g: #f2efd3;
  --set-2-h: #fbf9ef;
  --set-1-b: #55a122;
  --set-1-c: #00b500;
  --set-1-d: #91cc6a;
  --set-1-e: #a0d77b;
  --set-1-f: #bfeea0;
  --set-1-g: #bbed9a;
  --set-1-h: #ddf8cc;
  --set-3-a: #a73456;
  --set-3-b: #b85170;
  --set-3-c: #c9748d;
  --set-3-d: #e292aa;
  --set-3-e: #f0b5c6;
  --set-3-f: #f8ccd9;
  --set-3-g: #f7dde5;
  --set-3-h: #ffeef3;
  --set-4-a: #707070;
  --set-5-a: #ff00f6;
  --set-5-b: #ff00f6;
  --set-5-c: #ff00f6;
  --set-5-d: #ff00f6;
  --set-5-e: #ff00f6;
  --set-5-f: rgba(167, 52, 86, 0.699999988079071);
  --set-5-g: rgba(65, 134, 19, 0.699999988079071);
  --set-5-h: #a73456;
  --set-4-b: #949494;
  --set-4-c: #dfdfdf;
  --set-4-d: #e6e6e6;
  --set-4-e: #f4f4f4;
  --set-4-f: #fafafa;
  --set-4-g: #ffffff;
  --set-4-h: #ffffff;
  --status-blue-a: #1f3d99;
  --status-blue-b: #2952cc;
  --status-blue-c: #3366ff;
  --status-blue-d: #5c85ff;
  --status-blue-e: #85a3ff;
  --status-blue-f: #adc2ff;
  --status-blue-g: #e5ebfd;
  --status-blue-h: #f5f8ff;
  --status-orange-a: #985500;
  --status-orange-b: #cb7100;
  --status-orange-c: #fe8d00;
  --status-orange-d: #fea433;
  --status-orange-e: #febb66;
  --status-orange-f: #ffd199;
  --status-orange-g: #ffedd6;
  --status-orange-h: #fff5e9;
  --status-red-a: #a41010;
  --status-red-b: #c40e0e;
  --status-red-c: #ec1616;
  --status-red-d: #fe3535;
  --status-red-e: #ff6565;
  --status-red-f: #ff9d9d;
  --status-red-g: #ffc5c5;
  --status-red-h: #fff1f1;
  --status-green-a: #05603a;
  --neutral-1300: #282828;
  --neutral-1200: #333333;
  --neutral-1100: #777777;
  --neutral-1000: #989898;
  --neutral-white: #ffffff;
  --alpha-transparent: rgba(255, 255, 255, 0);
  --status-green-b: #027a48;
  --status-green-c: #039855;
  --status-green-d: #12b76a;
  --status-green-e: #32d583;
  --status-green-f: #6ce9a6;
  --status-green-g: #d5f4e2;
  --status-green-h: #f6fef9;
  --alpha-black-90: rgba(0, 0, 0, 0.8999999761581421);
  --alpha-black-80: rgba(0, 0, 0, 0.800000011920929);
  --overlay-brand-1: rgba(65, 134, 19, 0.699999988079071);
  --overlay-brand-2: rgba(167, 52, 86, 0.699999988079071);
  --alpha-black-70: rgba(0, 0, 0, 0.699999988079071);
  --alpha-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --alpha-black-50: rgba(0, 0, 0, 0.5);
  --alpha-black-40: rgba(0, 0, 0, 0.4000000059604645);
  --alpha-black-30: rgba(0, 0, 0, 0.30000001192092896);
  --alpha-black-20: rgba(0, 0, 0, 0.20000000298023224);
  --alpha-black-10: rgba(0, 0, 0, 0.10000000149011612);
  --alpha-black-5: rgba(0, 0, 0, 0.05000000074505806);
  --alpha-white-90: rgba(255, 255, 255, 0.8999999761581421);
  --alpha-white-80: rgba(255, 255, 255, 0.800000011920929);
  --alpha-white-70: rgba(255, 255, 255, 0.699999988079071);
  --alpha-white-60: rgba(255, 255, 255, 0.6000000238418579);
  --alpha-white-50: rgba(255, 255, 255, 0.5);
  --alpha-white-40: rgba(255, 255, 255, 0.4000000059604645);
  --alpha-white-30: rgba(255, 255, 255, 0.30000001192092896);
  --alpha-white-20: rgba(255, 255, 255, 0.20000000298023224);
  --alpha-white-10: rgba(255, 255, 255, 0.10000000149011612);
  --alpha-white-5: rgba(255, 255, 255, 0.05000000074505806);
  --weight-regular: Regular;
  --weight-medium: SemiBold;
  --weight-semi-bold: Bold;
  --weight-bold: Bold;
}


/* fallback font */
@font-face {
  font-family: adobe-clean;
  size-adjust: 100%;
  src: local("Helvetica");
}

html, body {
  min-height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font: var(--type-body-1-default-font);
  letter-spacing: var(--type-body-1-default-letter-spacing);
  margin: 0;
  color: var(--alpha-black-90);
  background-color: var(--background-color);
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  -webkit-font-smoothing: antialiased;
}

body:not(.appear) {
  display: none;
}

header {
  grid-row: 1;
  height: var(--nav-height);
}

main {
  grid-row: 2;
}

footer {
  grid-row: 3;
}

header .header,
footer .footer {
  visibility: hidden;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
  visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.8em;
  margin-bottom: 0.25em;
  line-height: 1.25;
  scroll-margin: 40px;
}

h1 {
  font: var(--type-display-1-font);
  letter-spacing: var(--type-display-1-letter-spacing);
}

h2 {
  font: var(--type-display-2-font);
  letter-spacing: var(--type-display-2-letter-spacing);
}

h3 {
  font: var(--type-display-3-font);
  letter-spacing: var(--type-display-3-letter-spacing);
}

h4 {
  font: var(--type-headline-1-font);
  letter-spacing: var(--type-headline-1-letter-spacing);
}

h5 {
  font: var(--type-headline-2-strong-font);
  letter-spacing: var(--type-headline-2-strong-letter-spacing);
}

h6 {
  font: var(--type-headline-2-default-font);
  letter-spacing: var(--type-headline-2-default-letter-spacing);
}

p,
dl,
ol,
ul,
pre,
blockquote {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom: var(--shape-border-width-1) solid var(--color-neutral-300);
}

code,
pre {
  font: var(--type-body-2-default-font);
  letter-spacing: var(--type-body-2-default-letter-spacing);
  font-family: var(--type-fixed-font-family);
}

pre {
  overflow: scroll;
}

main pre {
  background-color: var(--color-neutral-300);
  padding: 1em;
  border-radius: 0.25em;
  overflow-x: auto;
  white-space: pre;
}

main > div {
  margin: var(--spacing-xbig) var(--spacing-small);
}

input,
textarea,
select,
button {
  font: inherit;
}

/* links */
a:not(.dropin-design a) {
  color: var(--color-brand-500);
  font: var(--type-body-1-strong-font);
  letter-spacing: var(--type-body-1-strong-letter-spacing);
  text-decoration: none;
  overflow-wrap: break-word;
}

a:not(.dropin-design a):hover {
  color: var(--color-brand-600);
  text-decoration: underline;
}

/* buttons */
main a.button:any-link,
button.button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: var(--spacing-small) 0;
  /* border: var(--shape-border-width-3) solid transparent;
  border-radius: var(--shape-border-radius-3);
  padding: 0.5em 1.2em; */
  font: var(--type-button-2-font);
  letter-spacing: var(--type-button-2-letter-spacing);
  font-style: normal;
  /* font-weight: 500;
  line-height: 1.25; */
  text-align: center;
  text-decoration: none;
  /* background-color: var(--color-brand-500);
  color: var(--color-neutral-50); */
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  height: var(--button-height, 48px);
  padding: var(--button-padding-top-bottom, 12px) var(--button-padding-left-right, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--space-space-8, 8px);
  border-radius: var(--button-radius, 1000px);
  border: 2px solid var(--button-primary-default-st);
  background: var(--button-primary-default-fl);
  color: var(--text-white);

  color: var(--text-white, var(--text-white, #FFF));
  /* branded/button/button-text */
  font-family: var(--body, "SoDo Sans");
  font-size: var(--button-font, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 112%; /* 17.92px */
}

main a.button:hover,
main a.button:focus,
button.button:hover,
button.button:focus {
  background-color: var(--color-brand-600);
  cursor: pointer;
}

main a.button.disabled,
button.button:disabled,
button.button:disabled:hover {
  background-color: var(--color-neutral-300);
  cursor: unset;
}

main a.button.secondary,
button.button.secondary {
  /* background-color: unset;
  border: var(--shape-border-width-3) solid currentcolor;
  color: var(--color-brand-500); */

  border: 2px solid var(--button-secondary-default-st, #EEE);
  background: var(--button-secondary-default-fl, #FFF);

  color: var(--text-secondary, var(--text-secondary, #006242))
}

main a.button.secondary:hover,
button.button.secondary:hover {
  color: var(--color-brand-600);
}

main input:hover {
  border: var(--shape-border-width-1) solid var(--color-neutral-700);
}

main blockquote {
  font-style: italic;
  margin: 3rem;
  text-indent: -1rem;
  hanging-punctuation: first;
}

main blockquote p::before {
  content: '“';
  line-height: 0;
}

main blockquote p::after {
  content: '”';
  line-height: 0;
}

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

.icon {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.icon img {
  height: 100%;
  width: 100%;
}

/* sections */
main > .section {
  margin: var(--spacing-xbig) 0;
}

.section:empty {
  display: none;
}

main > .section > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 var(--spacing-medium);
}

main > .section:first-of-type {
  margin-top: 0;
}

@media (min-width: 900px) {
  main > .section > div {
    padding: 0 var(--spacing-big);
  }
}

/* section metadata - styles - start */
main .section.light,
main .section.highlight {
  background-color: var(--color-neutral-100);
  margin: 0;
  padding: var(--spacing-xbig) 0;
}

main .section[data-padding="default"] {
    padding: var(--spacing-xxsmall) 0;
}

main .section[data-padding="small"] {
    padding: var(--spacing-xsmall) 0;
}

main .section[data-padding="medium"] {
    padding: var(--spacing-small) 0;
}

main .section[data-padding="large"] {
    padding: var(--spacing-medium) 0;
}

main .section[data-padding="big"] {
    padding: var(--spacing-big) 0;
}

main .section[data-padding="xbig"] {
    padding: var(--spacing-xbig) 0;
}

main .section[data-padding="xxbig"] {
    padding: var(--spacing-xxbig) 0;
}

main .section[data-padding="huge"] {
    padding: var(--spacing-huge) 0;
}

main .section[data-padding="xhuge"] {
    padding: var(--spacing-xhuge) 0;
}

main .section[data-padding="xxhuge"] {
    padding: var(--spacing-xxhuge) 0;
}


main .section[data-margin="small"] {
    margin: var(--spacing-xsmall) 0;
}

main .section[data-margin="medium"] {
    margin: var(--spacing-small) 0;
}

main .section[data-margin="large"] {
    margin: var(--spacing-medium) 0;
}

main .section[data-margin="big"] {
    margin: var(--spacing-big) 0;
}

main .section[data-margin="xbig"] {
    margin: var(--spacing-xbig) 0;
}

main .section[data-margin="xxbig"] {
    margin: var(--spacing-xxbig) 0;
}

main .section[data-margin="huge"] {
    margin: var(--spacing-huge) 0;
}

main .section[data-margin="xhuge"] {
    margin: var(--spacing-xhuge) 0;
}

main .section[data-margin="xxhuge"] {
    margin: var(--spacing-xxhuge) 0;
}

/* section metadata - styles - end */

/* Base Design System Tokens */
.dropin-design.dropin-design {
  --background-none: none 0 0% no-repeat padding-box;
}

.dropin-input-date__icon {
  z-index: 2;
}

/* Layout: Columns */
body.columns main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding: var(--spacing-large) var(--spacing-small);
  box-sizing: border-box;
  gap: var(--grid-4-gutters);
}

body.columns main > .section {
  flex: 1;
  flex-basis: 100%;
  max-width: unset;
  margin: unset;
  padding: unset;
}

body.columns main > .section > div {
  max-width: unset;
  padding: unset;
}

body.columns main > .section > div:not(:last-child) {
  margin-bottom: var(--gap, unset);
}

body.columns main > .section:empty {
  display: none;
}

@media (min-width: 600px) {
  body.columns main {
    padding: var(--spacing-large) var(--spacing-big);
  }
}

.dropin-product-item-card {
  border: unset;
}

@media (min-width: 900px) {
  body.columns main {
    flex-direction: row;
  }

  body.columns main > .section {
    flex: 1;
    flex-basis: var(--column-width, auto);
  }
}

/**
* Reset main element visibility
* https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
*/
main[hidden] {
  display: none !important;
}
