/** Shopify CDN: Minification failed

Line 2758:17 Expected identifier but found whitespace
Line 2758:19 Unexpected "{"
Line 2758:28 Expected ":"
Line 2759:15 Expected identifier but found whitespace
Line 2759:17 Unexpected "{"
Line 2759:26 Expected ":"
Line 2772:4 Unexpected "{"
Line 2772:5 Expected identifier but found "%"
Line 2772:69 Unexpected "{"
Line 2772:70 Expected identifier but found "%"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:breadcrumb (INDEX:3) */
.ecofoot-breadcrumb-section {
    padding-top: var(--ecofoot-breadcrumb-top-padding-desktop);
    padding-bottom: var(--ecofoot-breadcrumb-bottom-padding-desktop);
    background: rgb(var(--color-background));
    position: relative;
    z-index: 1;
  }

  .ecofoot-breadcrumb {
    width: 100%;
  }

  .ecofoot-breadcrumb--width-page {
    max-width: var(--ecofoot-breadcrumb-max-width);
    margin: 0 auto;
    padding-left: var(--ecofoot-breadcrumb-side-padding-desktop);
    padding-right: var(--ecofoot-breadcrumb-side-padding-desktop);
  }

  .ecofoot-breadcrumb--width-full {
    max-width: 100%;
    padding-left: var(--ecofoot-breadcrumb-side-padding-desktop);
    padding-right: var(--ecofoot-breadcrumb-side-padding-desktop);
  }

  .ecofoot-breadcrumb__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ecofoot-breadcrumb-gap-desktop);
    font-size: var(--ecofoot-breadcrumb-text-size-desktop);
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: 500;
  }

  .ecofoot-breadcrumb__link,
  .ecofoot-breadcrumb__text,
  .ecofoot-breadcrumb__current,
  .ecofoot-breadcrumb__separator {
    color: rgb(var(--color-foreground));
  }

  .ecofoot-breadcrumb__link,
  .ecofoot-breadcrumb__text,
  .ecofoot-breadcrumb__current {
    position: relative;
    text-decoration: none;
    transition:
      color 0.22s ease,
      opacity 0.22s ease,
      text-shadow 0.22s ease;
  }

  .ecofoot-breadcrumb__link {
    opacity: 0.72;
  }

  .ecofoot-breadcrumb__text {
    opacity: 0.72;
  }

  .ecofoot-breadcrumb__separator {
    opacity: 0.42;
    font-weight: 400;
  }

  .ecofoot-breadcrumb__current {
    opacity: 1;
    font-weight: 600;
    color: var(--ecofoot-breadcrumb-green);
  }

  .ecofoot-breadcrumb__link::after,
  .ecofoot-breadcrumb__text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background: var(--ecofoot-breadcrumb-green);
    transition: width 0.25s ease;
  }

  .ecofoot-breadcrumb__link:hover,
  .ecofoot-breadcrumb__text:hover {
    color: var(--ecofoot-breadcrumb-green);
    opacity: 1;
    text-shadow: 0 0 10px rgba(0, 176, 80, 0.12);
  }

  .ecofoot-breadcrumb__link:hover::after,
  .ecofoot-breadcrumb__text:hover::after {
    width: 100%;
  }

  @media screen and (max-width: 749px) {
    .ecofoot-breadcrumb-section {
      padding-top: var(--ecofoot-breadcrumb-top-padding-mobile);
      padding-bottom: var(--ecofoot-breadcrumb-bottom-padding-mobile);
    }

    .ecofoot-breadcrumb--width-page,
    .ecofoot-breadcrumb--width-full {
      padding-left: var(--ecofoot-breadcrumb-side-padding-mobile);
      padding-right: var(--ecofoot-breadcrumb-side-padding-mobile);
    }

    .ecofoot-breadcrumb__nav {
      gap: var(--ecofoot-breadcrumb-gap-mobile);
      font-size: var(--ecofoot-breadcrumb-text-size-mobile);
      line-height: 1.35;
    }

    .ecofoot-breadcrumb__current {
      max-width: 100%;
    }
  }
/* END_SECTION:breadcrumb */

/* START_SECTION:coming-soon (INDEX:14) */
/* Force permanent EcoFoot green header on Coming Soon page */
  body:has(.ecofoot-coming-soon) .shopify-section-group-header-group,
  body:has(.ecofoot-coming-soon) .shopify-section-group-header-group .header-wrapper,
  body:has(.ecofoot-coming-soon) .shopify-section-group-header-group header,
  body:has(.ecofoot-coming-soon) .header-wrapper,
  body:has(.ecofoot-coming-soon) .ecofoot-header,
  body:has(.ecofoot-coming-soon) .ecofoot-header-section,
  body:has(.ecofoot-coming-soon) .section-ecofoot-header {
    background: #245C3A !important;
  }
  .ecofoot-coming-soon {
    display: flex;
    min-height: 62vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--ecofoot-coming-pad-top) 24px var(--ecofoot-coming-pad-bottom);
    background: var(--ecofoot-coming-bg);
    color: var(--ecofoot-coming-text);
  }

  .ecofoot-coming-soon__inner {
    width: min(100%, var(--ecofoot-coming-max-width));
    margin: 0 auto;
    text-align: center;
  }

  .ecofoot-coming-soon__eyebrow {
    margin: 0 0 12px;
    color: var(--ecofoot-coming-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ecofoot-coming-soon__heading {
    margin: 0;
    color: var(--ecofoot-coming-text);
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.035em;
  }

  .ecofoot-coming-soon__body {
    max-width: 560px;
    margin: 24px auto 0;
    color: var(--ecofoot-coming-muted);
    font-size: 18px;
    line-height: 1.6;
  }

  .ecofoot-coming-soon__body p {
    margin: 0;
  }

  .ecofoot-coming-soon__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 24px;
    border: 1px solid var(--ecofoot-coming-accent);
    background: var(--ecofoot-coming-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
      transform 180ms ease,
      background 180ms ease;
  }

  .ecofoot-coming-soon__button:hover,
  .ecofoot-coming-soon__button:focus-visible {
    background: color-mix(in srgb, var(--ecofoot-coming-accent) 90%, #000);
    transform: translateY(-1px);
    outline: none;
  }

  @media screen and (max-width: 749px) {
    .ecofoot-coming-soon {
      min-height: 56vh;
      padding-left: 18px;
      padding-right: 18px;
    }

    .ecofoot-coming-soon__body {
      font-size: 16px;
    }

    .ecofoot-coming-soon__button {
      width: 100%;
      max-width: 280px;
    }
  }
/* END_SECTION:coming-soon */

/* START_SECTION:footer (INDEX:26) */
.ecofoot-footer {
    position: relative;
    width: 100%;
    min-height: var(--footer-min-height);
    overflow: hidden;
    background: #f4f4f4;
    border-top: 1px solid var(--divider-color);
  }

  .ecofoot-footer {
    isolation: isolate;
  }

  .ecofoot-footer__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .ecofoot-footer::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: var(--overlay-color);
    opacity: var(--overlay-opacity);
    pointer-events: none;
  }

  .ecofoot-footer__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - (var(--footer-pad-x) * 2)), var(--footer-max-width));
    margin: 0 auto;
    padding-top: var(--footer-pad-top);
    padding-bottom: var(--footer-pad-bottom);
  }

  .ecofoot-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, 1fr));
    gap: var(--footer-gap);
    align-items: start;
  }

  .ecofoot-footer__intro {
    padding-right: 32px;
    border-right: 1px solid color-mix(in srgb, var(--body-color) 18%, transparent);
  }

  .ecofoot-footer__heading {
    margin: 0 0 16px;
    color: var(--heading-color);
    font-size: var(--heading-size);
    line-height: 1.1;
    font-weight: 700;
  }

  .ecofoot-footer__copy {
    max-width: 340px;
    margin: 0 0 22px;
    color: var(--body-color);
    font-size: var(--body-size);
    line-height: 1.6;
  }

  .ecofoot-footer__copy p {
    margin: 0;
  }

  .ecofoot-footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    background: var(--button-bg);
    color: var(--button-text);
    font-size: var(--button-size);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .ecofoot-footer__button:hover {
    background: var(--ecofoot-green);
    transform: translateY(-1px);
  }

  .ecofoot-footer__column-heading {
    margin: 0 0 18px;
    color: var(--menu-heading-color);
    font-size: var(--menu-heading-size);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ecofoot-footer__social-heading {
    color: var(--social-heading-color);
  }

  .ecofoot-footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ecofoot-footer__menu li + li {
    margin-top: var(--menu-row-gap);
  }

  .ecofoot-footer__link {
    position: relative;
    display: inline-block;
    color: var(--menu-link-color);
    font-size: var(--menu-link-size);
    line-height: 1.45;
    text-decoration: none;
  }

  .ecofoot-footer__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: var(--ecofoot-green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }

  .ecofoot-footer__link:hover,
  .ecofoot-footer__link:focus-visible {
    color: var(--ecofoot-green);
  }

  .ecofoot-footer__link:hover::after,
  .ecofoot-footer__link:focus-visible::after {
    transform: scaleX(1);
  }

  .ecofoot-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .ecofoot-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--social-icon-size);
    height: var(--social-icon-size);
    color: var(--social-icon-color);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .ecofoot-footer__social:hover {
    color: var(--ecofoot-green);
    transform: translateY(-2px);
  }

  .ecofoot-footer__social svg {
    width: calc(var(--social-icon-size) * 0.62);
    height: calc(var(--social-icon-size) * 0.62);
    fill: currentColor;
  }

  .ecofoot-footer__bottom {
    margin-top: var(--bottom-divider-spacing);
    padding-top: 18px;
    border-top: 1px solid color-mix(in srgb, var(--copyright-color) 18%, transparent);
  }

  .ecofoot-footer__bottom p {
    margin: 0;
    color: var(--copyright-color);
    font-size: var(--copyright-size);
    line-height: 1.4;
    text-align: center;
  }

  @media screen and (max-width: 989px) {
    .ecofoot-footer__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecofoot-footer__intro {
      grid-column: 1 / -1;
      padding-right: 0;
      padding-bottom: 26px;
      border-right: 0;
      border-bottom: 1px solid color-mix(in srgb, var(--body-color) 18%, transparent);
    }
  }

  @media screen and (max-width: 749px) {
    .ecofoot-footer {
      min-height: 0;
    }

    .ecofoot-footer__inner {
      width: calc(100% - (var(--mobile-footer-pad-x) * 2));
      padding-top: var(--mobile-footer-pad-top);
      padding-bottom: var(--mobile-footer-pad-bottom);
    }

    .ecofoot-footer__grid {
      grid-template-columns: 1fr;
      gap: var(--mobile-section-gap);
    }

    .ecofoot-footer__intro {
      grid-column: auto;
      padding: 0 0 var(--mobile-section-gap);
    }

    .ecofoot-footer__heading {
      font-size: var(--mobile-heading-size);
    }

    .ecofoot-footer__copy {
      max-width: none;
      font-size: var(--mobile-body-size);
    }

    .ecofoot-footer__button {
      width: 100%;
    }

    .ecofoot-footer__column-heading {
      margin-bottom: 14px;
      font-size: var(--mobile-menu-heading-size);
    }

    .ecofoot-footer__link {
      font-size: var(--mobile-menu-link-size);
    }

    .ecofoot-footer__social {
      width: var(--mobile-social-icon-size);
      height: var(--mobile-social-icon-size);
    }

    .ecofoot-footer__social svg {
      width: calc(var(--mobile-social-icon-size) * 0.62);
      height: calc(var(--mobile-social-icon-size) * 0.62);
    }

    .ecofoot-footer__bottom {
      margin-top: var(--mobile-bottom-divider-spacing);
    }

    .ecofoot-footer__bottom p {
      font-size: var(--mobile-copyright-size);
      text-align: left;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:mock_ai (INDEX:50) */
.ecofoot-support-input {
    background: var(--section-bg);
    padding: var(--pad-top) var(--pad-x) var(--pad-bottom);
    color: var(--text-color);
    width: 100%;
  }

  .ecofoot-support-input__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
  }

  .ecofoot-support-input.ecofoot-ai--active {
    padding-top: 80px;
  }

  .ecofoot-ai--active .ecofoot-support-input__heading,
  .ecofoot-ai--active .ecofoot-support-input__subheading {
    display: none;
  }

  .ecofoot-ai--active .ecofoot-support-input__eyebrow {
    margin-bottom: 6px;
    letter-spacing: .06em;
    text-transform: none;
  }

  .ecofoot-ai-chat {
    width: min(100%, var(--chat-max-width));
    margin: 24px auto 0;
    text-align: left;
  }

  .ecofoot-ai-chat__conversation {
    display: grid;
    gap: min(var(--message-spacing), 8px);
    margin-bottom: 8px;
    scroll-margin-top: 96px;
  }

  .ecofoot-ai-message {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    justify-self: start;
    max-width: 84%;
    min-width: 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .ecofoot-ai-message--user {
    justify-self: end;
    max-width: 76%;
  }

  .ecofoot-ai-message__user-stack {
    display: flex;
    max-width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-end;
  }

  .ecofoot-ai-message__delivery {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 3px;
    padding-right: 2px;
    color: var(--muted-color);
    font-size: 11px;
    line-height: 1.2;
  }

  .ecofoot-ai-message__retry {
    border: 0;
    padding: 0;
    color: var(--accent-color);
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .ecofoot-ai-message--assistant + .ecofoot-ai-message--user,
  .ecofoot-ai-message--user + .ecofoot-ai-message--assistant {
    margin-top: 8px;
  }

  .ecofoot-ai-message__bubble {
    position: relative;
    min-width: 0;
    border: 0;
    border-radius: var(--bubble-radius);
    padding: 8px 13px;
    background: var(--assistant-bg);
    color: var(--assistant-text);
    word-break: break-word;
  }

  .ecofoot-ai-message--assistant .ecofoot-ai-message__bubble {
    border-bottom-left-radius: max(6px, calc(var(--bubble-radius) - 10px));
  }

  .ecofoot-ai-message--user .ecofoot-ai-message__bubble {
    background: var(--user-bg);
    color: var(--user-text);
    border-bottom-right-radius: max(6px, calc(var(--bubble-radius) - 10px));
  }

  .ecofoot-ai-message__bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 14px;
    background: inherit;
  }

  .ecofoot-ai-message--assistant .ecofoot-ai-message__bubble::after {
    left: -5px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  .ecofoot-ai-message--user .ecofoot-ai-message__bubble::after {
    right: -5px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  .ecofoot-ai-message__icon {
    display: block;
    flex: 0 0 var(--assistant-icon-size);
    width: var(--assistant-icon-size);
    height: var(--assistant-icon-size);
    margin-bottom: 1px;
    object-fit: contain;
    background: transparent;
  }

  .ecofoot-ai-message__bubble p {
    margin: 0;
  }

  .ecofoot-ai-typing-bubble {
    width: auto;
    min-width: 52px;
    padding: 10px 13px;
  }

  .ecofoot-ai-typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 10px;
  }

  .ecofoot-ai-typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8b938e;
    animation: ecofoot-ai-typing 1.35s ease-in-out infinite;
  }

  .ecofoot-ai-typing-dot:nth-child(2) { animation-delay: .16s; }
  .ecofoot-ai-typing-dot:nth-child(3) { animation-delay: .32s; }

  .ecofoot-ai-message__attachment {
    display: block;
    margin-top: 6px;
    color: var(--muted-color);
    font-size: 12px;
  }

  .ecofoot-ai-message__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .ecofoot-ai-message__actions a,
  .ecofoot-ai-message__actions button {
    border: 1px solid var(--border-color);
    border-radius: 999px;
    padding: 6px 10px;
    color: var(--text-color);
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
  }

  .ecofoot-ai-message__actions a:focus-visible,
  .ecofoot-ai-message__actions button:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
  }

  .ecofoot-ai-chat__progress {
    box-sizing: border-box;
    width: min(520px, calc(100% - var(--assistant-icon-size) - 8px));
    margin: 6px 0 14px calc(var(--assistant-icon-size) + 8px);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 14px;
    background: var(--card-bg);
  }

  .ecofoot-ai-progress-step {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted-color);
    font-size: 13px;
  }

  .ecofoot-ai-progress-step + .ecofoot-ai-progress-step {
    margin-top: 8px;
  }

  .ecofoot-ai-progress-step::before {
    width: 9px;
    height: 9px;
    border: 1px solid #aeb8b2;
    border-radius: 50%;
    content: "";
    background: transparent;
  }

  .ecofoot-ai-progress-step.is-complete::before {
    width: 16px;
    height: 16px;
    border-color: transparent;
    content: "✓";
    color: var(--progress-color);
    background: transparent;
    font-weight: 800;
  }

  .ecofoot-ai-progress-step.is-active {
    color: var(--text-color);
    font-weight: 700;
  }

  .ecofoot-ai-progress-step.is-active::before {
    border-color: var(--progress-color);
    background: var(--progress-color);
    animation: ecofoot-ai-pulse 1s ease-in-out infinite;
  }

  .ecofoot-ai-progress-detail {
    margin: 12px 0 0;
    color: var(--muted-color);
    font-size: 12px;
  }

  @keyframes ecofoot-ai-pulse {
    50% { transform: scale(1.5); opacity: 0.45; }
  }

  @keyframes ecofoot-ai-typing {
    0%, 60%, 100% { transform: translateY(0); opacity: .55; }
    30% { transform: translateY(-3px); opacity: 1; }
  }

  .ecofoot-ai-chat__error {
    margin: 12px auto;
    border: 1px solid color-mix(in srgb, var(--error-color) 35%, transparent);
    border-radius: 12px;
    padding: 12px;
    color: var(--error-color);
    background: color-mix(in srgb, var(--error-color) 7%, #fff);
  }

  .ecofoot-ai-chat__error button,
  .ecofoot-ai-chat__error a {
    margin: 8px 8px 0 0;
  }

  .ecofoot-ai-chat__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
    margin-top: 6px;
  }

  .ecofoot-ai-chat__upload,
  .ecofoot-ai-chat__reset,
  .ecofoot-ai-chat__remove {
    border: 0;
    border-radius: 10px;
    padding: 7px 10px;
    color: var(--text-color);
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }

  .ecofoot-ai-chat__upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  .ecofoot-ai-chat__upload {
    flex: 0 0 auto;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    font-size: 22px;
  }

  .ecofoot-ai-chat__reset {
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 5px 7px;
    color: var(--muted-color);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    transition: color .16s ease, background .16s ease, border-color .16s ease;
  }

  .ecofoot-ai-chat__reset:hover,
  .ecofoot-ai-chat__reset:focus-visible {
    border-color: color-mix(in srgb, #c62828 24%, transparent);
    color: #c62828;
    background: color-mix(in srgb, #c62828 7%, transparent);
  }

  .ecofoot-ai-chat__reset:focus-visible {
    outline: 2px solid #c62828;
    outline-offset: 2px;
  }

  .ecofoot-ai-attachment {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 760px;
    margin: 10px auto -20px;
    border: 1px solid var(--border-color);
    border-radius: 12px 12px 0 0;
    padding: 8px 10px 16px;
    background: #f7faf8;
    text-align: left;
  }

  .ecofoot-ai-attachment[hidden] {
    display: none;
  }

  .ecofoot-ai-attachment__icon {
    color: var(--accent-color);
  }

  .ecofoot-ai-attachment__status {
    margin-left: auto;
    color: var(--muted-color);
    font-size: 12px;
  }

  .ecofoot-ai-attachment .ecofoot-ai-chat__remove {
    padding: 2px 7px;
    font-size: 18px;
  }

  .ecofoot-ai-chat__filename {
    max-width: 260px;
    overflow: hidden;
    color: var(--muted-color);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ecofoot-support-input__eyebrow {
    margin: 0 0 10px;
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ecofoot-support-input__heading {
    margin: 0;
    color: var(--text-color);
    font-size: var(--heading-size);
    line-height: 1.05;
    font-weight: 800;
  }

  .ecofoot-support-input__subheading {
    max-width: 720px;
    margin: 14px auto 0;
    color: var(--muted-color);
    font-size: var(--text-size);
    line-height: 1.5;
  }

  .ecofoot-support-input__subheading p {
    margin: 0;
  }

  .ecofoot-support-input__box {
    display: flex;
    align-items: stretch;
    gap: 10px;
    max-width: 760px;
    margin: var(--gap) auto 0;
    padding: 8px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--composer-shadow);
  }

  /*
    Premium initial entrance.
    This only affects the inactive hero state and is activated by the
    section-scoped IntersectionObserver above.
  */

  @media (prefers-reduced-motion: no-preference) {
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__eyebrow,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__heading,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__subheading,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__box {
      opacity: 0;
      will-change: opacity, transform;
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__eyebrow {
      transform: translateY(calc(var(--entrance-distance) * 0.45));
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__heading {
      transform: translateY(calc(var(--entrance-distance) * 0.65));
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__subheading {
      transform: translateY(calc(var(--entrance-distance) * 0.75));
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
      .ecofoot-support-input__box {
      transform: translateY(var(--entrance-distance)) scale(.985);
      filter: blur(2px);
      will-change: opacity, transform, filter;
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__eyebrow,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__heading,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__subheading,
    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__box {
      opacity: 1;
      transform: translateY(0);
      transition-property: opacity, transform;
      transition-duration: var(--entrance-duration);
      transition-timing-function: cubic-bezier(.22, 1, .36, 1);
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__eyebrow {
      transition-delay: 0ms;
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__heading {
      transition-delay: var(--entrance-delay-1);
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__subheading {
      transition-delay: var(--entrance-delay-2);
    }

    .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entered:not(.ecofoot-ai--active)
      .ecofoot-support-input__box {
      transform: translateY(0) scale(1);
      filter: blur(0);
      transition-property: opacity, transform, filter;
      transition-delay: var(--entrance-delay-3);
    }

    .ecofoot-support-input.ecofoot-ai--active
      .ecofoot-support-input__eyebrow,
    .ecofoot-support-input.ecofoot-ai--active
      .ecofoot-support-input__heading,
    .ecofoot-support-input.ecofoot-ai--active
      .ecofoot-support-input__subheading,
    .ecofoot-support-input.ecofoot-ai--active
      .ecofoot-support-input__box {
      opacity: 1;
      transform: none;
      filter: none;
      transition-delay: 0ms;
    }
  }

  .ecofoot-support-input__field {
    flex: 1 1 auto;
    min-width: 0;
    height: 56px;
    padding: 0 12px;
    border: 1px solid var(--border-color);
    border-radius: calc(var(--radius) - 8px);
    background: var(--input-bg);
    color: var(--input-text);
    font-size: var(--input-size);
    outline: none;
    box-shadow: none;
  }

  .ecofoot-support-input__field:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color) 18%, transparent);
  }

  .ecofoot-support-input__send {
    flex: 0 0 auto;
    min-width: 124px;
    height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: calc(var(--radius) - 8px);
    background: var(--accent-color);
    color: #fff;
    font-size: var(--button-size);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }

  .ecofoot-support-input__send:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }

  .ecofoot-support-input__send:disabled {
    cursor: default;
    opacity: .6;
    transform: none;
  }

  .ecofoot-support-input__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 820px;
    margin: 18px auto 0;
  }

  .ecofoot-support-input__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: #fff;
    color: var(--text-color);
    font-size: var(--chip-size);
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  }

  .ecofoot-support-input__chip:hover {
    transform: translateY(-1px);
    color: #fff;
    border-color: var(--accent-color);
    background: var(--accent-color);
  }

  @media (prefers-reduced-motion: reduce) {
    .ecofoot-ai-progress-step.is-active::before {
      animation: none;
    }

    .ecofoot-ai-typing-dot {
      animation: none;
      opacity: .75;
    }

    .ecofoot-support-input__eyebrow,
    .ecofoot-support-input__heading,
    .ecofoot-support-input__subheading,
    .ecofoot-support-input__box {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      transition: none !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ecofoot-support-input {
      padding-left: 18px;
      padding-right: 18px;
      overflow: hidden;
    }

    .ecofoot-support-input__heading {
      font-size: calc(var(--heading-size) * 0.72);
    }

    .ecofoot-support-input__box {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 8px;
      padding: 8px;
    }

    @media (prefers-reduced-motion: no-preference) {
      .ecofoot-support-input--entrance-enabled.ecofoot-support-input--entrance-pending:not(.ecofoot-ai--active)
        .ecofoot-support-input__box {
        transform: translateY(calc(var(--entrance-distance) * 0.7)) scale(.99);
      }
    }

    .ecofoot-ai-chat__upload {
      grid-row: 1;
      grid-column: 1;
      width: 52px;
      height: 56px;
    }

    .ecofoot-support-input__field {
      grid-row: 1;
      grid-column: 2;
    }

    .ecofoot-support-input__box--no-upload .ecofoot-support-input__field {
      grid-column: 1 / -1;
    }

    .ecofoot-support-input__send {
      grid-row: 2;
      grid-column: 1 / -1;
    }

    .ecofoot-support-input__field,
    .ecofoot-support-input__send {
      width: 100%;
      min-width: 0;
    }

    .ecofoot-ai-chat__progress {
      width: calc(100% - var(--assistant-icon-size) - 8px);
      margin-left: calc(var(--assistant-icon-size) + 8px);
      margin-right: 0;
    }

    .ecofoot-support-input__chips {
      max-width: none;
      width: calc(100% + 36px);
      margin-left: -18px;
      margin-right: -18px;
      padding-left: 18px;
      padding-right: 18px;
      padding-bottom: 6px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .ecofoot-support-input__chips::-webkit-scrollbar {
      display: none;
    }

    .ecofoot-support-input__chip {
      flex: 0 0 auto;
      white-space: nowrap;
    }

    .ecofoot-ai-message {
      max-width: 90%;
      gap: 6px;
    }

    .ecofoot-ai-message--user {
      max-width: 85%;
    }

    .ecofoot-ai-message__icon {
      width: min(var(--assistant-icon-size), 30px);
      height: min(var(--assistant-icon-size), 30px);
      flex-basis: min(var(--assistant-icon-size), 30px);
    }

    .ecofoot-ai-message__bubble {
      padding: 8px 12px;
    }

    .ecofoot-ai-attachment {
      margin-bottom: -18px;
    }
  }
/* END_SECTION:mock_ai */

/* START_SECTION:privacy-policy (INDEX:58) */
/* Force permanent EcoFoot green header on Privacy Policy page */
  body:has(.ecofoot-privacy) .shopify-section-group-header-group,
  body:has(.ecofoot-privacy) .shopify-section-group-header-group .header-wrapper,
  body:has(.ecofoot-privacy) .shopify-section-group-header-group header,
  body:has(.ecofoot-privacy) .header-wrapper,
  body:has(.ecofoot-privacy) .ecofoot-header,
  body:has(.ecofoot-privacy) .ecofoot-header-section,
  body:has(.ecofoot-privacy) .section-ecofoot-header {
    background: #245C3A !important;
  }
  .ecofoot-privacy {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--ecofoot-privacy-background);
    color: var(--ecofoot-privacy-text);
    padding:
      var(--ecofoot-privacy-padding-top)
      var(--ecofoot-privacy-side-padding)
      var(--ecofoot-privacy-padding-bottom);
  }

  .ecofoot-privacy *,
  .ecofoot-privacy *::before,
  .ecofoot-privacy *::after {
    box-sizing: border-box;
  }

  .ecofoot-privacy__container {
    width: 100%;
    max-width: var(--ecofoot-privacy-max-width);
    margin: 0 auto;
  }

  /*
   * Page heading
   */

  .ecofoot-privacy__header {
    width: 100%;
    max-width: 900px;
    margin: 0 0 42px;
  }

  .ecofoot-privacy__eyebrow {
    margin: 0 0 14px;
    color: var(--ecofoot-privacy-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ecofoot-privacy__title {
    margin: 0;
    color: var(--ecofoot-privacy-heading);
    font-size: var(--ecofoot-privacy-title-size);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.045em;
  }

  .ecofoot-privacy__intro {
    width: 100%;
    max-width: 760px;
    margin-top: 22px;
    color: var(--ecofoot-privacy-muted);
    font-size: 17px;
    line-height: 1.65;
  }

  .ecofoot-privacy__intro p {
    margin: 0;
  }

  .ecofoot-privacy__details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .ecofoot-privacy__detail {
    min-width: 170px;
    padding: 13px 15px;
    border: 1px solid var(--ecofoot-privacy-border);
    border-radius: 8px;
    background: var(--ecofoot-privacy-card-background);
  }

  .ecofoot-privacy__detail-label,
  .ecofoot-privacy__detail-value {
    display: block;
  }

  .ecofoot-privacy__detail-label {
    margin-bottom: 5px;
    color: var(--ecofoot-privacy-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ecofoot-privacy__detail-value {
    color: var(--ecofoot-privacy-heading);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
  }

  /*
   * Main document layout
   */

  .ecofoot-privacy__layout {
    display: grid;
    grid-template-columns:
      minmax(220px, var(--ecofoot-privacy-sidebar-width))
      minmax(0, 1fr);
    align-items: stretch;
    gap: 24px;
    width: 100%;
  }

  .ecofoot-privacy__layout--no-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .ecofoot-privacy__sidebar {
    min-width: 0;
    min-height: 0;
  }

  .ecofoot-privacy__toc-card,
  .ecofoot-privacy__document {
    height: min(
      var(--ecofoot-privacy-panel-height),
      calc(100vh - var(--header-group-height, 0px) - 70px)
    );
    min-height: 440px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color:
      var(--ecofoot-privacy-accent)
      var(--ecofoot-privacy-border);
  }

  .ecofoot-privacy__toc-card::-webkit-scrollbar,
  .ecofoot-privacy__document::-webkit-scrollbar {
    width: 8px;
  }

  .ecofoot-privacy__toc-card::-webkit-scrollbar-track,
  .ecofoot-privacy__document::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .ecofoot-privacy__toc-card::-webkit-scrollbar-thumb,
  .ecofoot-privacy__document::-webkit-scrollbar-thumb {
    background: var(--ecofoot-privacy-accent);
    border: 2px solid #f1f1f1;
    border-radius: 999px;
  }

  /*
   * Table of contents
   */

  .ecofoot-privacy__toc-card {
    width: 100%;
    padding: 24px 20px;
    border: 1px solid var(--ecofoot-privacy-border);
    border-radius: var(--ecofoot-privacy-radius);
    background: var(--ecofoot-privacy-card-background);
  }

  .ecofoot-privacy__toc-header {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ecofoot-privacy-border);
  }

  .ecofoot-privacy__toc-eyebrow {
    margin: 0 0 8px;
    color: var(--ecofoot-privacy-accent);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .ecofoot-privacy__toc-title {
    margin: 0;
    color: var(--ecofoot-privacy-heading);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .ecofoot-privacy__toc {
    display: grid;
    gap: 2px;
    padding-top: 16px;
  }

  .ecofoot-privacy__toc-loading {
    margin: 0;
    color: var(--ecofoot-privacy-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .ecofoot-privacy__toc-link {
    position: relative;
    display: block;
    padding: 9px 10px 9px 14px;
    border-left: 2px solid transparent;
    color: var(--ecofoot-privacy-muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    transition:
      color 160ms ease,
      background-color 160ms ease,
      border-color 160ms ease;
  }

  .ecofoot-privacy__toc-link:hover,
  .ecofoot-privacy__toc-link.is-active {
    border-left-color: var(--ecofoot-privacy-accent);
    background: color-mix(
      in srgb,
      var(--ecofoot-privacy-accent) 8%,
      transparent
    );
    color: var(--ecofoot-privacy-heading);
  }

  .ecofoot-privacy__toc-contact {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--ecofoot-privacy-border);
  }

  .ecofoot-privacy__toc-contact-label {
    display: block;
    margin-bottom: 6px;
    color: var(--ecofoot-privacy-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ecofoot-privacy__toc-contact-link {
    color: var(--ecofoot-privacy-accent);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
  }

  .ecofoot-privacy__toc-contact-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*
   * Scrollable privacy document
   */

  .ecofoot-privacy__document {
    width: 100%;
    min-width: 0;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--ecofoot-privacy-border);
    border-radius: var(--ecofoot-privacy-radius);
    background: var(--ecofoot-privacy-card-background);
    scroll-behavior: smooth;
  }

  .ecofoot-privacy__document:focus {
    outline: none;
  }

  .ecofoot-privacy__document:focus-visible {
    outline: 2px solid var(--ecofoot-privacy-accent);
    outline-offset: 3px;
  }

  .ecofoot-privacy__rte {
    width: 100%;
    max-width: none;
    color: var(--ecofoot-privacy-text);
    font-size: var(--ecofoot-privacy-body-size);
    line-height: 1.72;
  }

  .ecofoot-privacy__rte > :first-child {
    margin-top: 0;
  }

  .ecofoot-privacy__rte > :last-child {
    margin-bottom: 0;
  }

  .ecofoot-privacy__rte h2,
  .ecofoot-privacy__rte h3,
  .ecofoot-privacy__rte h4,
  .ecofoot-privacy__rte h5,
  .ecofoot-privacy__rte h6 {
    color: var(--ecofoot-privacy-heading);
    scroll-margin-top: 24px;
  }

  .ecofoot-privacy__rte h2 {
    margin: 52px 0 18px;
    padding-top: 28px;
    border-top: 1px solid var(--ecofoot-privacy-border);
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.035em;
  }

  .ecofoot-privacy__rte h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .ecofoot-privacy__rte h3 {
    margin: 32px 0 12px;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .ecofoot-privacy__rte h4 {
    margin: 25px 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
  }

  .ecofoot-privacy__rte p {
    margin: 0 0 19px;
  }

  .ecofoot-privacy__rte strong {
    color: var(--ecofoot-privacy-heading);
    font-weight: 650;
  }

  .ecofoot-privacy__rte a {
    color: var(--ecofoot-privacy-accent);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .ecofoot-privacy__rte a:hover {
    text-decoration-thickness: 2px;
  }

  .ecofoot-privacy__rte ul,
  .ecofoot-privacy__rte ol {
    margin: 0 0 22px;
    padding-left: 24px;
  }

  .ecofoot-privacy__rte li {
    margin-bottom: 8px;
    padding-left: 3px;
  }

  .ecofoot-privacy__rte li::marker {
    color: var(--ecofoot-privacy-accent);
    font-weight: 700;
  }

  .ecofoot-privacy__rte blockquote {
    margin: 26px 0;
    padding: 19px 21px;
    border: 0;
    border-left: 3px solid var(--ecofoot-privacy-accent);
    background: color-mix(
      in srgb,
      var(--ecofoot-privacy-accent) 7%,
      var(--ecofoot-privacy-card-background)
    );
    color: var(--ecofoot-privacy-heading);
  }

  .ecofoot-privacy__rte blockquote p:last-child {
    margin-bottom: 0;
  }

  .ecofoot-privacy__rte table {
    display: table;
    width: 100%;
    margin: 25px 0;
    border: 1px solid var(--ecofoot-privacy-border);
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
  }

  .ecofoot-privacy__rte th,
  .ecofoot-privacy__rte td {
    padding: 13px 14px;
    border: 1px solid var(--ecofoot-privacy-border);
    text-align: left;
    vertical-align: top;
  }

  .ecofoot-privacy__rte th {
    background: color-mix(
      in srgb,
      var(--ecofoot-privacy-accent) 8%,
      var(--ecofoot-privacy-card-background)
    );
    color: var(--ecofoot-privacy-heading);
    font-weight: 600;
  }

  .ecofoot-privacy__rte hr {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid var(--ecofoot-privacy-border);
  }

  .ecofoot-privacy__empty {
    display: flex;
    min-height: 300px;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ecofoot-privacy__empty h2 {
    margin: 0 0 12px;
    color: var(--ecofoot-privacy-heading);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
  }

  .ecofoot-privacy__empty p {
    max-width: 570px;
    margin: 0;
    color: var(--ecofoot-privacy-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  /*
   * Privacy support card
   */

  .ecofoot-privacy__contact-card {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--ecofoot-privacy-border);
    border-top: 3px solid var(--ecofoot-privacy-accent);
    border-radius: var(--ecofoot-privacy-radius);
    background: var(--ecofoot-privacy-card-background);
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .ecofoot-privacy__contact-content {
    min-width: 0;
  }

  .ecofoot-privacy__contact-eyebrow {
    margin: 0 0 9px;
    color: var(--ecofoot-privacy-accent);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .ecofoot-privacy__contact-title {
    margin: 0;
    color: var(--ecofoot-privacy-heading);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .ecofoot-privacy__contact-text {
    max-width: 680px;
    margin: 11px 0 0;
    color: var(--ecofoot-privacy-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  .ecofoot-privacy__contact-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .ecofoot-privacy__button {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 19px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition:
      background-color 160ms ease,
      border-color 160ms ease,
      color 160ms ease,
      transform 160ms ease;
  }

  .ecofoot-privacy__button:hover {
    transform: translateY(-1px);
  }

  .ecofoot-privacy__button--primary {
    border: 1px solid var(--ecofoot-privacy-accent);
    background: var(--ecofoot-privacy-accent);
    color: var(--ecofoot-privacy-accent-text);
  }

  .ecofoot-privacy__button--primary:hover {
    background: var(--ecofoot-privacy-heading);
    border-color: var(--ecofoot-privacy-heading);
    color: #ffffff;
  }

  .ecofoot-privacy__button--secondary {
    border: 1px solid var(--ecofoot-privacy-border);
    background: transparent;
    color: var(--ecofoot-privacy-heading);
  }

  .ecofoot-privacy__button--secondary:hover {
    border-color: var(--ecofoot-privacy-heading);
    background: var(--ecofoot-privacy-heading);
    color: #ffffff;
  }

  /*
   * Tablet
   */

  @media screen and (max-width: 989px) {
    .ecofoot-privacy__layout {
      grid-template-columns: minmax(0, 1fr);
    }

    .ecofoot-privacy__sidebar {
      display: none;
    }

    .ecofoot-privacy__document {
      width: 100%;
    }

    .ecofoot-privacy__contact-card {
      align-items: flex-start;
      flex-direction: column;
    }

    .ecofoot-privacy__contact-actions {
      justify-content: flex-start;
    }
  }

  /*
   * Mobile
   */

  @media screen and (max-width: 749px) {
    .ecofoot-privacy {
      padding:
        calc(var(--ecofoot-privacy-padding-top) * 0.72)
        var(--ecofoot-privacy-side-padding-mobile)
        calc(var(--ecofoot-privacy-padding-bottom) * 0.72);
    }

    .ecofoot-privacy__header {
      margin-bottom: 28px;
    }

    .ecofoot-privacy__eyebrow {
      margin-bottom: 11px;
      font-size: 11px;
    }

    .ecofoot-privacy__title {
      font-size: var(--ecofoot-privacy-title-size-mobile);
      line-height: 1.02;
    }

    .ecofoot-privacy__intro {
      margin-top: 17px;
      font-size: 15px;
      line-height: 1.6;
    }

    .ecofoot-privacy__details {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 8px;
      margin-top: 22px;
    }

    .ecofoot-privacy__detail {
      min-width: 0;
    }

    .ecofoot-privacy__document {
      height: min(
        var(--ecofoot-privacy-panel-height-mobile),
        calc(100vh - var(--header-group-height, 0px) - 40px)
      );
      min-height: 400px;
      padding: 24px 19px;
      border-radius: calc(var(--ecofoot-privacy-radius) * 0.8);
    }

    .ecofoot-privacy__rte {
      font-size: 15px;
      line-height: 1.68;
    }

    .ecofoot-privacy__rte h2 {
      margin-top: 40px;
      padding-top: 23px;
      font-size: 27px;
    }

    .ecofoot-privacy__rte h3 {
      margin-top: 28px;
      font-size: 21px;
    }

    .ecofoot-privacy__rte h4 {
      font-size: 17px;
    }

    .ecofoot-privacy__rte table {
      display: block;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
    }

    .ecofoot-privacy__contact-card {
      padding: 26px 21px;
      border-radius: calc(var(--ecofoot-privacy-radius) * 0.8);
    }

    .ecofoot-privacy__contact-actions {
      width: 100%;
    }

    .ecofoot-privacy__button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ecofoot-privacy__document {
      scroll-behavior: auto;
    }

    .ecofoot-privacy__toc-link,
    .ecofoot-privacy__button {
      transition: none;
    }
  }
/* END_SECTION:privacy-policy */

/* START_SECTION:terms-and-conditions (INDEX:65) */
/* Force permanent EcoFoot green header on Terms page */
  body:has(.ecofoot-terms) .shopify-section-group-header-group,
  body:has(.ecofoot-terms) .shopify-section-group-header-group .header-wrapper,
  body:has(.ecofoot-terms) .shopify-section-group-header-group header,
  body:has(.ecofoot-terms) .header-wrapper,
  body:has(.ecofoot-terms) .ecofoot-header,
  body:has(.ecofoot-terms) .ecofoot-header-section,
  body:has(.ecofoot-terms) .section-ecofoot-header {
    background: #245C3A !important;
  }
  .ecofoot-terms {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--ecofoot-terms-background);
    color: var(--ecofoot-terms-text);
    padding:
      var(--ecofoot-terms-padding-top)
      var(--ecofoot-terms-side-padding)
      var(--ecofoot-terms-padding-bottom);
  }

  .ecofoot-terms *,
  .ecofoot-terms *::before,
  .ecofoot-terms *::after {
    box-sizing: border-box;
  }

  .ecofoot-terms__container {
    width: 100%;
    max-width: var(--ecofoot-terms-max-width);
    margin: 0 auto;
  }

  .ecofoot-terms__header {
    width: 100%;
    max-width: 900px;
    margin: 0 0 42px;
  }

  .ecofoot-terms__eyebrow {
    margin: 0 0 14px;
    color: var(--ecofoot-terms-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ecofoot-terms__title {
    margin: 0;
    color: var(--ecofoot-terms-heading);
    font-size: var(--ecofoot-terms-title-size);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.045em;
  }

  .ecofoot-terms__intro {
    width: 100%;
    max-width: 780px;
    margin-top: 22px;
    color: var(--ecofoot-terms-muted);
    font-size: 17px;
    line-height: 1.65;
  }

  .ecofoot-terms__intro p {
    margin: 0;
  }

  .ecofoot-terms__details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .ecofoot-terms__detail {
    min-width: 170px;
    padding: 13px 15px;
    border: 1px solid var(--ecofoot-terms-border);
    border-radius: 8px;
    background: var(--ecofoot-terms-card-background);
  }

  .ecofoot-terms__detail-label,
  .ecofoot-terms__detail-value {
    display: block;
  }

  .ecofoot-terms__detail-label {
    margin-bottom: 5px;
    color: var(--ecofoot-terms-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ecofoot-terms__detail-value {
    color: var(--ecofoot-terms-heading);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
  }

  .ecofoot-terms__layout {
    display: grid;
    grid-template-columns:
      minmax(220px, var(--ecofoot-terms-sidebar-width))
      minmax(0, 1fr);
    align-items: stretch;
    gap: 24px;
    width: 100%;
  }

  .ecofoot-terms__layout--no-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .ecofoot-terms__sidebar {
    min-width: 0;
    min-height: 0;
  }

  .ecofoot-terms__toc-card,
  .ecofoot-terms__document {
    height: min(
      var(--ecofoot-terms-panel-height),
      calc(100vh - var(--header-group-height, 0px) - 70px)
    );
    min-height: 440px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color:
      var(--ecofoot-terms-accent)
      var(--ecofoot-terms-border);
  }

  .ecofoot-terms__toc-card::-webkit-scrollbar,
  .ecofoot-terms__document::-webkit-scrollbar {
    width: 8px;
  }

  .ecofoot-terms__toc-card::-webkit-scrollbar-track,
  .ecofoot-terms__document::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .ecofoot-terms__toc-card::-webkit-scrollbar-thumb,
  .ecofoot-terms__document::-webkit-scrollbar-thumb {
    background: var(--ecofoot-terms-accent);
    border: 2px solid #f1f1f1;
    border-radius: 999px;
  }

  .ecofoot-terms__toc-card {
    width: 100%;
    padding: 24px 20px;
    border: 1px solid var(--ecofoot-terms-border);
    border-radius: var(--ecofoot-terms-radius);
    background: var(--ecofoot-terms-card-background);
  }

  .ecofoot-terms__toc-header {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ecofoot-terms-border);
  }

  .ecofoot-terms__toc-eyebrow {
    margin: 0 0 8px;
    color: var(--ecofoot-terms-accent);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .ecofoot-terms__toc-title {
    margin: 0;
    color: var(--ecofoot-terms-heading);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .ecofoot-terms__toc {
    display: grid;
    gap: 2px;
    padding-top: 16px;
  }

  .ecofoot-terms__toc-loading {
    margin: 0;
    color: var(--ecofoot-terms-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .ecofoot-terms__toc-link {
    position: relative;
    display: block;
    padding: 9px 10px 9px 14px;
    border-left: 2px solid transparent;
    color: var(--ecofoot-terms-muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    transition:
      color 160ms ease,
      background-color 160ms ease,
      border-color 160ms ease;
  }

  .ecofoot-terms__toc-link:hover,
  .ecofoot-terms__toc-link.is-active {
    border-left-color: var(--ecofoot-terms-accent);
    background: color-mix(
      in srgb,
      var(--ecofoot-terms-accent) 8%,
      transparent
    );
    color: var(--ecofoot-terms-heading);
  }

  .ecofoot-terms__toc-contact {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--ecofoot-terms-border);
  }

  .ecofoot-terms__toc-contact-label {
    display: block;
    margin-bottom: 6px;
    color: var(--ecofoot-terms-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ecofoot-terms__toc-contact-link {
    color: var(--ecofoot-terms-accent);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
  }

  .ecofoot-terms__toc-contact-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ecofoot-terms__document {
    width: 100%;
    min-width: 0;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--ecofoot-terms-border);
    border-radius: var(--ecofoot-terms-radius);
    background: var(--ecofoot-terms-card-background);
    scroll-behavior: smooth;
  }

  .ecofoot-terms__document:focus {
    outline: none;
  }

  .ecofoot-terms__document:focus-visible {
    outline: 2px solid var(--ecofoot-terms-accent);
    outline-offset: 3px;
  }

  .ecofoot-terms__rte {
    width: 100%;
    max-width: none;
    color: var(--ecofoot-terms-text);
    font-size: var(--ecofoot-terms-body-size);
    line-height: 1.72;
  }

  .ecofoot-terms__rte > :first-child {
    margin-top: 0;
  }

  .ecofoot-terms__rte > :last-child {
    margin-bottom: 0;
  }

  .ecofoot-terms__rte h2,
  .ecofoot-terms__rte h3,
  .ecofoot-terms__rte h4,
  .ecofoot-terms__rte h5,
  .ecofoot-terms__rte h6 {
    color: var(--ecofoot-terms-heading);
    scroll-margin-top: 24px;
  }

  .ecofoot-terms__rte h2 {
    margin: 52px 0 18px;
    padding-top: 28px;
    border-top: 1px solid var(--ecofoot-terms-border);
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.035em;
  }

  .ecofoot-terms__rte h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .ecofoot-terms__rte h3 {
    margin: 32px 0 12px;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .ecofoot-terms__rte h4 {
    margin: 25px 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
  }

  .ecofoot-terms__rte p {
    margin: 0 0 19px;
  }

  .ecofoot-terms__rte strong {
    color: var(--ecofoot-terms-heading);
    font-weight: 650;
  }

  .ecofoot-terms__rte a {
    color: var(--ecofoot-terms-accent);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .ecofoot-terms__rte a:hover {
    text-decoration-thickness: 2px;
  }

  .ecofoot-terms__rte ul,
  .ecofoot-terms__rte ol {
    margin: 0 0 22px;
    padding-left: 24px;
  }

  .ecofoot-terms__rte li {
    margin-bottom: 8px;
    padding-left: 3px;
  }

  .ecofoot-terms__rte li::marker {
    color: var(--ecofoot-terms-accent);
    font-weight: 700;
  }

  .ecofoot-terms__rte blockquote {
    margin: 26px 0;
    padding: 19px 21px;
    border: 0;
    border-left: 3px solid var(--ecofoot-terms-accent);
    background: color-mix(
      in srgb,
      var(--ecofoot-terms-accent) 7%,
      var(--ecofoot-terms-card-background)
    );
    color: var(--ecofoot-terms-heading);
  }

  .ecofoot-terms__rte blockquote p:last-child {
    margin-bottom: 0;
  }

  .ecofoot-terms__rte table {
    display: table;
    width: 100%;
    margin: 25px 0;
    border: 1px solid var(--ecofoot-terms-border);
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
  }

  .ecofoot-terms__rte th,
  .ecofoot-terms__rte td {
    padding: 13px 14px;
    border: 1px solid var(--ecofoot-terms-border);
    text-align: left;
    vertical-align: top;
  }

  .ecofoot-terms__rte th {
    background: color-mix(
      in srgb,
      var(--ecofoot-terms-accent) 8%,
      var(--ecofoot-terms-card-background)
    );
    color: var(--ecofoot-terms-heading);
    font-weight: 600;
  }

  .ecofoot-terms__rte hr {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid var(--ecofoot-terms-border);
  }

  .ecofoot-terms__empty {
    display: flex;
    min-height: 300px;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ecofoot-terms__empty h2 {
    margin: 0 0 12px;
    color: var(--ecofoot-terms-heading);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
  }

  .ecofoot-terms__empty p {
    max-width: 570px;
    margin: 0;
    color: var(--ecofoot-terms-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  .ecofoot-terms__contact-card {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--ecofoot-terms-border);
    border-top: 3px solid var(--ecofoot-terms-accent);
    border-radius: var(--ecofoot-terms-radius);
    background: var(--ecofoot-terms-card-background);
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .ecofoot-terms__contact-content {
    min-width: 0;
  }

  .ecofoot-terms__contact-eyebrow {
    margin: 0 0 9px;
    color: var(--ecofoot-terms-accent);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .ecofoot-terms__contact-title {
    margin: 0;
    color: var(--ecofoot-terms-heading);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .ecofoot-terms__contact-text {
    max-width: 680px;
    margin: 11px 0 0;
    color: var(--ecofoot-terms-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  .ecofoot-terms__contact-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .ecofoot-terms__button {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 19px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition:
      background-color 160ms ease,
      border-color 160ms ease,
      color 160ms ease,
      transform 160ms ease;
  }

  .ecofoot-terms__button:hover {
    transform: translateY(-1px);
  }

  .ecofoot-terms__button--primary {
    border: 1px solid var(--ecofoot-terms-accent);
    background: var(--ecofoot-terms-accent);
    color: var(--ecofoot-terms-accent-text);
  }

  .ecofoot-terms__button--primary:hover {
    background: var(--ecofoot-terms-heading);
    border-color: var(--ecofoot-terms-heading);
    color: #ffffff;
  }

  .ecofoot-terms__button--secondary {
    border: 1px solid var(--ecofoot-terms-border);
    background: transparent;
    color: var(--ecofoot-terms-heading);
  }

  .ecofoot-terms__button--secondary:hover {
    border-color: var(--ecofoot-terms-heading);
    background: var(--ecofoot-terms-heading);
    color: #ffffff;
  }

  @media screen and (max-width: 989px) {
    .ecofoot-terms__layout {
      grid-template-columns: minmax(0, 1fr);
    }

    .ecofoot-terms__sidebar {
      display: none;
    }

    .ecofoot-terms__document {
      width: 100%;
    }

    .ecofoot-terms__contact-card {
      align-items: flex-start;
      flex-direction: column;
    }

    .ecofoot-terms__contact-actions {
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 749px) {
    .ecofoot-terms {
      padding:
        calc(var(--ecofoot-terms-padding-top) * 0.72)
        var(--ecofoot-terms-side-padding-mobile)
        calc(var(--ecofoot-terms-padding-bottom) * 0.72);
    }

    .ecofoot-terms__header {
      margin-bottom: 28px;
    }

    .ecofoot-terms__eyebrow {
      margin-bottom: 11px;
      font-size: 11px;
    }

    .ecofoot-terms__title {
      font-size: var(--ecofoot-terms-title-size-mobile);
      line-height: 1.02;
    }

    .ecofoot-terms__intro {
      margin-top: 17px;
      font-size: 15px;
      line-height: 1.6;
    }

    .ecofoot-terms__details {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 8px;
      margin-top: 22px;
    }

    .ecofoot-terms__detail {
      min-width: 0;
    }

    .ecofoot-terms__document {
      height: min(
        var(--ecofoot-terms-panel-height-mobile),
        calc(100vh - var(--header-group-height, 0px) - 40px)
      );
      min-height: 400px;
      padding: 24px 19px;
      border-radius: calc(var(--ecofoot-terms-radius) * 0.8);
    }

    .ecofoot-terms__rte {
      font-size: 15px;
      line-height: 1.68;
    }

    .ecofoot-terms__rte h2 {
      margin-top: 40px;
      padding-top: 23px;
      font-size: 27px;
    }

    .ecofoot-terms__rte h3 {
      margin-top: 28px;
      font-size: 21px;
    }

    .ecofoot-terms__rte h4 {
      font-size: 17px;
    }

    .ecofoot-terms__rte table {
      display: block;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
    }

    .ecofoot-terms__contact-card {
      padding: 26px 21px;
      border-radius: calc(var(--ecofoot-terms-radius) * 0.8);
    }

    .ecofoot-terms__contact-actions {
      width: 100%;
    }

    .ecofoot-terms__button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ecofoot-terms__document {
      scroll-behavior: auto;
    }

    .ecofoot-terms__toc-link,
    .ecofoot-terms__button {
      transition: none;
    }
  }
/* END_SECTION:terms-and-conditions */

/* START_SECTION:vendor_logos (INDEX:66) */
.ecofoot-logo-carousel {
    width: 100%;
    background: var(--eflc-bg);
    padding: var(--eflc-pad-top) var(--eflc-pad-x) var(--eflc-pad-bottom);
    overflow: hidden;
  }

  .ecofoot-logo-carousel__inner {
    width: 100%;
    max-width: var(--eflc-max-width);
    margin: 0 auto;
  }

  .ecofoot-logo-carousel__inner--full {
    max-width: var(--eflc-max-width);
  }

  .ecofoot-logo-carousel__intro {
    margin-bottom: var(--eflc-heading-gap);
  }

  .ecofoot-logo-carousel__intro--left { text-align: left; }
  .ecofoot-logo-carousel__intro--center { text-align: center; }
  .ecofoot-logo-carousel__intro--right { text-align: right; }

  .ecofoot-logo-carousel__intro-logo-wrap {
    display: flex;
    width: 100%;
  }

  .ecofoot-logo-carousel__intro--left .ecofoot-logo-carousel__intro-logo-wrap { justify-content: flex-start; }
  .ecofoot-logo-carousel__intro--center .ecofoot-logo-carousel__intro-logo-wrap { justify-content: center; }
  .ecofoot-logo-carousel__intro--right .ecofoot-logo-carousel__intro-logo-wrap { justify-content: flex-end; }

  .ecofoot-logo-carousel__intro-logo {
    display: block;
    width: min(var(--eflc-intro-logo-width), 100%);
    height: auto;
  }

  .ecofoot-logo-carousel__text {
    margin-top: 10px;
    color: var(--eflc-text-color);
    font-size: var(--eflc-text-size);
    line-height: 1.5;
  }

  .ecofoot-logo-carousel__text p { margin: 0; }

  .ecofoot-logo-carousel__viewport {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    cursor: grab;
  }

  .ecofoot-logo-carousel__viewport::-webkit-scrollbar { display: none; }
  .ecofoot-logo-carousel__viewport:active { cursor: grabbing; }

  .ecofoot-logo-carousel__viewport--fade {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--eflc-fade-width),
      #000 calc(100% - var(--eflc-fade-width)),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 var(--eflc-fade-width),
      #000 calc(100% - var(--eflc-fade-width)),
      transparent 100%
    );
  }

  .ecofoot-logo-carousel__viewport--fade::before,
  .ecofoot-logo-carousel__viewport--fade::after {
    display: none;
  }

  .ecofoot-logo-carousel__track {
    display: flex;
    width: max-content;
    will-change: scroll-position;
  }

  .ecofoot-logo-carousel__group {
    display: flex;
    align-items: center;
    gap: var(--eflc-track-gap);
    padding-right: var(--eflc-track-gap);
    flex: 0 0 auto;
  }

  .ecofoot-logo-carousel__item { flex: 0 0 auto; }

  .ecofoot-logo-carousel__logo-link {
    width: var(--eflc-logo-width);
    min-height: var(--eflc-logo-height);
    padding: var(--eflc-logo-pad-y) var(--eflc-logo-pad-x);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--eflc-card-bg);
    border: 1px solid var(--eflc-card-border);
    border-radius: var(--eflc-radius);
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
  }

  .ecofoot-logo-carousel__logo-link:hover,
  .ecofoot-logo-carousel__logo-link:focus-visible {
    transform: translateY(calc(var(--eflc-hover-lift) * -1)) scale(var(--eflc-hover-scale));
    opacity: var(--eflc-hover-opacity);
    border-color: {{ section.settings.logo_card_hover_border }};
    background: {{ section.settings.logo_card_hover_background }};
    box-shadow: 0 12px 28px rgba(0, 0, 0, {{ section.settings.hover_shadow_opacity | divided_by: 100.0 }});
    outline: none;
  }

  .ecofoot-logo-carousel__logo {
    display: block;
    max-width: 100%;
    max-height: var(--eflc-logo-height);
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: var(--eflc-opacity);
    {% if section.settings.grayscale_logos %}filter: grayscale(100%);{% endif %}
    transition: filter 0.22s ease, opacity 0.22s ease;
  }

  .ecofoot-logo-carousel__logo-link:hover .ecofoot-logo-carousel__logo,
  .ecofoot-logo-carousel__logo-link:focus-visible .ecofoot-logo-carousel__logo {
    {% if section.settings.grayscale_logos %}filter: grayscale(0%);{% endif %}
    opacity: var(--eflc-hover-opacity);
  }

  .ecofoot-logo-carousel__placeholder {
    font-size: 16px;
    line-height: 1.25;
    color: #1a1a1a;
    text-align: center;
  }

  @media screen and (max-width: 749px) {
    .ecofoot-logo-carousel { padding-left: 0; padding-right: 0; }
    .ecofoot-logo-carousel__intro { padding-left: 20px; padding-right: 20px; }
    .ecofoot-logo-carousel__logo-link { width: min(var(--eflc-logo-width), 170px); }
    .ecofoot-logo-carousel { --eflc-fade-width: min({{ section.settings.fade_width }}px, 18vw); }
  }

  @media (prefers-reduced-motion: reduce) {
    .ecofoot-logo-carousel__track { transform: none; }
  }
/* END_SECTION:vendor_logos */