:root {
  --color-page-edge: #efefef;
  --color-surface: #ffffff;
  --color-ink: #666666;
  --color-ink-strong: #5d5d5d;
  --color-link: #2ea3f2;
  --color-icon: rgb(12, 183, 206);
  --color-divider: #cfe8ef;
  --color-divider-warm: #e9b94b;
  --color-footer-bg: #444444;
  --color-footer-text: #bcbcbc;
  --color-band: rgba(0, 0, 0, 0.05);
  --color-menu-border: #2ea3f2;
  --color-menu-hover: rgba(0, 0, 0, 0.03);

  --font-family-ui: "Poppins", Helvetica, Arial, sans-serif;
  --font-family-content: "Poppins", Helvetica, Arial, sans-serif;

  --shell-frame-width: 80%;
  --shell-frame-max-width: 1500px;
  --shell-frame-width-tablet: 80%;
  --shell-frame-max-width-tablet: 90%;
  --shell-frame-width-mobile: 100%;
  --shell-frame-max-width-mobile: 100%;
}
 
  @font-face {
    font-family: "Poppins";
    src: url("fonts/poppins-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: block;
  }

  @font-face {
    font-family: "Poppins";
    src: url("fonts/poppins-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: block;
  }

  @font-face {
    font-family: "Poppins";
    src: url("fonts/poppins-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: block;
  }

  /* Keep the legacy icon font available while Divi-era cached CSS still exists
     on rebuilt pages; this is visually neutral for the SVG icon buttons. */
  @font-face {
    font-family: "ETmodules";
    src: url("fonts/ETmodules.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
  }

  * {
    box-sizing: border-box;
  }

  html {
    min-height: 100%;
  }

  body {
    min-height: 100vh;
    color: var(--color-ink);
    margin: 0;
    background: var(--color-page-edge);
    font-family: var(--font-family-ui);
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

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

  img,
  svg {
    display: block;
    max-width: 100%;
  }

  p {
    margin: 0;
  }

  strong {
    font-weight: 600;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ::selection {
    background: rgba(71, 182, 255, 0.2);
  }

  .site-shell {
    min-height: 100%;
  }

  .site-main {
    display: block;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  @media (max-width: 767px) {
    body {
      background: var(--color-surface);
    }
  }

  .site-header,
  .site-footer,
  .site-main {
    position: relative;
  }

  .site-header {
    z-index: 10;
  }

  .site-shell__frame {
    width: var(--shell-frame-width);
    max-width: var(--shell-frame-max-width);
    margin: 0 auto;
  }

  .site-header__band,
  .site-footer__band {
    background: var(--color-page-edge);
  }

  .site-header__band-inner,
  .site-footer__band-inner {
    background: var(--color-surface);
  }

  .site-header__row,
  .site-footer__row {
    background: var(--color-surface);
  }

  .site-header__row {
    position: relative;
  }

  .site-header__row--desktop {
    display: grid;
    grid-template-columns: 57.8% 15.6% 15.6%;
    column-gap: 5.5%;
    align-items: center;
    padding: 30px 0;
  }

  .site-header__desktop-phone {
    display: flex;
    align-items: center;
  }

  .site-header__desktop-actions {
    position: relative;
    display: block;
  }

  .site-header__row--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 35px;
  }

  .site-header__phone-text {
    color: var(--color-ink);
    font-family: var(--font-family-content);
    line-height: 23.8px;
  }

  .site-header__phone-text p {
    line-height: inherit;
  }

  .site-header__phone-text a {
    color: inherit;
    text-decoration: inherit;
    font: inherit;
    line-height: inherit;
  }

  .site-header__phone-text--desktop {
    margin-top: 2px;
    margin-left: 70px;
    font-size: 19px;
    font-weight: 600;
  }

  .site-header__phone-text--mobile {
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
  }

  .site-header__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0;
  }

  .icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 11px;
    color: var(--color-icon);
    background: none;
    border: 0;
    cursor: pointer;
  }

  .icon-button__glyph {
    display: block;
    width: 1em;
    height: 1em;
    color: currentColor;
    font-family: "ETmodules", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    flex: 0 0 auto;
    transform-origin: center;
  }

  .icon-button__glyph--menu-open,
  .icon-button__glyph--menu-close {
    display: block;
  }

  .icon-button[aria-expanded="true"] .icon-button__glyph--menu-open,
  .icon-button[aria-expanded="false"] .icon-button__glyph--menu-close {
    display: none;
  }

  .menu-drawer {
    display: none;
    background: var(--color-surface);
    border-top: 3px solid var(--color-menu-border);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 20;
  }

  .menu-drawer--open {
    display: block;
  }

.menu-drawer--desktop {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: max-content;
  max-width: min(calc(100vw - 48px), 34rem);
}

  .menu-drawer--mobile {
    width: 100%;
    margin-top: 18px;
  }

  .menu-drawer__list {
    list-style: none !important;
    text-align: left;
  }

.menu-drawer__list a {
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: var(--color-ink);
    font-size: 14px;
    line-height: 1.4;
    transition:
      opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
  }

.menu-drawer__list a:hover {
  background-color: var(--color-menu-hover);
  opacity: 0.7;
}

.menu-drawer--desktop .menu-drawer__list a {
  padding-inline: 34px;
  white-space: nowrap;
}

  .site-header__band--mobile {
    display: none;
  }

  .site-footer__row {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--color-footer-bg);
    line-height: 23.8px;
  }

  .site-footer__text {
    color: var(--color-footer-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
  }

  .site-footer__text p {
    line-height: 23.8px;
  }

  @media (min-width: 981px) {
    .site-header__band--desktop {
      display: block;
    }

    .site-header__actions {
      width: 100%;
    }

    .icon-button--cart {
      width: 24px;
      height: 58px;
    }

    .icon-button__glyph--cart {
      font-size: 17px;
      transform: scale(1.34);
    }

    .icon-button--menu {
      width: 58px;
      height: 58px;
    }

    .icon-button__glyph--menu {
      font-size: 32px;
      transform: scale(1.72);
    }
  }

  @media (max-width: 980px) {
    .site-shell__frame {
      width: var(--shell-frame-width-tablet);
      max-width: var(--shell-frame-max-width-tablet);
    }

    .site-header__band--desktop {
      display: none;
    }

    .site-header__band--mobile {
      display: block;
    }

    .icon-button--cart {
      width: 25px;
      height: 47px;
    }

    .icon-button__glyph--cart {
      font-size: 17px;
      transform: scale(1.47);
    }

    .icon-button--menu {
      width: 47px;
      height: 47px;
    }

    .icon-button__glyph--menu {
      font-size: 32px;
      transform: scale(1.55);
    }

    .site-footer__row {
      width: 80%;
      margin: 0 auto;
    }
  }

  @media (max-width: 767px) {
    .site-shell__frame {
      width: var(--shell-frame-width-mobile);
      max-width: var(--shell-frame-max-width-mobile);
    }

    .site-footer__row {
      width: 100%;
    }

  .site-footer__text {
    box-sizing: border-box;
    padding-inline: 19.5px;
  }
}
