.billora-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.billora-product-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.15s ease;
}

.billora-product-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.billora-product-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.75rem;
}

.billora-product-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.billora-product-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.billora-product-price {
  margin: 0;
  font-size: 0.9rem;
  color: #374151;
}

.billora-categories-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.billora-category-item {
  padding: 0.5rem 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}

.billora-category-slug {
  font-size: 0.75rem;
  color: #6b7280;
}

.billora-connector-msg {
  color: #6b7280;
  font-size: 0.9rem;
}

.billora-search-results[data-loading="1"] {
  opacity: 0.6;
}

.billora-search-wrap {
  margin: 1rem 0;
}

.billora-product-buy {
  display: block;
  margin: 0 0.75rem 0.75rem;
  padding: 0.45rem 0.75rem;
  text-align: center;
  background: #fc5504;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.billora-storefront-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.billora-storefront-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.billora-storefront-shop,
.billora-storefront-cart {
  background: #f3f4f6;
  color: #111827 !important;
  border: 1px solid #e5e7eb;
}

.billora-storefront-checkout {
  background: #fc5504;
  color: #fff !important;
}

.billora-product-detail-secondary {
  display: inline-block;
  margin-top: 0.35rem;
  color: #fc5504;
  text-decoration: none;
  font-weight: 600;
}

.billora-search-form {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  max-width: 480px;
}

.billora-search-input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.95rem;
}

.billora-search-button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  background: #fc5504;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.billora-product-detail {
  max-width: 520px;
  margin: 1.5rem 0;
}

.billora-product-detail-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.billora-product-detail-name {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.billora-product-detail-price {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.billora-product-detail-cta {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fc5504;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.billora-customer-auth {
  max-width: 360px;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.billora-customer-auth--account {
  max-width: 720px;
}

.billora-category-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.billora-category-link:hover .billora-category-name {
  color: #fc5504;
}

.billora-customer-orders {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.billora-customer-orders-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.billora-customer-orders-loading,
.billora-customer-orders-empty,
.billora-customer-orders-error {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.billora-customer-orders-error {
  color: #b91c1c;
}

.billora-customer-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.billora-customer-orders-table th,
.billora-customer-orders-table td {
  text-align: left;
  padding: 0.5rem 0.4rem;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: top;
}

.billora-customer-orders-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6b7280;
  font-weight: 600;
}

.billora-customer-orders-view {
  color: #fc5504;
  font-weight: 600;
  text-decoration: none;
}

.billora-customer-orders-view:hover {
  text-decoration: underline;
}

.billora-customer-auth-field {
  display: block;
  margin-bottom: 0.75rem;
}

.billora-customer-auth-field span {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #374151;
}

.billora-customer-auth-field input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.95rem;
}

.billora-customer-auth-submit {
  width: 100%;
  padding: 0.55rem 1rem;
  border: none;
  border-radius: 8px;
  background: #fc5504;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.billora-customer-auth-error {
  margin-top: 0.5rem;
  color: #b91c1c;
  font-size: 0.85rem;
}

.billora-customer-auth-meta,
.billora-customer-auth-note {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.billora-customer-auth-greeting {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.billora-customer-auth-wallet {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: #374151;
}

.billora-customer-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.billora-customer-auth-logout {
  border: none;
  cursor: pointer;
  font: inherit;
}
