html,
    body {
      overflow-x: hidden !important;
    }

    .bc-custom-footer,
    .bc-custom-footer * {
      box-sizing: border-box;
    }

    .bc-custom-footer {
      position: relative;
      left: 50%;
      width: 100vw;
      max-width: 100vw;
      margin: 0;
      transform: translateX(-50%);
      background: #f1f1f1;
      color: #000;
      padding: 38px 28px 28px;
      font-family: Arial, Helvetica, sans-serif;
      overflow-x: hidden;
    }

    .bc-footer-wrap {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 1.15fr 1.35fr;
      gap: 80px;
      align-items: flex-start;
    }

    .bc-footer-col {
      width: 100%;
      min-width: 0;
    }

    .bc-footer-logo {
      display: inline-block;
      margin-bottom: 22px;
      text-decoration: none;
      line-height: 1;
    }

    .bc-footer-logo-img {
      display: none;
      width: 190px;
      max-width: 100%;
      height: auto;
    }

    .bc-footer-logo.has-site-logo .bc-footer-logo-img {
      display: block;
    }

    .bc-footer-logo.has-site-logo .bc-footer-logo-text {
      display: none;
    }

    .bc-footer-logo-text {
      display: inline-flex;
      align-items: center;
      font-size: 38px;
      font-weight: 900;
      letter-spacing: -2px;
      color: #fff;
      text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        0 3px 0 #000;
    }

    .bc-footer-logo-text span:first-child {
      color: #97df43;
    }

    .bc-footer-menu-title {
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
      margin: 0 0 6px;
      text-transform: uppercase;
    }

    .bc-footer-menu {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }

    .bc-footer-menu li {
      margin: 0;
      padding: 0;
      line-height: 1.38;
    }

    .bc-footer-menu a {
      color: #000;
      font-size: 13px;
      line-height: 1.38;
      text-decoration: none;
      transition: opacity 0.2s ease;
    }

    .bc-footer-menu a:hover,
    .bc-footer-policy-links a:hover {
      opacity: 0.7;
      text-decoration: underline;
    }

    .bc-track-order-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 268px;
      min-height: 40px;
      padding: 10px 20px;
      border: 1.5px solid #000;
      border-radius: 999px;
      background: #ffb733;
      color: #fff !important;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      text-decoration: none !important;
      letter-spacing: 0.2px;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .bc-track-order-btn:hover {
      background: #ffa91f;
      transform: translateY(-1px);
    }

    .bc-footer-newsletter {
      width: 100%;
      max-width: none;
      margin: 20px auto 0;
      text-align: center;
      display: flex;
      justify-content: center;
    }

    .bc-footer-newsletter .klaviyo-form-RXhyP7 {
      width: 100%;
      max-width: 380px;
    }

    .bc-footer-right {
      width: 100%;
      max-width: 520px;
      margin-left: auto;
    }

    .bc-safe-accordion-wrap,
    .bc-safe-accordion-wrap * {
      box-sizing: border-box !important;
    }

    .bc-safe-accordion-wrap {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 0 20px !important;
      padding: 0 !important;
      font-family: Arial, Helvetica, sans-serif !important;
    }

    .bc-safe-accordion-item {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 0 10px !important;
      padding: 0 !important;
      border: none !important;
      background: transparent !important;
    }

    .bc-safe-accordion-title {
      width: 100% !important;
      min-height: 43px !important;
      padding: 0 13px !important;
      border: 1px solid #dddddd !important;
      border-radius: 14px !important;
      background: #eeeeee !important;
      color: #000000 !important;
      cursor: pointer !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      list-style: none !important;
      outline: none !important;
      box-shadow: none !important;
    }

    .bc-safe-accordion-title::-webkit-details-marker {
      display: none !important;
    }

    .bc-safe-accordion-title::marker {
      display: none !important;
      content: "" !important;
    }

    .bc-safe-accordion-title span:first-child {
      color: #000000 !important;
      font-size: 13px !important;
      line-height: 1.2 !important;
      font-weight: 800 !important;
      letter-spacing: 0.2px !important;
    }

    .bc-safe-accordion-icon {
      position: relative !important;
      width: 13px !important;
      height: 13px !important;
      flex: 0 0 13px !important;
    }

    .bc-safe-accordion-icon::before,
    .bc-safe-accordion-icon::after {
      content: "" !important;
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      width: 11px !important;
      height: 2px !important;
      background: #000000 !important;
      border-radius: 2px !important;
      transform: translate(-50%, -50%) !important;
    }

    .bc-safe-accordion-icon::after {
      transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .bc-safe-accordion-item[open] .bc-safe-accordion-icon::after {
      opacity: 0 !important;
    }

    .bc-safe-accordion-content {
      width: 100% !important;
      margin-top: 8px !important;
      padding: 20px 30px 23px 34px !important;
      border: 1px solid #dddddd !important;
      border-radius: 8px !important;
      background: #eeeeee !important;
    }

    .bc-safe-accordion-content ul {
      margin: 0 !important;
      padding-left: 18px !important;
      list-style: disc !important;
    }

    .bc-safe-accordion-content li {
      margin: 0 0 4px !important;
      padding: 0 !important;
      color: #000000 !important;
      font-size: 14px !important;
      line-height: 1.65 !important;
      font-weight: 500 !important;
      letter-spacing: 0.2px !important;
    }

    .bc-safe-accordion-content li:last-child {
      margin-bottom: 0 !important;
    }

    .bc-footer-policy-links {
      margin: 0 0 20px;
      color: #000;
      font-size: 13px;
      line-height: 1.75;
    }

    .bc-footer-policy-links a {
      color: #000;
      font-size: 13px;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .bc-footer-social {
      text-align: center;
      margin: 0 0 24px;
    }

    .bc-footer-social-title {
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.2;
    }

    .bc-footer-social-line {
      width: 175px;
      height: 1.5px;
      margin: 0 auto 12px;
      background: #f2a51f;
    }

    .bc-footer-social-icons {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .bc-footer-social-icons a {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ffb733;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .bc-footer-social-icons a:hover {
      background: #ffa91f;
      transform: translateY(-1px);
    }

    .bc-footer-social-icons svg {
      width: 17px;
      height: 17px;
      display: block;
      fill: currentColor;
    }

    .bc-footer-legal {
      margin: 0 0 22px;
      color: #000;
      font-size: 13px;
      line-height: 1.75;
    }

    .bc-footer-legal p {
      margin: 0 0 3px;
    }

    .bc-footer-payments {
      text-align: center;
    }

    .bc-footer-payments img {
      display: inline-block;
      width: 175px;
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 1024px) {
      .bc-custom-footer {
        padding: 34px 16px 26px;
      }

      .bc-footer-wrap {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .bc-footer-col,
      .bc-footer-right {
        text-align: center;
      }

      .bc-footer-newsletter {
        margin-top: 0;
        display: block;
      }

      .bc-footer-newsletter .klaviyo-form-RXhyP7 {
        max-width: 380px;
        margin: 0 auto;
      }

      .bc-footer-right {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
      }

      .bc-safe-accordion-wrap {
        text-align: left;
      }

      .bc-track-order-btn {
        width: min(100%, 300px);
      }
    }

    @media (max-width: 767px) {
      .bc-custom-footer {
        padding: 30px 16px 24px;
      }

      .bc-footer-wrap {
        gap: 30px;
      }

      .bc-footer-logo-img {
        width: 170px;
        margin: 0 auto;
      }

      .bc-footer-logo-text {
        font-size: 34px;
      }

      .bc-track-order-btn {
        min-height: 42px;
        padding: 12px 20px;
        font-size: 13px;
      }

      .bc-safe-accordion-title {
        min-height: 41px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
      }

      .bc-safe-accordion-title span:first-child {
        font-size: 12.5px !important;
      }

      .bc-safe-accordion-content {
        padding: 18px 22px 20px 32px !important;
      }

      .bc-safe-accordion-content li {
        font-size: 13px !important;
        line-height: 1.65 !important;
      }

      .bc-footer-policy-links,
      .bc-footer-policy-links a {
        font-size: 13px;
        line-height: 1.9;
      }

      .bc-footer-social-title {
        font-size: 20px;
      }

      .bc-footer-social-icons a {
        width: 32px;
        height: 32px;
      }

      .bc-footer-social-icons svg {
        width: 17px;
        height: 17px;
      }

      .bc-footer-legal {
        font-size: 13px;
        line-height: 1.75;
      }
    }

/* Native theme integration */
.bc-custom-footer .bc-footer-logo img.custom-logo,
.bc-custom-footer .bc-footer-logo-img {
  object-fit: contain;
}

