@media (max-width: 370px) {
  .app-screen {
    gap: 10px;
    padding: calc(8px + var(--safe-top)) 8px calc(8px + var(--safe-bottom));
  }

  .app-top {
    gap: 8px;
  }

  .app-header {
    gap: 8px;
  }

  .header-actions {
    gap: 6px;
  }

  .section-card {
    padding: 12px;
  }

  .product-grid,
  .skeleton-grid,
  .discover-grid {
    gap: 8px;
  }

  .product-body,
  .skeleton-body {
    padding: 9px;
    gap: 6px;
  }

  .product-title {
    min-height: 34px;
    font-size: 12px;
  }

  .product-price {
    font-size: 16px;
  }

  .action-button {
    min-height: 32px;
    padding: 0 8px;
    font-size: 10px;
  }

  .location-chip--minimal,
  .icon-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .search-shell {
    min-height: 48px;
    padding: 11px 12px;
  }

  .cart-item {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px;
  }

  .cart-item__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .app-frame {
    padding: 10px;
  }

  .app-shell {
    height: 100%;
  }
}
