/* Additions for the static rebuild: contact-to-order UI, generated pages, and
   patches for the theme rules that assumed a live Shopify backend. */

.nyac-order {
  margin: 2.4rem 0 0;
  padding: 2rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.14);
  border-radius: 0.6rem;
  background: rgba(var(--color-foreground), 0.03);
}

.nyac-order__note {
  margin: 0 0 1.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(var(--color-foreground), 0.78);
}

.nyac-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.nyac-order__btn {
  flex: 1 1 18rem;
  min-width: 16rem;
  text-align: center;
}

.nyac-newsletter {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* ---------------------------------------------------------------- generated pages */

.nyac-product,
.nyac-collection,
.nyac-search,
.nyac-notice {
  padding-top: 3.6rem;
  padding-bottom: 6rem;
}

.nyac-breadcrumb {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
}

.nyac-breadcrumb a {
  color: inherit;
  text-underline-offset: 0.3rem;
}

.nyac-product__media img {
  display: block;
  width: 100%;
  height: auto;
}

.nyac-product__noimage,
.nyac-card__noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: rgba(var(--color-foreground), 0.05);
  color: rgba(var(--color-foreground), 0.45);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nyac-notice__body {
  max-width: 62ch;
  font-size: 1.7rem;
  line-height: 1.6;
}

.nyac-notice__more {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}

.nyac-empty {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* ---------------------------------------------------------------------- search */

.nyac-search__form {
  margin: 0 0 1.6rem;
  max-width: 52rem;
}

.nyac-search__input {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-radius: 0.4rem;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}

.nyac-search__count {
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
}

/* ------------------------------------------------------- theme patches (no backend) */

/* The cart bubble and account link are gone; stop the header reserving space for them. */
.header__icons:empty {
  display: none;
}

/* Sold-out / quick-add overlays relied on live inventory data. */
.quick-add,
.quick-add-modal,
.cart-notification,
.cart-drawer {
  display: none !important;
}
