/** Shopify CDN: Minification failed

Line 7:2 Unexpected "<"
Line 132:2 Unexpected "<"

**/
  <style>
    .fbt-section {
      padding: 32px 0;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      margin: 32px 0;
      font-family: inherit;
    }
    .fbt-title {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #1a1a1a;
    }
    .fbt-row {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      row-gap: 20px;
    }
    .fbt-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 160px;
      position: relative;
      text-align: center;
    }
    .fbt-check-wrap {
      position: absolute;
      top: 6px;
      left: 6px;
      z-index: 1;
    }
    .fbt-check-wrap input[type="checkbox"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
      accent-color: #1a1a1a;
    }
    .fbt-item img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border: 1px solid #e0e0e0;
      border-radius: 6px;
      display: block;
    }
    .fbt-item-title {
      font-size: 0.78rem;
      color: #333;
      margin: 8px 0 4px;
      line-height: 1.3;
      max-width: 150px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .fbt-item-price {
      font-size: 0.85rem;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0;
    }
    .fbt-plus {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 300;
      color: #888;
      padding: 0 10px;
      margin-top: 60px;
      flex-shrink: 0;
    }
    .fbt-footer {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 20px;
      flex-wrap: wrap;
    }
    .fbt-total-label {
      font-size: 0.95rem;
      color: #333;
      margin: 0;
    }
    .fbt-btn {
      background-color: #1a1a1a;
      color: #fff;
      border: none;
      padding: 12px 24px;
      font-size: 0.9rem;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.2s ease;
      min-height: 44px; /* WCAG touch target minimum */
    }
    .fbt-btn:hover { background-color: #333; }
    .fbt-btn:focus-visible {
      outline: 3px solid #005fcc;
      outline-offset: 2px;
    }
    .fbt-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }
    .visually-hidden {
      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: 640px) {
      .fbt-row { justify-content: center; }
      .fbt-item { width: 130px; }
      .fbt-item img { width: 120px; height: 120px; }
    }
  </style>