/* Static replacements for Shopify app widgets removed from the offline copy. */

/* Links to pages that are not part of the copy (cart, account, blog posts…). */
a[aria-disabled="true"] {
  cursor: not-allowed;
}

/* Loox star rating: five stars filled up to --rating (0–5). */
.loox-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.875rem;
  line-height: 1;
}

.rating-stars {
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #9a3324 calc(var(--rating) / 5 * 100%), #d9d2cc 0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rating-count {
  color: rgb(var(--text-color, 28 28 28) / 0.65);
}

/* Klaviyo newsletter embed stand-in (the footer is on a dark background). */
.newsletter-offline {
  display: flex;
  gap: 8px;
  margin-block: 12px;
}

.newsletter-offline input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / 0.4);
  background: transparent;
  color: inherit;
}

.newsletter-offline button {
  padding: 10px 16px;
  background: #9a3324;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
