.theme-family-commerce {
  --v2-family-grid-gap: 14px;
  --v2-family-card-radius: 18px;
  --v2-family-hero-min: 500px;
}

.theme-family-commerce .v2-home-hero__grid,
.theme-family-commerce .v2-hero__grid,
.theme-family-commerce .v2-product-grid,
.theme-family-commerce .v2-category-grid {
  gap: var(--v2-family-grid-gap);
}

.theme-family-commerce .v2-product-card,
.theme-family-commerce .v2-category-tile,
.theme-family-commerce .v2-panel,
.theme-family-commerce .v2-filter-panel,
.theme-family-commerce .v2-product__summary {
  border-radius: var(--v2-family-card-radius);
}

.theme-family-commerce .v2-hero__copy,
.theme-family-commerce .v2-home-hero__promo {
  min-height: var(--v2-family-hero-min);
}

.theme-family-commerce .v2-catalog-layout--marketplace {
  grid-template-columns: 280px minmax(0, 1fr);
}

.theme-family-commerce .v2-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.theme-clean_store.theme-family-commerce {
  --v2-family-grid-gap: 18px;
  --v2-family-card-radius: 22px;
}

.theme-clean_store.theme-family-commerce .v2-home-hero__grid,
.theme-clean_store.theme-family-commerce .v2-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
}

.theme-clean_store.theme-family-commerce .v2-hero__copy {
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(17, 75, 67, 0.9), rgba(21, 21, 21, 0.68)),
    url("/static/img/storefront-hero.png") center / cover;
}

.theme-clean_store.theme-family-commerce .v2-home-hero__promo {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.94)),
    url("/static/img/products/demo-labret.png") center 18% / min(80%, 390px) no-repeat,
    var(--v2-card);
}

.theme-clean_store.theme-family-commerce .v2-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.theme-clean_store.theme-family-commerce .v2-product-card {
  display: grid;
  align-content: stretch;
}

.theme-clean_store.theme-family-commerce .v2-product-card__media {
  aspect-ratio: 1 / 1;
}

.theme-clean_store.theme-family-commerce .v2-product-card__body {
  gap: 12px;
  padding: 18px;
}

.theme-clean_store.theme-family-commerce .v2-catalog-layout--marketplace {
  grid-template-columns: 290px minmax(0, 1fr);
}

.theme-marketplace_compact.theme-family-commerce {
  --v2-family-grid-gap: 10px;
  --v2-family-card-radius: 12px;
  --v2-family-hero-min: 380px;
}

.theme-marketplace_compact.theme-family-commerce .v2-home-hero__grid,
.theme-marketplace_compact.theme-family-commerce .v2-hero__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
}

.theme-marketplace_compact.theme-family-commerce .v2-hero__copy {
  min-height: 380px;
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(15, 118, 110, 0.92), rgba(23, 32, 38, 0.74)),
    url("/static/img/storefront-hero.png") center / cover;
}

.theme-marketplace_compact.theme-family-commerce .v2-home-hero__promo {
  min-height: 380px;
  align-content: end;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.62)),
    url("/static/img/products/demo-labret.png") right 18px center / min(42%, 280px) no-repeat,
    var(--v2-card);
}

.theme-marketplace_compact.theme-family-commerce .v2-catalog-layout--marketplace {
  grid-template-columns: 240px minmax(0, 1fr);
}

.theme-marketplace_compact.theme-family-commerce .v2-catalog-head {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  padding-top: 22px;
}

.theme-marketplace_compact.theme-family-commerce .v2-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.theme-marketplace_compact.theme-family-commerce .v2-product-card {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 1fr);
}

.theme-marketplace_compact.theme-family-commerce .v2-product-card__media {
  aspect-ratio: auto;
  min-height: 100%;
}

.theme-marketplace_compact.theme-family-commerce .v2-product-card__body {
  gap: 8px;
  padding: 14px;
}

.theme-marketplace_compact.theme-family-commerce .v2-product-card h3 {
  font-size: 0.98rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.theme-marketplace_compact.theme-family-commerce .v2-product-card__tags,
.theme-marketplace_compact.theme-family-commerce .v2-product-card__signals {
  gap: 4px;
}

.theme-marketplace_compact.theme-family-commerce .v2-quick-buy__actions {
  grid-template-columns: minmax(0, 1fr);
}

.theme-marketplace_compact.theme-family-commerce .v2-product {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.7fr);
}

.theme-marketplace_compact.theme-family-commerce .v2-gallery .product-gallery__stage {
  min-height: 480px;
}

.theme-marketplace_compact.theme-family-commerce .v2-product__summary {
  gap: 14px;
}

.theme-family-commerce .v2-home-hero__grid.v2-home-hero__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 900px) {
  .theme-family-commerce .v2-catalog-layout--marketplace,
  .theme-family-commerce .v2-home-hero__grid,
  .theme-family-commerce .v2-hero__grid,
  .theme-clean_store.theme-family-commerce .v2-catalog-layout--marketplace,
  .theme-clean_store.theme-family-commerce .v2-home-hero__grid,
  .theme-clean_store.theme-family-commerce .v2-hero__grid,
  .theme-marketplace_compact.theme-family-commerce .v2-catalog-layout--marketplace,
  .theme-marketplace_compact.theme-family-commerce .v2-home-hero__grid,
  .theme-marketplace_compact.theme-family-commerce .v2-hero__grid,
  .theme-marketplace_compact.theme-family-commerce .v2-catalog-head,
  .theme-marketplace_compact.theme-family-commerce .v2-product {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-family-commerce .v2-hero__copy,
  .theme-family-commerce .v2-home-hero__promo {
    min-height: 360px;
  }

  .theme-marketplace_compact.theme-family-commerce .v2-product-card {
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
  }

  .theme-marketplace_compact.theme-family-commerce .v2-product-card__media {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 520px) {
  .theme-family-commerce .v2-product-grid,
  .theme-family-commerce .v2-category-grid,
  .theme-clean_store.theme-family-commerce .v2-product-grid,
  .theme-clean_store.theme-family-commerce .v2-category-grid,
  .theme-marketplace_compact.theme-family-commerce .v2-product-grid,
  .theme-marketplace_compact.theme-family-commerce .v2-category-grid,
  .theme-marketplace_compact.theme-family-commerce .v2-product-card,
  .theme-marketplace_compact.theme-family-commerce .v2-quick-buy__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-marketplace_compact.theme-family-commerce .v2-product-card__media {
    min-height: 220px;
  }
}
