/* Zestia Storefront 2
   Original customer experience layer. It intentionally keeps transactional
   data in the server-rendered components and only improves presentation. */

.storefront-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 150;
  padding: 10px 14px;
  border-radius: 10px;
  color: #080808;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.storefront-skip-link:focus {
  transform: translateY(0);
}

.theme-pizza_solas {
  --storefront-max: 1920px;
  --storefront-edge: clamp(12px, 2.2vw, 46px);
  --storefront-soft: var(--zsf-surface);
  --storefront-raised: var(--zsf-surface-raised);
  --storefront-line: var(--zsf-line);
  --storefront-muted: var(--zsf-text-muted);
  --storefront-success: var(--zsf-success);
  --storefront-warning: var(--zsf-warning);
  --storefront-danger: var(--zsf-danger);
}

.theme-pizza_solas .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  padding: 8px var(--storefront-edge);
  gap: 24px;
  flex-wrap: nowrap;
  background: rgba(5, 5, 5, .94);
  background: var(--zsf-glass-header);
  border-bottom: 1px solid var(--storefront-line);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(var(--zsf-glass-blur)) saturate(130%);
  backdrop-filter: blur(var(--zsf-glass-blur)) saturate(130%);
  transition:
    min-height var(--zsf-motion-standard),
    padding var(--zsf-motion-standard),
    background-color var(--zsf-motion-standard),
    box-shadow var(--zsf-motion-standard);
}

.theme-pizza_solas .site-header.is-compact {
  min-height: 60px;
  padding-block: 4px;
  background: color-mix(in srgb, var(--zsf-page-bg-deep) 91%, transparent);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.theme-pizza_solas .site-header .brand-logo,
.theme-pizza_solas .site-header .brand-tagline {
  transition:
    width var(--zsf-motion-standard),
    height var(--zsf-motion-standard),
    opacity var(--zsf-motion-standard),
    transform var(--zsf-motion-standard);
}

.theme-pizza_solas .site-header.is-compact .brand-logo {
  width: 40px;
  height: 40px;
}

.theme-pizza_solas .site-header.is-compact .brand-tagline {
  opacity: 0;
  transform: translateY(-3px);
  pointer-events: none;
}

.theme-pizza_solas .site-header > * {
  position: relative;
  z-index: 2;
}

.theme-pizza_solas .site-header .brand {
  min-width: min(330px, 31vw);
}

.theme-pizza_solas .site-header .brand--home {
  color: inherit;
  text-decoration: none;
}

.theme-pizza_solas .site-header .brand--home:hover .brand-name,
.theme-pizza_solas .site-header .brand--home:focus-visible .brand-name {
  color: #fff;
}

.theme-pizza_solas .site-header .brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 13px;
}

.theme-pizza_solas .site-header .brand-name {
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  letter-spacing: -0.015em;
}

.theme-pizza_solas .site-header .brand-tagline {
  max-width: 42ch;
  overflow: hidden;
  color: #a9a9a9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme-pizza_solas .site-header .main-nav {
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: nowrap;
}

.header-store-status {
  min-width: 0;
  max-width: min(280px, 24vw);
  min-height: 42px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 1 auto;
  border: 1px solid color-mix(in srgb, var(--zsf-danger) 55%, #fff);
  border-radius: 999px;
  color: var(--zsf-on-state);
  background: color-mix(in srgb, var(--zsf-danger) 84%, #111);
}

.header-store-status--open {
  border-color: color-mix(in srgb, var(--zsf-success) 48%, #fff);
  background: color-mix(in srgb, var(--zsf-success) 84%, #071c13);
}

.header-store-status--warning {
  border-color: color-mix(in srgb, var(--zsf-warning) 46%, #fff);
  background: color-mix(in srgb, var(--zsf-warning) 86%, #241400);
}

.header-store-status__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent);
}

.header-store-status__copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.header-store-status__copy strong {
  color: inherit;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: .08em;
}

.header-store-status__copy span {
  overflow: hidden;
  color: color-mix(in srgb, currentColor 82%, transparent);
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-nav-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-link--icon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.customer-nav-fulfillment {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.customer-nav-fulfillment__title {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  display: none;
}

.customer-nav-fulfillment__choices {
  padding: 3px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--storefront-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--zsf-page-bg-deep) 88%, transparent);
}

.theme-pizza_solas .customer-nav-fulfillment__choice {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  color: var(--zsf-text-muted);
  background: transparent;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.theme-pizza_solas .customer-nav-fulfillment__choice.is-active {
  color: #080808;
  background: #fff;
}

.theme-pizza_solas .site-header [data-zestia-menu-item="phone"] {
  width: 42px;
  min-width: 42px;
  padding-inline: 0;
  display: inline-flex;
  justify-content: center;
}

.theme-pizza_solas .site-header [data-zestia-menu-item="phone"] span {
  display: none;
}

.theme-pizza_solas .site-header .nav-link,
.theme-pizza_solas .site-header .ghost-button {
  min-height: 42px;
  border-radius: 999px;
  white-space: nowrap;
}

.theme-pizza_solas .site-header .nav-link:hover,
.theme-pizza_solas .site-header .nav-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.customer-nav-toggle,
.customer-nav-close,
.customer-mobile-dock {
  display: none;
}

.theme-pizza_solas .topbar {
  min-height: 34px;
  padding: 4px var(--storefront-edge);
}

.theme-pizza_solas .topbar-phone {
  min-height: 28px;
  padding: 4px 10px;
  font-size: 12px;
}

.store-context-bar {
  position: sticky;
  top: 72px;
  z-index: 50;
  border-bottom: 1px solid var(--storefront-line);
  background: rgba(16, 16, 16, .95);
  background: var(--zsf-glass-dock);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(var(--zsf-glass-blur)) saturate(120%);
  backdrop-filter: blur(var(--zsf-glass-blur)) saturate(120%);
  transition: top var(--zsf-motion-standard), background-color var(--zsf-motion-standard);
}

.theme-pizza_solas.has-compact-customer-header .store-context-bar {
  top: 60px;
}

.store-context-bar__inner {
  width: min(var(--storefront-max), 100%);
  min-height: 58px;
  margin: 0 auto;
  padding: 7px var(--storefront-edge);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  align-items: center;
  gap: 16px;
}

.store-context-bar__status {
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  padding: 6px 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--zsf-danger) 55%, #fff);
  border-radius: 999px;
  color: var(--zsf-on-state);
  background: #7f1d2d;
  background: color-mix(in srgb, var(--zsf-danger) 84%, #111);
}

.store-context-bar__status--open {
  border-color: color-mix(in srgb, var(--zsf-success) 48%, #fff);
  background: #12633f;
  background: color-mix(in srgb, var(--zsf-success) 84%, #071c13);
}

.store-context-bar__status--warning {
  border-color: color-mix(in srgb, var(--zsf-warning) 46%, #fff);
  background: #774500;
  background: color-mix(in srgb, var(--zsf-warning) 86%, #241400);
}

.store-context-bar__status > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.store-context-bar__status strong {
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.store-context-bar__status > span:last-child > span {
  overflow: hidden;
  color: color-mix(in srgb, currentColor 82%, transparent);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-context-bar__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent);
}

.store-context-bar__status--open .store-context-bar__dot {
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent);
}

.store-context-bar__status--warning .store-context-bar__dot {
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent);
}

.store-context-bar__modes {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--storefront-line);
  border-radius: 999px;
  background: #080808;
}

.store-context-bar__label {
  padding: 0 7px 0 10px;
  color: #9f9f9f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-pizza_solas .store-context-choice {
  min-height: 34px;
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  color: #bbb;
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.theme-pizza_solas .store-context-choice.is-active {
  color: #090909;
  background: #fff;
}

.store-context-bar__time {
  display: grid;
  gap: 1px;
}

.store-context-bar__time span {
  color: #969696;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-context-bar__time strong {
  color: #f3f3f3;
  font-size: 12px;
  white-space: nowrap;
}

.store-context-bar__cta {
  min-height: 38px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #080808;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.theme-pizza_solas .content {
  width: min(var(--storefront-max), 100%);
  margin-inline: auto;
  padding: 0 var(--storefront-edge) 46px;
}

.theme-pizza_solas .hero--solas {
  min-height: min(760px, calc(100vh - 164px));
  margin: 0 calc(-1 * var(--storefront-edge)) 0;
  padding: clamp(74px, 9vh, 116px) var(--storefront-edge);
  border-radius: 0 0 34px 34px;
  overflow: hidden;
}

.theme-pizza_solas .hero--solas .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.24) 72%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, transparent 48%);
}

.theme-pizza_solas .hero-content--solas {
  width: min(610px, 100%);
  max-width: none;
  gap: 18px;
}

.theme-pizza_solas .hero-content--solas h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  line-height: 0.89;
  letter-spacing: -0.055em;
}

.theme-pizza_solas .hero-content--solas > p {
  max-width: 57ch;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.theme-pizza_solas .solas-chooser {
  width: min(560px, 100%);
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(7, 7, 7, 0.76);
  backdrop-filter: blur(14px);
}

.theme-pizza_solas .solas-chooser__actions {
  gap: 8px;
}

.theme-pizza_solas .solas-choice {
  min-height: 66px;
  border-radius: 14px;
}

.theme-pizza_solas .hero-account {
  display: none;
}

.theme-pizza_solas .hero-meta--solas {
  margin-top: 2px;
}

.storefront-confidence {
  position: relative;
  z-index: 3;
  margin: -26px 0 42px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--storefront-line);
  border-radius: 22px;
  background: #0c0c0c;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.46);
}

.storefront-confidence__item {
  min-width: 0;
  padding: 14px 18px;
  display: grid;
  gap: 4px;
  border-right: 1px solid var(--storefront-line);
}

.storefront-confidence__item:last-child {
  border-right: 0;
}

.storefront-confidence__item strong {
  color: #fff;
  font-size: 14px;
}

.storefront-confidence__item span {
  color: var(--storefront-muted);
  font-size: 12px;
  line-height: 1.45;
}

.theme-pizza_solas .home-section {
  margin: 52px 0;
}

.theme-pizza_solas .section-header {
  margin-bottom: 18px;
}

.theme-pizza_solas .section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  letter-spacing: -0.035em;
}

.theme-pizza_solas .category-grid,
.theme-pizza_solas .featured-grid,
.theme-pizza_solas .promo-grid {
  gap: 16px;
}

.theme-pizza_solas .category-card,
.theme-pizza_solas .featured-card,
.theme-pizza_solas .promo-card {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.theme-pizza_solas .category-card:hover,
.theme-pizza_solas .featured-card:hover,
.theme-pizza_solas .promo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.theme-pizza_solas .promo-conditions {
  margin: 0;
  padding: 12px 14px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #bdbdbd;
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  line-height: 1.5;
}

.theme-pizza_solas .promo-conditions strong {
  color: #f1f1f1;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-pizza_solas .promo-body .pill {
  justify-self: start;
}

.theme-pizza_solas .category-card__title {
  color: #fff;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.92);
}

.theme-pizza_solas .category-card__meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 750;
}

/* Desktop storefront composition.
   The general compact commerce layer is intentionally overridden here: the
   customer home must feel designed for a large screen, not like a mobile list
   stretched inside a narrow column. */
@media (min-width: 1181px) {
  .theme-pizza_solas {
    --storefront-max: 1920px;
    --storefront-edge: clamp(20px, 2vw, 46px);
  }

  .theme-pizza_solas .hero--solas {
    min-height: min(690px, calc(100vh - 164px));
  }

  .theme-pizza_solas .home-section {
    margin-block: 52px;
  }

  .theme-pizza_solas .section-header {
    margin-bottom: 24px;
    align-items: end;
  }

  .theme-pizza_solas .section-header h2 {
    font-size: clamp(2.25rem, 2.8vw, 3.35rem);
  }

  .theme-pizza_solas .section-count {
    padding-bottom: 7px;
    font-size: 13px;
  }

  .theme-pizza_solas .promo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .theme-pizza_solas .promo-card {
    height: clamp(360px, 22vw, 420px);
    min-height: 0;
    grid-template-columns: minmax(460px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    border-radius: 26px;
  }

  .theme-pizza_solas .promo-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: var(--media-offer-fit, cover);
  }

  .theme-pizza_solas .promo-body {
    padding: clamp(30px, 3vw, 52px);
    align-content: center;
    gap: 14px;
  }

  .theme-pizza_solas .promo-body .pill {
    justify-self: start;
  }

  .theme-pizza_solas .promo-body h3 {
    margin: 0;
    max-width: 26ch;
    font-size: clamp(1.8rem, 2.4vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .theme-pizza_solas .promo-body .muted {
    max-width: 66ch;
    font-size: 14px;
    line-height: 1.65;
  }

  .theme-pizza_solas .promo-footer {
    margin-top: 10px;
  }

  .theme-pizza_solas .promo-footer .button {
    min-height: 44px;
    padding-inline: 18px;
  }

  .theme-pizza_solas .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .theme-pizza_solas .category-card.has-image {
    border-radius: 24px;
  }

  .theme-pizza_solas .category-card.has-image .category-image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }

  .theme-pizza_solas .category-card__overlay {
    gap: 7px;
    padding: 22px;
  }
}

@media (min-width: 1600px) {
  .theme-pizza_solas .category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .theme-pizza_solas .promo-grid {
    grid-template-columns: 1fr;
  }

  .theme-pizza_solas .promo-card {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .theme-pizza_solas .promo-image {
    height: 100%;
    min-height: 280px;
  }

  .theme-pizza_solas .promo-body {
    padding: 28px;
    align-content: center;
  }

  .theme-pizza_solas .promo-body .pill {
    justify-self: start;
  }

  .theme-pizza_solas .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.storefront-catalog-tools {
  position: sticky;
  top: 130px;
  z-index: 22;
  margin: 16px 0 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(280px, 620px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--storefront-line);
  border-radius: 16px;
  background: rgba(12, 12, 12, 0.94);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.storefront-catalog-search {
  display: grid;
  gap: 5px;
}

.storefront-catalog-search > span {
  padding-left: 3px;
  color: #d7d7d7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.theme-pizza_solas .storefront-catalog-search input {
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #fff;
  background: #181818;
  font-size: 15px;
}

.storefront-catalog-result {
  margin: 0 4px 9px 0;
  color: var(--storefront-muted);
  font-size: 12px;
  white-space: nowrap;
}

.theme-pizza_solas .main-menu {
  top: 219px;
  max-width: 100%;
  box-sizing: border-box;
  padding-block: 8px;
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(14px);
}

.theme-pizza_solas .product-grid {
  gap: 16px;
}

.theme-pizza_solas .product-card {
  border-radius: 20px;
  overflow: hidden;
}

.theme-pizza_solas .product-card--compact {
  min-width: 0;
  grid-template-rows: auto 1fr;
  padding: 0;
  background: linear-gradient(180deg, #191919 0%, #111 100%);
  border-color: rgba(255, 255, 255, 0.12);
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}

.theme-pizza_solas .product-card--compact:hover {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.theme-pizza_solas .product-card__media-link,
.theme-pizza_solas .product-card__media-link .product-media {
  display: block;
}

.theme-pizza_solas .product-card__media-link {
  color: inherit;
  text-decoration: none;
}

.theme-pizza_solas .product-card--compact .product-media {
  height: clamp(168px, 18vw, 220px);
  aspect-ratio: 3 / 2;
}

.theme-pizza_solas .product-card--compact .product-image {
  transform: scale(1.001);
}

.theme-pizza_solas .product-body--compact {
  min-width: 0;
  align-content: start;
  padding: 16px;
}

.theme-pizza_solas .product-card--compact .product-title {
  align-items: flex-start;
}

.theme-pizza_solas .product-card--compact .product-title h3 {
  min-width: 0;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.08;
}

.theme-pizza_solas .product-card--compact .product-title h3 a {
  color: inherit;
  text-decoration: none;
}

.theme-pizza_solas .product-card--compact .product-title h3 a:hover,
.theme-pizza_solas .product-card--compact .product-title h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.theme-pizza_solas .product-card--compact .price {
  flex: 0 0 auto;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
}

.theme-pizza_solas .product-card--compact .meta-pill {
  padding: 4px 8px;
  color: #e8e8e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 9px;
}

.theme-pizza_solas .product-desc--compact {
  display: -webkit-box;
  min-height: 3.9em;
  overflow: hidden;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.theme-pizza_solas .product-card__allergens {
  margin: 0;
  color: #9f9f9f;
  font-size: 11px;
  line-height: 1.35;
}

.theme-pizza_solas .product-card__allergens span {
  color: #d7d7d7;
  font-weight: 800;
}

.theme-pizza_solas .product-card__availability {
  min-height: 24px;
  display: flex;
  align-items: center;
}

.theme-pizza_solas .product-card__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #bcbcbc;
  font-size: 11px;
  font-weight: 800;
}

.theme-pizza_solas .product-card__status::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

.theme-pizza_solas .product-card__status--available {
  color: var(--storefront-success);
}

.theme-pizza_solas .product-card__status--scheduled {
  color: var(--storefront-warning);
}

.theme-pizza_solas .product-card__status--unavailable {
  color: #b6b6b6;
}

.theme-pizza_solas .product-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.theme-pizza_solas .product-form--quick-add {
  min-width: 0;
  margin: 0;
}

.theme-pizza_solas .product-card__primary-action {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.theme-pizza_solas .product-card__details-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.theme-pizza_solas .product-card__details-link:hover,
.theme-pizza_solas .product-card__details-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.theme-pizza_solas .product-card[hidden],
.theme-pizza_solas .menu-section[hidden] {
  display: none !important;
}

.storefront-checkout-head {
  margin: 32px 0 24px;
  padding: clamp(20px, 4vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  border: 1px solid var(--storefront-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #171717 0%, #0b0b0b 72%);
}

.storefront-checkout-head h1 {
  margin: 7px 0 8px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.storefront-checkout-head p {
  max-width: 66ch;
  margin: 0;
  color: var(--storefront-muted);
  line-height: 1.5;
}

.storefront-checkout-steps {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  list-style: none;
}

.storefront-checkout-steps li {
  min-width: 88px;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #8d8d8d;
  font-size: 11px;
  font-weight: 850;
}

.storefront-checkout-steps li span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #3b3b3b;
  border-radius: 50%;
  color: #c7c7c7;
  background: #101010;
}

.storefront-checkout-steps li.is-active {
  color: #fff;
}

.storefront-checkout-steps li.is-active span {
  border-color: #fff;
  color: #080808;
  background: #fff;
}

.theme-pizza_solas .empty-state {
  min-height: 420px;
  padding: clamp(28px, 6vw, 72px);
  align-content: center;
  justify-items: center;
  text-align: center;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 0%, #242424 0%, #101010 44%, #090909 100%);
}

.empty-state__eyebrow {
  color: #bdbdbd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-pizza_solas .empty-state h2 {
  margin: 8px 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  letter-spacing: -0.05em;
}

.theme-pizza_solas .empty-state > p {
  max-width: 58ch;
  color: var(--storefront-muted);
  line-height: 1.55;
}

.empty-state__benefits {
  margin: 15px 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.empty-state__benefits span {
  padding: 7px 11px;
  border: 1px solid var(--storefront-line);
  border-radius: 999px;
  color: #d4d4d4;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 750;
}

.empty-state__actions {
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.theme-pizza_solas :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.is-web-design-preview .store-context-bar,
.is-web-design-preview .customer-mobile-dock,
.is-web-design-preview .customer-nav-toggle,
.is-web-design-preview .customer-nav-close,
.is-web-design-preview .customer-nav-fulfillment {
  display: none !important;
}

@media (max-width: 1180px) {
  .theme-pizza_solas .site-header .brand {
    min-width: 0;
  }

  .theme-pizza_solas .site-header .brand-tagline,
  .theme-pizza_solas .site-header .account-name,
  .theme-pizza_solas .site-header [data-zestia-fixed-field="register_label"] {
    display: none;
  }

  .header-store-status {
    max-width: min(210px, 22vw);
  }

  .store-context-bar__inner {
    grid-template-columns: minmax(180px, 1fr) auto auto;
  }

  .store-context-bar__time {
    display: none;
  }
}

@media (max-width: 820px) {
  .theme-pizza_solas .topbar {
    display: none;
  }

  .theme-pizza_solas .site-header {
    min-height: 56px;
    padding: 5px 10px;
  }

  .theme-pizza_solas .site-header.is-compact {
    min-height: 52px;
    padding-block: 3px;
  }

  .theme-pizza_solas .site-header.is-compact .brand-logo {
    width: 38px;
    height: 38px;
  }

  .theme-pizza_solas .site-header .brand {
    min-width: 0;
    max-width: calc(100% - 84px);
  }

  .theme-pizza_solas .site-header .brand-logo {
    width: 38px;
    height: 38px;
  }

  .theme-pizza_solas .site-header .brand-name {
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .theme-pizza_solas .site-header .brand-tagline {
    display: none;
  }

  .header-store-status {
    max-width: min(43vw, 190px);
    min-height: 40px;
    padding: 5px 9px;
  }

  .header-store-status__copy strong,
  .header-store-status__copy span {
    font-size: 9px;
  }

  .theme-pizza_solas .customer-nav-toggle,
  .theme-pizza_solas .customer-nav-close {
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: #fff;
    background: #151515;
    font-size: 12px;
    font-weight: 900;
  }

  .theme-pizza_solas .customer-nav-toggle {
    margin-left: auto;
    flex: 0 0 auto;
    gap: 6px;
  }

  .theme-pizza_solas .customer-nav-toggle span {
    display: none;
  }

  .theme-pizza_solas .customer-nav-close {
    width: 100%;
    margin-bottom: 7px;
  }

  .theme-pizza_solas .site-header .main-nav {
    position: fixed;
    top: 62px;
    right: 12px;
    left: 12px;
    z-index: 102;
    width: auto;
    box-sizing: border-box;
    max-height: calc(100dvh - 150px);
    padding: 12px;
    display: grid;
    align-content: start;
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 0;
    gap: 6px;
    overflow-y: auto;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(10, 10, 10, 0.99);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.66);
    opacity: 0;
    transform: translateY(-12px) scale(0.985);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .theme-pizza_solas.has-compact-customer-header .site-header .main-nav {
    top: 56px;
  }

  .theme-pizza_solas.is-customer-nav-open .site-header .main-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .theme-pizza_solas.is-customer-nav-open {
    overflow: hidden;
  }

  .theme-pizza_solas.is-customer-nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
  }

  .theme-pizza_solas .site-header .main-nav .nav-link,
  .theme-pizza_solas .site-header .main-nav .ghost-button,
  .theme-pizza_solas .site-header .main-nav .nav-account {
    width: 100%;
    min-height: 48px;
  }

  .theme-pizza_solas .site-header .main-nav .nav-link,
  .theme-pizza_solas .site-header .main-nav .ghost-button {
    justify-content: flex-start;
    padding-inline: 14px;
    border-radius: 12px;
  }

  .theme-pizza_solas .site-header .main-nav .nav-account {
    display: grid;
    gap: 6px;
  }

  .theme-pizza_solas .site-header .customer-nav-fulfillment {
    padding: 10px;
    display: grid;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
  }

  .customer-nav-fulfillment__title {
    display: block;
    color: #b9b9b9;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .customer-nav-fulfillment__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .theme-pizza_solas .customer-nav-fulfillment__choice {
    min-width: 0;
    min-height: 46px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    color: #d0d0d0;
    background: #111;
    font-size: 11px;
    font-weight: 850;
  }

  .theme-pizza_solas .customer-nav-fulfillment__choice.is-active {
    border-color: #fff;
    color: #080808;
    background: #fff;
  }

  .theme-pizza_solas .site-header .main-nav [data-zestia-menu-item="phone"],
  .theme-pizza_solas .site-header .main-nav [data-zestia-fixed-field="register_label"] {
    display: inline-flex;
  }

  .theme-pizza_solas .site-header .main-nav [data-zestia-menu-item="phone"] {
    width: 100%;
    padding-inline: 14px;
    justify-content: flex-start;
  }

  .theme-pizza_solas .site-header .main-nav [data-zestia-menu-item="phone"] span {
    display: inline;
  }

  .store-context-bar {
    top: 56px;
  }

  .theme-pizza_solas.has-compact-customer-header .store-context-bar {
    top: 52px;
  }

  .store-context-bar__inner {
    min-height: 48px;
    padding: 5px 10px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .store-context-bar__modes,
  .store-context-bar__time,
  .store-context-bar__cta {
    display: none;
  }

  .store-context-bar__status {
    width: 100%;
    padding: 5px 9px;
    gap: 8px;
    border-radius: 12px;
  }

  .store-context-bar__status > span:last-child {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 7px;
  }

  .store-context-bar__status > span:last-child > span {
    display: block;
    font-size: 10px;
  }

  .store-context-bar__status strong {
    font-size: 10px;
  }

  .theme-pizza_solas .content {
    padding: 0 12px 96px;
  }

  .theme-pizza_solas .hero--solas {
    min-height: min(700px, calc(100svh - 116px));
    margin-inline: -12px;
    padding: 50px 18px 64px;
    border-radius: 0 0 24px 24px;
    align-items: flex-end;
  }

  .theme-pizza_solas .hero--solas .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.2) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }

  .theme-pizza_solas .hero-content--solas {
    gap: 13px;
  }

  .theme-pizza_solas .hero-content--solas h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 13vw, 4.4rem);
    line-height: 0.92;
  }

  .theme-pizza_solas .hero-content--solas > p {
    font-size: 0.92rem;
  }

  .theme-pizza_solas .solas-chooser {
    padding: 10px;
  }

  .theme-pizza_solas .solas-chooser__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-pizza_solas .solas-choice {
    min-width: 0;
    min-height: 62px;
    padding: 10px;
  }

  .storefront-confidence {
    margin: -18px 4px 30px;
    padding: 8px;
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .storefront-confidence__item {
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--storefront-line);
  }

  .storefront-confidence__item:last-child {
    border-bottom: 0;
  }

  .storefront-confidence__item span {
    display: none;
  }

  .theme-pizza_solas .home-section {
    margin: 34px 0;
  }

  .storefront-catalog-tools {
    top: 116px;
    margin-top: 10px;
    padding: 8px;
    grid-template-columns: 1fr;
    gap: 3px;
    border-radius: 13px;
  }

  .storefront-catalog-result {
    margin: 4px 4px 1px;
  }

  .theme-pizza_solas .main-menu {
    top: 206px;
  }

  .storefront-checkout-head {
    margin: 18px 0 14px;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 18px;
  }

  .storefront-checkout-head h1 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .storefront-checkout-steps {
    width: 100%;
  }

  .storefront-checkout-steps li {
    min-width: 0;
    flex: 1;
  }

  .theme-pizza_solas .empty-state {
    min-height: 380px;
    padding: 30px 16px;
  }

  .customer-mobile-dock {
    position: fixed;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    z-index: 70;
    min-height: 62px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(8, 8, 8, .96);
    background: var(--zsf-glass-dock);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.58);
    -webkit-backdrop-filter: blur(var(--zsf-glass-blur)) saturate(125%);
    backdrop-filter: blur(var(--zsf-glass-blur)) saturate(125%);
  }

  .customer-mobile-dock a {
    min-width: 0;
    min-height: 48px;
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 12px;
    color: #aaa;
    font-size: 11px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
  }

  .customer-mobile-dock a[aria-current="page"] {
    color: #080808;
    background: #fff;
  }

  .customer-mobile-dock__cart strong {
    min-width: 20px;
    min-height: 20px;
    padding: 2px 5px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #080808;
    background: #fff;
    font-size: 10px;
  }

  .customer-mobile-dock__cart[aria-current="page"] strong {
    color: #fff;
    background: #111;
  }

  .theme-pizza_solas .site-footer {
    padding-bottom: 78px;
  }

}

@media (max-width: 430px) {
  .theme-pizza_solas .site-header .brand-copy {
    display: none;
  }

  .header-store-status {
    max-width: min(54vw, 174px);
  }

  .theme-pizza_solas .hero-meta--solas,
  .theme-pizza_solas .notify-toggle {
    display: none;
  }

  .theme-pizza_solas .hero-actions--solas .button,
  .theme-pizza_solas .hero-actions--solas .ghost-button {
    flex: 1 1 auto;
  }

  .theme-pizza_solas .solas-choice span {
    font-size: 10px;
  }

  .theme-pizza_solas .footer-columns {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-skip-link,
  .theme-pizza_solas .site-header .main-nav,
  .theme-pizza_solas .category-card,
  .theme-pizza_solas .featured-card,
  .theme-pizza_solas .promo-card {
    transition: none !important;
  }

  .theme-pizza_solas .site-header .brand-logo,
  .theme-pizza_solas .site-header .brand-tagline,
  .store-context-bar {
    transition: none !important;
  }
}
