/* FlowBlend – Custom Store CSS */
/* ======================================
   FlowBlend: Hide Header + Breadcrumbs
   Scoped by JS-added html.fb-hide-chrome
   ====================================== */

html.fb-hide-chrome .page-heading {
  display: none !important;
}
/* Home page: hide breadcrumbs too */
html.fb-home ul.breadcrumbs {
  display: none !important;
}

/* =====================================
   FOOTER PAGES NAV — MOBILE OPTIMIZED
   - Customer Care: single column
   - Other page sections: two columns
   ===================================== */
@media (max-width: 767px) {

  /* Section spacing + dividers */
  .footer-pages-col {
    padding: 14px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }

  /* No divider after the last pages column */
  .footer-pages-col:last-of-type {
    border-bottom: 0;
  }

  /* Headings */
  .footer-pages-col .footer-info-heading {
    margin: 0 0 8px;
    line-height: 1.1;
    text-align: left;
    padding: 0 6px;
  }

  /* Default: two-column layout for page lists */
  .footer-pages-col .footer-info-list {
    margin: 0;
    padding: 0 6px;
    column-count: 2;
    column-gap: 18px;
  }

  /* Single-column override for Customer Care */
  .footer-pages-col--support .footer-info-list {
    column-count: 1;
  }

  /* Prevent awkward column breaks */
  .footer-pages-col .footer-info-list li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 6px;
  }

  /* Tight, tappable links */
  .footer-pages-col .footer-info-list a {
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    line-height: 1.25;
    text-align: left;
  }
}
/* Ensure Fera modal is always on top - Hide Smile.io Rewards button */
.fera.fera-modal.is-open,
.fera.fera-modal.is-open .fera-modal-overlay,
.fera.fera-modal.is-open .fera-modal-dialog-container {
  z-index: 2147483647 !important;
}
/* FlowBlend COA */
.fb-coa{
  margin:18px 0;
  padding:14px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  background:#fff;
}
.fb-coa h3{ margin:0 0 10px; font-size:18px; }
.fb-coa-note{ margin:10px 0 0; font-size:14px; opacity:.85; }

.fb-coa-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.fb-coa-btn{
  display:inline-block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.18);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}